HomeSort by relevance Sort by last modified time
    Searched defs:qflg (Results 1 - 17 of 17) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fs.d/fd/
mount.c 54 static int qflg = 0; variable
100 qflg = 1;
213 if (optsize && !qflg)
  /onnv/onnv-gate/usr/src/cmd/fs.d/lofs/mount/
mount.c 76 int qflg = 0; local
111 qflg = 1;
135 if (optsize && !qflg)
  /onnv/onnv-gate/usr/src/cmd/fs.d/mntfs/
mount.c 60 static int qflg = 0; variable
113 qflg++;
207 if (optsize && !qflg)
  /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/mount/
mount.c 90 int qflg = 0; local
154 qflg = 1;
248 if (optsize && !qflg)
  /onnv/onnv-gate/usr/src/cmd/fs.d/proc/
mount.c 60 static int qflg = 0; variable
116 qflg = 1;
214 if (optsize && !qflg)
  /onnv/onnv-gate/usr/src/cmd/fs.d/tmpfs/
mount.c 45 static int qflg = 0; variable
129 qflg++;
198 if (optsize && !qflg)
  /onnv/onnv-gate/usr/src/cmd/fs.d/hsfs/mount/
mount.c 60 static int qflg = 0; /* quiet option - don't flag bad options */ variable
156 qflg++;
230 if (!qflg) {
  /onnv/onnv-gate/usr/src/cmd/ipcs/
ipcs.c 91 qflg, /* message queue status */ variable
173 qflg = 1;
198 if ((mflg + qflg + sflg) == 0)
199 mflg = qflg = sflg = 1;
209 if (qflg) {
281 if (!qflg || oflg || bflg || pflg || tflg || iflg)
347 if (bflg || tflg || (!qflg && !mflg))
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/mount/
mount.c 87 static int qflg = 0; variable
218 qflg++;
580 if (!qflg) {
  /onnv/onnv-gate/usr/src/cmd/fs.d/smbclnt/mount/
mount.c 132 static int qflg = 0; /* quiet - don't print warnings on bad options */ variable
225 qflg++;
237 if (!qflg)
262 if (!qflg)
439 if (!qflg)
450 if (!qflg)
461 if (!qflg)
473 if (!qflg)
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop.c 82 boolean_t qflg; variable
343 qflg = B_TRUE;
497 if (! qflg && ocapfile)
  /onnv/onnv-gate/usr/src/cmd/compress/
compress.c 200 static int qflg = 0; variable
461 qflg++;
480 bflg | qflg | dflg | nomagic)) {
    [all...]
  /onnv/onnv-gate/usr/src/ucbcmd/ls/
ls.c 70 static int qflg, Aflg, Cflg, Fflg, Lflg, Rflg; variable
108 qflg = Cflg = 1;
126 qflg = 1; break;
631 if (qflg && !isprint((unsigned char)*cp))
653 if (qflg && !isprint((unsigned char) *cp))
  /onnv/onnv-gate/usr/src/cmd/fs.d/
mount.c 137 dashflg, questflg, dflg, qflg; variable
298 qflg++;
351 if (cflg || fflg || mflg || oflg || rflg || qflg)
530 if (qflg)
1235 if (qflg)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/mount/
mount.c 172 static int qflg = 0; /* quiet - don't print warnings on bad options */ variable
290 qflg++;
764 if (!qflg)
792 if (!qflg && saveopts != NULL) {
1199 if (!qflg)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ed/
ed.c 260 static int qflg = 0; variable
728 qflg = 1;
1276 if (qflg == 0) {
1281 qflg = 0;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ls/
ls.c 279 static int qflg; variable
699 qflg = 0;
804 qflg = 1;
1349 if (qflg || bflg) {
    [all...]

Completed in 3430 milliseconds