/src/usr.sbin/acpitools/acpidump/ |
acpidump.c | 49 int vflag; /* Use verbose messages */ variable in typeref:typename:int 90 vflag = 1; 116 if (vflag) 120 if (vflag) 127 if (vflag) 143 if (vflag) 150 if (vflag) 153 if (vflag)
|
/src/usr.sbin/bootp/bootptest/ |
bootptest.h | 10 extern int vflag; /* verbose flag */
|
/src/bin/rmdir/ |
rmdir.c | 55 static int vflag; variable in typeref:typename:int 75 vflag = 1; 93 if (vflag) 122 } else if (vflag)
|
/src/bin/getfacl/ |
getfacl.c | 186 int qflag, int vflag) 252 if (vflag) 271 int qflag, int vflag) 280 qflag, vflag) == -1) { 294 int hflag, iflag, qflag, nflag, vflag; local in function:main 300 vflag = 0; 319 vflag = 1; 329 qflag, vflag); 336 qflag, vflag); 341 qflag, vflag); [all...] |
/src/sbin/ttyflags/ |
ttyflags.c | 66 static int nflag, vflag; variable in typeref:typename:int 78 aflag = nflag = vflag = 0; 88 vflag = 1; 211 if (vflag) 221 if (rval || vflag) 226 if (errno != ENOTTY || vflag) {
|
/src/usr.bin/head/ |
head.c | 81 int vflag = 0; local in function:main 107 vflag = 0; 112 vflag = 1; 129 if (vflag || (qflag == 0 && argc > 1)) {
|
/src/usr.bin/tail/ |
tail.c | 71 int vflag = 0; local in function:main 112 vflag = 0; 139 vflag = 0; 143 vflag = 1; 190 if (vflag || (qflag == 0 && argc > 1)) {
|
/src/usr.bin/hexdump/ |
display.c | 60 enum _vflag vflag = FIRST; variable in typeref:enum:_vflag 260 if (!need && vflag != ALL && 262 if (vflag != DUP) 282 if (vflag == ALL || vflag == FIRST || 284 if (vflag == DUP || vflag == FIRST) 285 vflag = WAIT; 288 if (vflag == WAIT) 290 vflag = DUP [all...] |
hexsyntax.c | 113 vflag = ALL;
|
hexdump.h | 80 extern enum _vflag vflag;
|
/src/usr.sbin/certctl/ |
certctl.sh | 56 vflag=false # verbose 71 v) vflag=true;; 113 if $vflag; then # print command if verbose 456 if $vflag; then 493 $vflag && printf '# create %s\n' "$vbundle" 584 $vflag && echo '# rehash' 585 vflag=false 623 $vflag && echo '# already distrusted' 637 $vflag && echo '# rehash' 638 vflag=fals [all...] |
/src/tests/lib/libc/net/getaddrinfo/ |
h_gai.c | 49 int vflag = 0; variable in typeref:typename:int 77 if (vflag) { 100 if (!vflag) 143 vflag++;
|
/src/bin/pax/ |
tty_subs.c | 156 * when vflag we better ship out an extra \n to get this message on a 159 if ((Vflag || vflag) && vfpart) { 183 * when vflag we better ship out an extra \n to get this message on a 186 if ((Vflag || vflag) && vfpart) {
|
ar_subs.c | 207 * call for each file we need to print. If verbose (vflag) start up 431 if (vflag) { 432 if (vflag > 1) 472 if (vflag && vfpart) { 501 if (vflag && vfpart) { 656 if (vflag) { 657 if (vflag > 1) 680 if (vflag && vfpart) { 698 if (vflag && vfpart) { 811 if (vflag || Vflag) [all...] |
/src/sbin/restore/ |
restore.h | 49 extern int vflag; /* print out actions taken */ 165 #define vprintf if (vflag) fprintf
|
/src/bin/cat/ |
cat.c | 64 static int bflag, eflag, fflag, lflag, nflag, sflag, tflag, vflag; variable in typeref:typename:int 92 eflag = vflag = 1; /* -e implies -v */ 107 tflag = vflag = 1; /* -t implies -v */ 113 vflag = 1; 133 if (bflag || eflag || nflag || sflag || tflag || vflag) 208 } else if (vflag) {
|
/src/usr.sbin/fssconfig/ |
fssconfig.c | 51 static int vflag = 0; variable in typeref:typename:int 88 vflag++; 200 if (vflag) 213 if (vflag) 259 } else if (vflag) {
|
/src/usr.sbin/quotaon/ |
quotaon.c | 69 static int vflag; /* verbose */ variable in typeref:typename:int 109 vflag++; 244 if (vflag) {
|
/src/usr.bin/xlint/lint1/ |
main1.c | 63 bool vflag; variable in typeref:typename:bool 176 case 'v': vflag = true; break;
|
/src/sbin/ifconfig/ |
extern.h | 92 extern bool lflag, Nflag, vflag, zflag;
|
/src/usr.bin/ctags/ |
ctags.h | 74 extern int vflag; /* -v: vgrind style index output */
|
print.c | 110 if (vflag)
|
/src/usr.sbin/sa/ |
extern.h | 89 extern int Kflag, lflag, mflag, qflag, rflag, sflag, tflag, uflag, vflag;
|
/src/sbin/chown/ |
chown.c | 85 int Hflag, Lflag, Rflag, ch, fflag, fts_options, hflag, rval, vflag, dflag; local in function:main 97 Hflag = Lflag = Rflag = fflag = hflag = vflag = dflag = 0; 135 vflag = 1; 254 if (vflag)
|
/src/bin/ksh/ |
c_ksh.c | 432 int pflag = 0, vflag = 0, Vflag = 0; local in function:c_whence 445 vflag = 1; 448 Vflag = 1; 465 vflag = Vflag; 470 while ((vflag || ret == 0) && (id = *wp++) != NULL) { 472 if ((iam_whence || vflag) && !pflag) 481 if (vflag || (tp->type != CALIAS && tp->type != CEXEC 486 if (vflag) [all...] |