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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c108 boolean_t Uflg = B_FALSE; local
349 Uflg = B_TRUE;
386 if (Uflg)
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c102 static int Uflg; /* Update private database, ups_data */ variable
237 Uflg++;
321 if (Uflg)
H A Dps.c224 static int Uflg; variable
506 tflg = Gflg = Uflg = uflg = pflg = gflg = sflg = 0;
674 Uflg++;
735 if (!(aflg|Aflg|dflg|Gflg|hflg|Uflg|uflg|tflg|pflg|gflg|sflg|zflg)) {
772 Gflg = Uflg = uflg = pflg = sflg = gflg = aflg = dflg = 0;
883 if (pflg && !(aflg|Aflg|dflg|Gflg|Uflg|uflg|hflg|tflg|gflg|sflg|zflg) &&
979 else if (Uflg && ugfind((id_t)info.pr_uid, &ruid_tbl))
/illumos-gate/usr/src/cmd/ls/
H A Dls.c285 static int Uflg; variable
822 Uflg = 0;
828 Uflg = 0;
835 Uflg++;
1010 if ((Uflg || fflg) && !Cflg && !lflg && !iflg && statreq == 0)
1096 if (!Uflg)
1173 if (fflg == 0 && Uflg == 0)

Completed in 299 milliseconds