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

/illumos-gate/usr/src/cmd/refer/
H A Drefer..c23 #define AFLAG 007 macro
/illumos-gate/usr/src/cmd/swap/
H A Dswap.c70 #define AFLAG 0x04 /* swap -a (add swap device) */ macro
169 flag |= AFLAG;
237 if (flag & AFLAG) {
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c78 #define AFLAG 0x040 /* display password attributes for all users */ macro
79 #define SAFLAG (SFLAG|AFLAG) /* display password attributes for all users */
995 if (flag && (flag != AFLAG)) {
1029 flag |= AFLAG;
1147 /* AFLAG must be used with SFLAG */
1148 if (flag == AFLAG) {

Completed in 75 milliseconds