Searched refs:_PATH_NOLOGIN (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/Win32/Include/net/
H A Dpaths.h61 #define _PATH_NOLOGIN "/etc/nologin" macro
/netbsd-6-1-5-RELEASE/include/
H A Dpaths.h85 #define _PATH_NOLOGIN "/etc/nologin" macro
/netbsd-6-1-5-RELEASE/sbin/shutdown/
H A Dshutdown.c68 #undef _PATH_NOLOGIN macro
69 #define _PATH_NOLOGIN "./nologin" macro
414 (void)unlink(_PATH_NOLOGIN);
550 (void)unlink(_PATH_NOLOGIN); /* in case linked to another file */
555 if ((logfd = open(_PATH_NOLOGIN, O_WRONLY|O_CREAT|O_TRUNC,
572 (void)unlink(_PATH_NOLOGIN);
/netbsd-6-1-5-RELEASE/tests/include/
H A Dt_paths.c85 { _PATH_NOLOGIN, PATH_FILE },
/netbsd-6-1-5-RELEASE/libexec/rshd/
H A Drshd.c518 if (pwd->pw_uid && !access(_PATH_NOLOGIN, F_OK))
/netbsd-6-1-5-RELEASE/usr.bin/login/
H A Dlogin.c768 if ((fd = open(fname ? fname : _PATH_NOLOGIN, O_RDONLY, 0)) >= 0) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dsession.c1320 char buf[1024], *nl, *def_nl = __UNCONST(_PATH_NOLOGIN);
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dftpd.c746 if (display_file(_PATH_NOLOGIN, 530)) {

Completed in 111 milliseconds