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

/external/openssh/
H A Ddefines.h401 #ifndef _PATH_NOLOGIN
402 # define _PATH_NOLOGIN "/etc/nologin" macro
H A Dsession.c1389 char buf[1024], *nl, *def_nl = _PATH_NOLOGIN;
/external/openssh/openbsd-compat/
H A Dport-aix.c261 if (result == -1 && errno == EPERM && stat(_PATH_NOLOGIN, &st) == 0)

Completed in 95 milliseconds