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

  /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/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...]
  /ndk/sources/host-tools/nawk-20071023/
b.c 769 int cflag; local
799 cflag = 1;
803 cflag = 0;
840 if (cflag == 0)
  /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 56 static int cflag; /* check disk */ variable
353 if ((ctx->options & E2F_OPT_FORCE) || bad_blocks_file || cflag)
838 if (cflag++)
920 if ((ctx->options & E2F_OPT_NO) && cflag) {
980 if (cflag && bad_blocks_file) {
1004 if (cflag) {
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 86 static int cflag; variable
221 quiet ? "" : "-s ", (cflag > 1) ? "-w " : "",
    [all...]
  /external/strace/
strace.c 81 cflag_t cflag = CFLAG_NONE; variable
277 cflag = 0;
    [all...]

Completed in 411 milliseconds