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 155 { "novjccomp", o_bool, &ipcp_wantoptions[0].cflag,
157 &ipcp_allowoptions[0].cflag },
158 { "-vjccomp", o_bool, &ipcp_wantoptions[0].cflag,
160 &ipcp_allowoptions[0].cflag },
577 wo->cflag = 1;
587 ao->cflag = 1;
772 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
781 PUTCHAR(cflag, ucp); \
818 go->maxslotindex, go->cflag);
875 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \
1336 u_char maxslotindex, cflag; local
    [all...]
  /external/srec/tools/make_ve_grammar/
make_ve_grammar.c 94 int cflag = 0, fnode = 0; local
210 if(cflag==0){
212 cflag = 1;
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 99 unsigned short ax, bx, cx, dx, si, di, cflag; member in struct:_RMWORDREGS
  /external/quake/quake/src/QW/client/
cl_parse.c 530 qboolean cflag = false; local
555 cflag = true;
562 if (cflag) {
  /external/e2fsprogs/e2fsck/
unix.c 59 static int cflag; /* check disk */ variable
306 if ((ctx->options & E2F_OPT_FORCE) || bad_blocks_file || cflag)
729 if (cflag++)
802 if ((ctx->options & E2F_OPT_NO) && cflag) {
848 if (cflag && bad_blocks_file) {
872 if (cflag) {
    [all...]
  /external/openssl/crypto/des/
des.c 126 int vflag,cflag,eflag,dflag,kflag,bflag,fflag,sflag,uflag,flag3,hflag,error; variable
135 vflag=cflag=eflag=dflag=kflag=hflag=bflag=fflag=sflag=uflag=flag3=0;
154 cflag=1;
160 cflag=1;
243 if (((eflag+dflag) == 1) || cflag)
469 if (eflag || (!dflag && cflag))
496 if (cflag)
634 if (cflag) DES_cbc_cksum(obuf,
652 if (cflag)
  /ndk/sources/host-tools/nawk-20071023/
b.c 769 int cflag; local
799 cflag = 1;
803 cflag = 0;
840 if (cflag == 0)
  /external/e2fsprogs/misc/
mke2fs.c 83 int cflag; variable
212 quiet ? "" : "-s ", (cflag > 1) ? "-w " : "",
1244 cflag++;
    [all...]
  /external/strace/
strace.c 91 cflag_t cflag = CFLAG_NONE; variable
805 if (cflag == CFLAG_BOTH) {
810 cflag = CFLAG_ONLY_STATS;
813 if (cflag == CFLAG_ONLY_STATS) {
818 cflag = CFLAG_BOTH;
933 if (followfork > 1 && cflag) {
1205 if (cflag) {
    [all...]

Completed in 1027 milliseconds