Searched refs:vflag (Results 51 - 75 of 105) sorted by relevance

12345

/freebsd-11-stable/contrib/byacc/
H A Dmain.c43 char vflag; variable
162 if (vflag)
290 vflag = 1;
489 if (vflag)
657 if (vflag)
/freebsd-11-stable/sbin/umount/
H A Dumount.c68 static int fflag, vflag; variable
125 vflag = 1;
434 if (vflag)
464 clean_mtab(hostp, nfsdirname, vflag);
465 if(!write_mtab(vflag))
/freebsd-11-stable/usr.sbin/ifmcstat/
H A Difmcstat.c116 int vflag = 0; variable
239 ++vflag;
259 if (af == AF_LINK && vflag)
302 if (vflag >= 2) {
361 if (vflag)
715 if (vflag >= 2) {
725 if (vflag)
759 if (vflag >= 2) {
853 if (vflag == 0)
957 if (vflag
[all...]
/freebsd-11-stable/sbin/mdconfig/
H A Dmdconfig.c101 int ch, fd, i, vflag; local
109 vflag = 0;
236 vflag = OPT_VERBOSE;
333 if (action != LIST && vflag == OPT_VERBOSE)
376 return (md_list(NULL, OPT_LIST | vflag, fflag));
378 return (md_query(uflag, vflag, fflag));
/freebsd-11-stable/bin/cp/
H A Dcp.c86 int fflag, iflag, lflag, nflag, pflag, sflag, vflag; variable
152 vflag = 1;
487 if (vflag && !badcp)
H A Dutils.c110 if (vflag)
284 if (vflag)
309 if (vflag)
329 if (vflag)
/freebsd-11-stable/share/examples/ppi/
H A Dppilcd.c89 int vflag = 0; variable
125 vflag = 1;
234 if (vflag || isprint(ch))
/freebsd-11-stable/usr.bin/killall/
H A Dkillall.c109 int vflag = 0; local
200 vflag++;
420 if (vflag || sflag)
/freebsd-11-stable/usr.sbin/sa/
H A Dmain.c74 int Kflag, lflag, mflag, qflag, rflag, sflag, tflag, uflag, vflag; variable
183 vflag = 1;
195 if (fflag && !vflag)
/freebsd-11-stable/usr.sbin/uefisign/
H A Duefisign.c340 bool Vflag = false, vflag = false; local
363 vflag = true;
406 return (child(inpath, outpath, pipefds[1], Vflag, vflag));
/freebsd-11-stable/usr.bin/grep/
H A Dgrep.h138 qflag, sflag, vflag, wflag, xflag;
/freebsd-11-stable/sbin/restore/
H A Dmain.c63 int bflag = 0, cvtflag = 0, dflag = 0, Dflag = 0, vflag = 0, yflag = 0; variable
162 vflag = 1;
/freebsd-11-stable/usr.bin/ctags/
H A Dctags.c75 int vflag; /* -v: vgrind style index output */ variable
131 vflag++;
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtip.h185 extern int vflag; /* verbose during reading of .tiprc file */
253 EXTERN int vflag; /* print .tiprc initialization sequence */ variable
/freebsd-11-stable/contrib/groff/src/roff/groff/
H A Dgroff.cpp113 int vflag = 0; local
187 vflag = 1;
301 if (vflag)
346 if (lflag && !vflag && !Xflag && spooler) {
424 return run_commands(vflag);
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzdump.c240 register int vflag; local
271 vflag = 0;
275 vflag = 1;
281 if (vflag) {
333 if (!vflag) {
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddes.c127 int vflag, cflag, eflag, dflag, kflag, bflag, fflag, sflag, uflag, flag3, variable
137 vflag = cflag = eflag = dflag = kflag = hflag = bflag = fflag = sflag =
169 vflag = 1;
245 if (vflag) {
255 if (vflag)
/freebsd-11-stable/contrib/netcat/
H A Dnetcat.c97 int vflag; /* Verbosity */ variable
263 vflag = 1;
439 if (vflag)
451 if (vflag)
503 if (vflag || zflag) {
674 else if (vflag)
1376 if (vflag)
/freebsd-11-stable/usr.bin/iscsictl/
H A Discsictl.c710 rflag = 0, vflag = 0; local
784 vflag = 1;
867 if (vflag != 0)
893 if (vflag != 0)
927 if (vflag != 0)
984 failed += kernel_list(iscsi_fd, targ, vflag);
1017 failed += kernel_list(iscsi_fd, targ, vflag);
/freebsd-11-stable/usr.sbin/rtadvctl/
H A Drtadvctl.c74 static int vflag = LOG_ERR; variable
129 if (vflag >= priority) {
162 vflag = LOG_DEBUG;
165 vflag++;
490 if (!(ifi_s->ifi_persist) && vflag < LOG_NOTICE)
643 if (vflag < LOG_WARNING)
710 if (vflag < LOG_NOTICE)
/freebsd-11-stable/contrib/blacklist/bin/
H A Dblacklistd.c79 static int vflag; variable
343 bl_t bl = bl_create(true, path, vflag ? vdlog : vsyslog);
475 vflag++;
/freebsd-11-stable/usr.bin/join/
H A Djoin.c121 int aflag, ch, cval, vflag; local
129 aflag = vflag = 0;
190 vflag = 1;
214 if (aflag && vflag)
/freebsd-11-stable/usr.bin/quota/
H A Dquota.c107 static int vflag; variable
141 vflag++;
322 if (!vflag &&
338 if (!vflag &&
/freebsd-11-stable/bin/pax/
H A Dextern.h216 extern int vflag;
/freebsd-11-stable/usr.bin/gzip/
H A Dgzip.c220 static int vflag; /* verbose mode */ variable
437 vflag = 1;
1916 if (vflag && !tflag && usize != -1 && gsize != -1)
1918 if (vflag && tflag)
1969 if (vflag && !tflag && usize != -1 && gsize != -1)
2042 if (vflag && tflag)
2057 if (vflag && !tflag)
2183 if (vflag)
2223 if (vflag && fd == -1)
2225 else if (vflag) {
[all...]

Completed in 293 milliseconds

12345