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

  /external/ltp/utils/sctp/func_tests/
test_1_to_1_nonblock.c 68 int sk,pf_class,lstn_sk,acpt_sk,flag,cflag,sflag; local
132 cflag = fcntl(sk, F_GETFL, 0);
133 if (cflag < 0)
135 "cflag:%d, errno:%d", cflag, errno);
  /external/ppp/pppd/
ipcp.h 82 bool cflag; member in struct:ipcp_options
ipcp.c 156 { "novjccomp", o_bool, &ipcp_wantoptions[0].cflag,
158 &ipcp_allowoptions[0].cflag },
159 { "-vjccomp", o_bool, &ipcp_wantoptions[0].cflag,
161 &ipcp_allowoptions[0].cflag },
593 wo->cflag = 1;
603 ao->cflag = 1;
791 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
800 PUTCHAR(cflag, ucp); \
850 go->maxslotindex, go->cflag);
911 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \
1437 u_char maxslotindex, cflag; local
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
ipcp.h 92 u_char cflag; /* VJ slot compression flag. */ member in struct:ipcp_options
ipcp.c 199 wo->cflag = 0;
209 ao->cflag = 1;
353 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
362 PUTCHAR(cflag, ucp); \
407 go->maxslotindex, go->cflag);
438 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \
460 if (cicflag != cflag) { \
516 go->maxslotindex, go->cflag);
641 try.cflag = 0;
789 #define REJCIVJ(opt, neg, val, old, maxslot, cflag) \
889 u_char maxslotindex, cflag; local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
subr_prf.c 246 int cflag, hflag, jflag, tflag, zflag; local
274 cflag = 0; hflag = 0; jflag = 0; tflag = 0; zflag = 0;
368 cflag = 1;
393 else if (cflag)
468 else if (cflag)
486 else if (cflag)
  /external/valgrind/coregrind/m_syswrap/
syswrap-main.c 319 UChar *cflag);
324 UChar *cflag);
368 UChar cflag; local
379 syscall_mask, &saved, &cflag
384 syscall_mask, &saved, &cflag
389 LibVEX_GuestX86_put_eflag_c(cflag, &tst->arch.vex);
391 LibVEX_GuestAMD64_put_rflag_c(cflag, &tst->arch.vex);
    [all...]
  /external/libvorbis/lib/
res0.c 220 int cflag=oggpack_read(opb,1); local
221 if(cflag<0) goto errout;
222 if(cflag){
  /external/mesa3d/src/mesa/main/
varray.c 853 GLboolean tflag, cflag, nflag; /* enable/disable flags */ local
873 tflag = GL_FALSE; cflag = GL_FALSE; nflag = GL_FALSE;
879 tflag = GL_FALSE; cflag = GL_FALSE; nflag = GL_FALSE;
885 tflag = GL_FALSE; cflag = GL_TRUE; nflag = GL_FALSE;
893 tflag = GL_FALSE; cflag = GL_TRUE; nflag = GL_FALSE;
901 tflag = GL_FALSE; cflag = GL_TRUE; nflag = GL_FALSE;
909 tflag = GL_FALSE; cflag = GL_FALSE; nflag = GL_TRUE;
916 tflag = GL_FALSE; cflag = GL_TRUE; nflag = GL_TRUE;
925 tflag = GL_TRUE; cflag = GL_FALSE; nflag = GL_FALSE;
931 tflag = GL_TRUE; cflag = GL_FALSE; nflag = GL_FALSE
    [all...]
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 103 bool cflag; /* -c: only show a count of matching lines */ variable
441 cflag = true;
  /external/e2fsprogs/e2fsck/
unix.c 60 static int cflag; /* check disk */ variable
360 if ((ctx->options & E2F_OPT_FORCE) || bad_blocks_file || cflag)
870 if (cflag++)
955 if ((ctx->options & E2F_OPT_NO) && cflag) {
1045 if (cflag && bad_blocks_file) {
1068 if (cflag) {
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 81 static int cflag; variable
255 quiet ? "" : "-s ", (cflag > 1) ? "-w " : "",
    [all...]
  /external/strace/
strace.c 75 cflag_t cflag = CFLAG_NONE; variable
281 cflag = 0;
    [all...]

Completed in 1038 milliseconds