HomeSort by: relevance | last modified time | path
    Searched refs:_PATH_NOLOGIN (Results 1 - 7 of 7) sorted by relevancy

  /src/include/
paths.h 86 #define _PATH_NOLOGIN "/etc/nologin"
  /src/sbin/shutdown/
shutdown.c 68 #undef _PATH_NOLOGIN
69 #define _PATH_NOLOGIN "./nologin"
416 (void)unlink(_PATH_NOLOGIN);
575 (void)unlink(_PATH_NOLOGIN); /* in case linked to another file */
580 if ((logfd = open(_PATH_NOLOGIN, O_WRONLY|O_CREAT|O_TRUNC,
597 (void)unlink(_PATH_NOLOGIN);
  /src/tests/include/
t_paths.c 85 { _PATH_NOLOGIN, PATH_FILE },
  /src/libexec/rshd/
rshd.c 528 if (pwd->pw_uid && !access(_PATH_NOLOGIN, F_OK))
  /src/usr.bin/login/
login.c 773 if ((fd = open(fname ? fname : _PATH_NOLOGIN, O_RDONLY, 0)) >= 0) {
  /src/crypto/external/bsd/openssh/dist/
session.c 1081 char buf[1024], *nl, *def_nl = __UNCONST(_PATH_NOLOGIN);
  /src/libexec/ftpd/
ftpd.c 756 if (display_file(_PATH_NOLOGIN, 530)) {

Completed in 38 milliseconds