Searched defs:nopwflag (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/logins/ | ||
H A D | logins.c | 798 int nopwflag; /* TRUE if login has no passwd */ local 814 nopwflag = TRUE; 816 nopwflag = FALSE; 819 nopwflag = FALSE; 823 return (nopwflag); |
Completed in 61 milliseconds