Searched defs:EFLAG (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c82 #define EFLAG 0x400 /* change shell */ macro
88 #define NONAGEFLAG (EFLAG | GFLAG | HFLAG)
449 case EFLAG: /* changing user password attributes */
1069 if (flag & (EFLAG|SAFLAG|AGEFLAG)) {
1073 flag |= EFLAG;

Completed in 47 milliseconds