HomeSort by: relevance | last modified time | path
    Searched refs:Vflag (Results 1 - 16 of 16) sorted by relevancy

  /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) {
extern.h 238 extern int vflag;
243 extern int Vflag;
pax.c 87 int vflag; /* produce verbose output */ variable in typeref:typename:int
93 int Vflag; /* produce somewhat verbose output (no listing) */
354 * or any dirs we may have read. Set vflag and vfpart so the user
357 vflag = vfpart = 1;
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...]
ar_io.c 387 if ((vflag || Vflag) && (artyp == ISTAPE)) {
424 if ((vflag || Vflag) && (artyp == ISTAPE)) {
444 if (!vflag && !Vflag) {
options.c 467 vflag = 1;
627 Vflag = 1;
1022 vflag = 1;
1094 Vflag = 1;
1644 vflag = 1;
1754 Vflag = 1;
  /src/usr.bin/netstat/
netstat.h 60 extern int Vflag; /* show Vestigial TIME_WAIT (VTW) information */
61 extern int vflag; /* verbose route information or don't truncate names */
vtw.c 165 if (Vflag)
178 if (Vflag)
231 if (!Vflag)
364 if (Vflag && vflag) {
470 if (Vflag && vflag) {
main.c 93 int Vflag;
94 int vflag; variable in typeref:typename:int
521 Vflag++;
524 vflag = RT_VFLAG;
655 nflag|tagflag|vflag|Lflag, 0, ~0);
inet.c 123 Vflag ? "%-5.5s %-6.6s %-6.6s %s%-*.*s %-*.*s %-13.13s Expires\n"
169 if (Vflag && expires != NULL) {
210 if (!(Vflag && vflag))
214 else if (timercmp(&delta, &zero, <) && !(Vflag && vflag)) {
inet6.c 182 Vflag ? "%-5.5s %-6.6s %-6.6s %*.*s %*.*s %-13.13s Expires\n"
225 if (Vflag && expires != NULL) {
263 if (!(Vflag && vflag))
267 else if (timercmp(&delta, &zero, <) && !(Vflag && vflag)) {
1411 if (vflag && lwidth < (int)strlen(inet6name(in6)))
1424 if (vflag && lwidth < (int)strlen(line))
  /src/bin/sh/
option.list 44 vflag verbose v # echo commands as read
78 Vflag vi V V # enable vi style editing
histedit.c 110 #define editing (Eflag || Vflag)
113 Eflag ? '-' : '+', Vflag ? '-' : '+', iflag ? "" : "not "));
198 if (Vflag)
  /src/lib/libc/time/
zdump.c 465 bool vflag; local in function:main
466 bool Vflag;
492 vflag = Vflag = false;
499 case 'v': vflag = true; break;
500 case 'V': Vflag = true; break;
510 if (iflag | vflag | Vflag) {
567 if (iflag | vflag | Vflag)
    [all...]
  /src/usr.bin/xlint/xlint/
xlint.c 96 static bool Cflag, dflag, Fflag, iflag, sflag, tflag, Vflag;
293 if (Vflag) {
745 Vflag = true;
  /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...]

Completed in 22 milliseconds