HomeSort by: relevance | last modified time | path
    Searched defs:shadowfile (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_misc.c 107 int shadowfile; local in function:get_password
118 shadowfile = 0; /* SHADOW is not there */
120 shadowfile = 1;
123 if (shadowfile)
126 (shadowfile && (sp = getspnam(usrnam)) == NULL))
129 if (shadowfile) {
pcnfsd_misc.c 107 int shadowfile; local in function:get_password
118 shadowfile = 0; /* SHADOW is not there */
120 shadowfile = 1;
123 if (shadowfile)
126 (shadowfile && (sp = getspnam(usrnam)) == NULL))
129 if (shadowfile) {

Completed in 26 milliseconds