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

  /system/core/sh/
options.h 95 #define qflag optlist[15].val macro
  /external/tcpdump/
interface.h 351 #define qflag gndo->ndo_qflag macro
  /system/core/toolbox/grep/
grep.c 111 bool qflag; /* -q: quiet mode (don't output anything) */ variable
533 qflag = true;
709 exit(c ? (notfound ? (qflag ? 0 : 2) : 0) : (notfound ? 2 : 1));
  /external/qemu/
qemu-io.c 352 int Cflag = 0, pflag = 0, qflag = 0, vflag = 0; local
388 qflag = 1;
480 if (qflag)
532 int Cflag = 0, qflag = 0, vflag = 0; local
555 qflag = 1;
605 if (qflag)
657 int Cflag = 0, pflag = 0, qflag = 0, bflag = 0; local
683 qflag = 1;
741 if (qflag)
788 int Cflag = 0, qflag = 0 local
892 int Cflag = 0, qflag = 0; local
1009 int qflag; member in struct:aio_ctx
1432 int Cflag = 0, qflag = 0; local
    [all...]
  /external/strace/
strace.c 87 int dtime = 0, xflag = 0, qflag = 0; variable
466 if (!qflag) {
497 if (!qflag)
838 qflag++;
1001 qflag = 1;
    [all...]

Completed in 219 milliseconds