Searched refs:nogecos (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dstubs.c134 #pragma weak nogecos macro
138 int single, nogecos, noshell, nopw, mflag; variable
H A Dshim_changepasswd.c107 extern int single, nogecos, noshell, nopw, mflag;
769 (!nogecos) &&
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c84 int nogecos = 0; variable
116 " [-nopw] [-nogecos]\n"
134 " -nogecos full name may not be changed remotely using passwd or chfn\n"
217 } else if (strcmp(argv[i], "-nogecos") == 0)
218 nogecos = 1;
H A Dchangepasswd.c131 extern int single, nogecos, noshell, nopw, mflag, Mstart, Argc;
457 if ((!nogecos) && (strcmp(opwd.pw_gecos, newpw.pw_gecos) != 0)) {

Completed in 83 milliseconds