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

  /external/tcpdump/
interface.h 394 #define qflag gndo->ndo_qflag macro
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 111 bool qflag; /* -q: quiet mode (don't output anything) */ variable
530 qflag = true;
706 exit(c ? (notfound ? (qflag ? 0 : 2) : 0) : (notfound ? 2 : 1));
  /external/strace/
strace.c 86 unsigned int qflag = 0; variable
920 if (!qflag && (tcp->flags & TCB_ATTACHED))
1047 if (!qflag) {
1081 if (!qflag)
    [all...]

Completed in 101 milliseconds