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

  /src/bin/pax/
pax.c 87 int vflag; /* produce verbose output */ variable
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;
  /src/bin/ksh/
c_ksh.c 432 int pflag = 0, vflag = 0, Vflag = 0; local
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...]
  /src/usr.bin/xlint/xlint/
xlint.c 96 static bool Cflag, dflag, Fflag, iflag, sflag, tflag, Vflag;
293 if (Vflag) {
745 Vflag = true;
  /src/lib/libc/time/
zdump.c 458 bool vflag; local
459 bool Vflag;
485 vflag = Vflag = false;
492 case 'v': vflag = true; break;
493 case 'V': Vflag = true; break;
503 if (iflag | vflag | Vflag) {
560 if (iflag | vflag | Vflag)
    [all...]
  /src/usr.bin/netstat/
main.c 93 int Vflag;
94 int vflag; variable
521 Vflag++;
524 vflag = RT_VFLAG;
655 nflag|tagflag|vflag|Lflag, 0, ~0);

Completed in 22 milliseconds