HomeSort by relevance Sort by last modified time
    Searched defs:vflag (Results 1 - 11 of 11) sorted by null

  /external/ipsec-tools/src/racoon/
main.c 88 int vflag = 1; /* for print-isakmp.c */ variable
349 vflag++;
  /system/core/sh/
options.h 81 #define vflag optlist[8].val macro
83 #define Vflag optlist[9].val
  /system/core/toolbox/
cat.c 48 static int bflag, eflag, fflag, lflag, nflag, sflag, tflag, vflag; variable
101 } else if (vflag) {
241 eflag = vflag = 1; /* -e implies -v */
256 tflag = vflag = 1; /* -t implies -v */
259 vflag = 1;
281 if (bflag || eflag || nflag || sflag || tflag || vflag)
  /external/tcpdump/
interface.h 358 #define vflag gndo->ndo_vflag macro
  /system/core/toolbox/cp/
cp.c 90 int Hflag, Lflag, Rflag, Pflag, fflag, iflag, lflag, pflag, rflag, vflag, Nflag; variable
163 vflag = 1;
543 if (vflag && !this_failed)
  /external/netcat/
netcat.c 84 int vflag; /* Verbosity */ variable
221 vflag = 1;
463 if (vflag || zflag) {
638 else if (vflag)
  /external/openssl/crypto/des/
des.c 126 int vflag,cflag,eflag,dflag,kflag,bflag,fflag,sflag,uflag,flag3,hflag,error; variable
135 vflag=cflag=eflag=dflag=kflag=hflag=bflag=fflag=sflag=uflag=flag3=0;
170 vflag=1;
250 if (vflag)
261 if (vflag) fprintf(stderr,"des(1) built with %s\n",libdes_version);
  /system/core/toolbox/grep/
grep.c 113 bool vflag; /* -v: only show non-matching lines */ variable
557 vflag = true;
  /external/icu4c/tools/tzcode/
zdump.c 279 register int vflag; local
319 vflag = 0;
342 vflag = 1;
370 vflag = 1;
377 if (vflag) {
456 if (!vflag) {
  /external/qemu/
qemu-io.c 352 int Cflag = 0, pflag = 0, qflag = 0, vflag = 0; local
399 vflag = 1;
483 if (vflag)
532 int Cflag = 0, qflag = 0, vflag = 0; local
558 vflag = 1;
608 if (vflag)
1010 int vflag; member in struct:aio_ctx
1073 if (ctx->vflag) {
1143 ctx->vflag = 1;
    [all...]
  /external/mksh/src/
funcs.c 495 bool pflag = false, vflag = false, Vflag = false; local
506 vflag = true;
509 Vflag = true;
526 vflag = Vflag;
531 while ((vflag || rv == 0) && (id = *wp++) != NULL) {
535 if ((iam_whence || vflag) && !pflag)
544 if (vflag || (tp->type != CALIAS && tp->type != CEXEC &&
547 if (vflag)
    [all...]

Completed in 451 milliseconds