Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libcmd/common/
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()
445 flags |= U_FLAG; in b_id()
456 n = (flags & (GG_FLAG|G_FLAG|S_FLAG|U_FLAG)); in b_id()
464 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()
285 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()
/titanic_44/usr/src/cmd/ttymon/
H A Dtmstruct.h84 #define U_FLAG 0x2 /* create utmp entry for the service */ macro
H A Dtmpmtab.c315 *flags |= U_FLAG;
374 if (flags & U_FLAG) {
376 flags &= ~U_FLAG;
H A Dtmchild.c540 if (pmtab->p_flags & U_FLAG) {
H A Dtmhandler.c321 if (pmptr->p_flags & U_FLAG)
/titanic_44/usr/src/cmd/saf/
H A Dpmadm.c51 # define U_FLAG 0x1 /* -fu seen */ macro
151 flags |= U_FLAG; in main()
1125 pp->p_flags |= U_FLAG;
1272 if (flags & U_FLAG) {
1274 flags &= ~U_FLAG;
/titanic_44/usr/src/tools/scripts/
H A Dnightly.sh909 U_FLAG=y
1275 if [ "$U_FLAG" = "y" ]; then
1878 if [ "$U_FLAG" = "y" -a "$build_ok" = "y" ]; then