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

  /external/ltp/testcases/kernel/syscalls/quotactl/
quotactl02.c 68 static unsigned int qflag = XFS_QUOTA_UDQ_ENFD; variable
77 {Q_XQUOTAOFF, &qflag, check_qoff, NULL},
78 {Q_XQUOTAON, &qflag, check_qon, NULL},
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
subr_prf.c 245 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
272 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
378 qflag = 1;
385 else if (qflag)
408 qflag = 1;
458 else if (qflag)
476 else if (qflag)
  /external/tcpdump/
interface.h 200 #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 84 unsigned int qflag = 0; variable
992 if (!qflag && (tcp->flags & TCB_ATTACHED))
1078 if (!qflag) {
    [all...]

Completed in 1931 milliseconds