Home
last modified time | relevance | path

Searched refs:U_FLAG (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Did.c96 #define U_FLAG (1<<4) macro
277 if (flags & (GG_FLAG|N_FLAG|U_FLAG)) in getids()
297 if ((flags & (U_FLAG|G_FLAG|S_FLAG)) == (U_FLAG|G_FLAG|S_FLAG)) in getids()
359 if (flags & U_FLAG) in getids()
447 flags |= U_FLAG; in b_id()
460 n = (flags & (GG_FLAG|G_FLAG|S_FLAG|U_FLAG)); in b_id()
468 flags |= (U_FLAG|G_FLAG|N_FLAG|R_FLAG|S_FLAG|GG_FLAG); in b_id()
H A Duniq.c78 #define U_FLAG 4 macro
161 if(((mode&D_FLAG)&&count==0) || ((mode&U_FLAG)&&count)) in uniq()
287 mode |= U_FLAG; in b_uniq()
H A Dcat.c85 #define U_FLAG (1<<6) macro
456 n = U_FLAG; in b_cat()
532 if (flags&U_FLAG) in b_cat()
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmstruct.h85 #define U_FLAG 0x2 /* create utmp entry for the service */ macro
H A Dtmpmtab.c320 *flags |= U_FLAG; in get_flags()
379 if (flags & U_FLAG) { in pflags()
381 flags &= ~U_FLAG; in pflags()
H A Dtmhandler.c301 if (pmptr->p_flags & U_FLAG) in sigchild()
H A Dtmchild.c527 if (pmtab->p_flags & U_FLAG) { in invoke_service()
/illumos-gate/usr/src/cmd/saf/
H A Dpmadm.c49 # define U_FLAG 0x1 /* -fu seen */ macro
149 flags |= U_FLAG; in main()
1120 pp->p_flags |= U_FLAG;
1267 if (flags & U_FLAG) {
1269 flags &= ~U_FLAG;
/illumos-gate/usr/src/tools/scripts/
H A Dnightly779 U_FLAG=y
1155 if [ "$U_FLAG" = "y" ]; then
1779 if [ "$U_FLAG" = "y" -a "$build_ok" = "y" ]; then