HomeSort by relevance Sort by last modified time
    Searched refs:vflag (Results 1 - 25 of 64) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/lib/libshell/common/tests/
grep.sh 39 vflag= xflag= cflag= lflag= nflag=
43 -v*) vflag=1;;
61 noprint=$vflag$cflag$lflag # don't print if these flags are set
76 if test "$vflag"
  /onnv/onnv-gate/usr/src/lib/libexacct/demo/
exdump.c 52 static int vflag = 0; variable
265 if (vflag &&
272 if (vflag &&
284 if (vflag) {
303 if (vflag) {
316 if (vflag) {
330 if (vflag) {
346 if (vflag) {
364 if (vflag) {
379 if (!vflag)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/nfsstat/
nfsstat.c 167 int vflag = 0; /* version specified, 0 specifies all */ local
205 vflag = atoi(optarg);
206 if ((vflag < 2) || (vflag > 4))
253 if (cflag || rflag || sflag || zflag || nflag || aflag || vflag)
292 sn_print(zflag, vflag);
294 sa_print(zflag, vflag);
307 cn_print(zflag, vflag);
309 ca_print(zflag, vflag);
633 cn_print(int zflag, int vflag)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/itutools/
pkg2du.ksh 234 typeset vflag
241 0) vflag=-quiet
243 1) vflag= # mkisofs' default verboseness
245 *) vflag=
249 vflag="-v $vflag"
278 $vflag \
itu.ksh 439 typeset dir vflag i
453 0) vflag=-quiet
455 1) vflag= # mkisofs' default verboseness
457 *) vflag=
461 vflag="-v $vflag"
490 $vflag \
501 typeset dir vflag saved i
515 0) vflag=-quiet
517 1) vflag= # mkisofs' default verbosenes
    [all...]
  /onnv/onnv-gate/usr/src/cmd/abi/spectrans/parser/
main.c 58 vflag = 0; local
142 if (vflag != 0) {
148 ++vflag;
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgparam/
pkgparam.c 62 static int vflag = 0; variable
107 vflag++;
187 if (vflag) {
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
shcomp.c 77 int n, nflag=0, vflag=0, dflag=0; local
85 vflag=1;
127 if(vflag)
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/cachefslog/
cachefslog.c 46 static int vflag = 0; variable
87 ++vflag;
120 if ((logfile[0] == '\0') && (hflag) && (! vflag)) {
172 if (((fpath) || (hflag) || (vflag)) && (! stats_inerror(fs))) {
  /onnv/onnv-gate/usr/src/cmd/fstyp/
fstyp.c 55 static void run_legacy_cmds(int fd, char *device, int vflag);
72 int vflag = 0; local
97 vflag = 1;
141 run_legacy_cmds(fd, argv[0], vflag);
151 if (vflag) {
154 if (aflag || (vflag && (error == FSTYP_ERR_NOP))) {
410 run_legacy_cmds(int fd, char *device, int vflag)
422 if (vflag) {
  /onnv/onnv-gate/usr/src/cmd/troff/nroff.d/
n6.c 324 vflag++;
344 if (vflag)
350 vflag = 0;
367 vflag++;
369 vflag = 0;
384 if (vflag)
464 vflag++;
  /onnv/onnv-gate/usr/src/cmd/dumpcs/
dumpcs.c 53 static int omitting; /* omitting blank lines under no vflag? */
54 static int vflag = 0; variable
103 vflag++;
167 if (pinline || vflag) {
210 if (pinline || vflag) {
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
grep.c 100 static int vflag; variable
127 nflag = bflag = lflag = cflag = vflag = nchars = 0;
135 vflag++;
239 if((step(lbuf, expbuf) ^ vflag) && succeed(file) == 1)
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/quotaon/
quotaon.c 68 int vflag; /* verbose */ variable
123 vflag++;
254 if (vflag)
260 if (vflag)
  /onnv/onnv-gate/usr/src/cmd/truss/
ramdata.c 70 int vflag; variable
  /onnv/onnv-gate/usr/src/cmd/troff/
n9.c 96 vflag = 0;
261 vflag++;
266 vflag = 0;
304 vflag = 0;
346 vflag = 0;
357 vflag = 1;
366 vflag = 0;
nii.c 128 int vflag; variable
  /onnv/onnv-gate/usr/src/lib/libshell/common/bltins/
print.c 148 int sflag = 0, nflag=0, rflag=0, vflag=0; local
205 vflag='v';
208 vflag='C';
244 if(vflag && format)
245 errormsg(SH_DICT,ERROR_usage(2),"-%c and -f are mutually exclusive",vflag);
303 else if(vflag)
307 fmtbase64(outfile,*argv++,vflag=='C');
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/quota/
quota.c 67 int vflag; variable
162 vflag++;
187 if (vflag)
211 if (vflag)
231 if (vflag)
264 if (vflag)
276 !(vflag && getdiskquota(&mnt, uid, &dqblk))))
417 if (vflag)
773 (vflag? RQUOTAPROC_GETQUOTA: RQUOTAPROC_GETACTIVEQUOTA),
786 if (!vflag && rquota->rq_active == FALSE)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-crypto/cryptoadm/
cryptoadm.c 546 boolean_t vflag = B_FALSE; local
586 if (mflag || vflag) {
591 vflag = B_TRUE;
612 if (mflag || vflag) {
625 rc = list_mechlist_for_all(vflag);
628 } else if (vflag) {
629 rc = list_simple_for_all(vflag);
632 if ((!mflag) && (!vflag) && (!pflag)) {
634 rc = list_metaslot_info(mflag, vflag, mecharglist);
635 } else if (mflag || vflag) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppstats/
pppstats.c 98 static int vflag, rflag, zflag; /* select type of display */ variable
357 if (vflag)
366 if (vflag)
415 if (vflag)
438 if (vflag)
504 ++vflag;
  /onnv/onnv-gate/usr/src/cmd/tip/
tip.h 178 extern int vflag; /* verbose during reading of .tiprc file */
247 int vflag; /* print .tiprc initialization sequence */ variable
  /onnv/onnv-gate/usr/src/cmd/grep/
grep.c 86 static int vflag; variable
122 vflag++;
315 if ((step(lbuf, expbuf) ^ vflag) && succeed(file) == 1)
  /onnv/onnv-gate/usr/src/cmd/fgrep/
fgrep.c 122 int bflag, cflag, lflag, fflag, nflag, vflag, xflag, eflag, sflag; variable
211 vflag++;
415 if ((vflag && (failed == 0 || xflag == 0)) ||
416 (vflag == 0 && xflag && failed))
451 if (vflag)
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/repquota/
repquota.c 85 static int vflag; /* verbose */ variable
119 vflag++;
155 if (quotactl(Q_ALLSYNC, NULL, 0, NULL) < 0 && errno == EINVAL && vflag)
239 if (vflag || aflag)
268 if (!vflag &&

Completed in 990 milliseconds

1 2 3