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

/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c57 static int gflg = 0; /* mount into global name space: flag form */ variable
59 static int havegblopt = 0; /* global value supercedes gflg value */
153 gflg++;
191 if ((havegblopt && global) || gflg) {
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dregex.c154 intptr_t i, lcnt, dcnt, gflg; local
158 gflg = 0;
204 gflg = 1;
310 gflg = 1;
327 if (!gflg) lp--;
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c84 static int gflg = 0; variable
194 gflg++;
254 if ((gflg || findopt(mnt.mnt_mntopts, MNTOPT_GLOBAL)) &&
263 gflg = replace_opts_dflt(opts, gflg, MNTOPT_GLOBAL, MNTOPT_NOGLOBAL);
534 if (gflg || findopt(mnt->mnt_mntopts, MNTOPT_GLOBAL)) {
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c93 static int gflg; /* Display process group leaders */ variable
214 gflg++; /* include process group leaders */
255 gflg++;
267 gflg++;
336 gflg++;
459 if ((ppid == 1) && !(gflg))
H A Dps.c236 static int gflg; variable
506 tflg = Gflg = Uflg = uflg = pflg = gflg = sflg = 0;
633 gflg++;
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) &&
982 else if (gflg && ugfind((id_t)info.pr_egid, &egid_tbl))
987 else if (gflg && search(grpid, ngrpid, info.pr_pgid))
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c68 static int aflg, dflg, gflg, lflg, sflg, tflg, uflg, iflg, fflg, cflg; variable
140 gflg++; break;
695 if (gflg) {
720 p->acl, p->fnl, uname, gflg ? gname : "", fsize, ftime);
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c141 int aflg, cflg, fflg, Fflg, gflg, oflg, pflg, rflg, vflg, Vflg, mflg, Oflg, variable
277 gflg++;
518 if (gflg)
1200 if (gflg)
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c203 int gflg; variable
294 gflg++;
479 if (gflg && (Iflg || Jflg || Oflg || Qflg))
481 if (!gflg && (mflg))
645 if ((gflg) && (!group_name))
/illumos-gate/usr/src/cmd/ls/
H A Dls.c272 static int gflg; variable
748 gflg++;
984 if (!gflg && !oflg)
985 gflg = oflg = 1;
987 if (gflg && oflg)
988 gflg = oflg = 0;
1300 if (gflg) {

Completed in 73 milliseconds