/external/ppp/pppd/ |
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...] |
ipcp.h | 82 bool cflag; member in struct:ipcp_options
|
/external/chromium_org/third_party/openssl/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)
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
eclipse.py | 85 by any include directories that were added as cflag compiler options. 108 for cflag in cflags: 110 if cflag.startswith('-I'): 111 include_dir = cflag[2:]
|
/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)
|
/external/qemu-pc-bios/vgabios/tests/lfbprof/ |
lfbprof.c | 67 if (r.w.cflag) 136 out->x.cflag = rmregs.flags & 0x1; 177 out->x.cflag = rmregs.flags & 0x1; 198 if (r.x.cflag) 232 if (r.x.cflag) 255 if (r.x.cflag) 277 if (r.x.cflag)
|
lfbprof.h | 99 unsigned short ax, bx, cx, dx, si, di, cflag; member in struct:_RMWORDREGS
|
/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/kernel-headers/original/linux/ |
serial_core.h | 359 void uart_update_timeout(struct uart_port *port, unsigned int cflag, 526 #define UART_ENABLE_MS(port,cflag) ((port)->flags & UPF_HARDPPS_CD || \ 527 (cflag) & CRTSCTS || \ 528 !((cflag) & CLOCAL))
|
/external/scrypt/ |
import_scrypt.sh | 186 declare -r cflags=$(filter_by_egrep "^-D" $(grep -e "^CFLAG=" $tmpfile)) 195 for cflag in $cflags $depflags; do 196 echo " $cflag \\"
|
/system/core/toolbox/grep/ |
util.c | 258 if (cflag) { 267 if (c && !cflag && !lflag && !Lflag && 364 if ((tail || c) && !cflag && !qflag && !lflag && !Lflag) {
|
grep.h | 122 bflag, cflag, hflag, iflag, lflag, mflag, nflag, oflag,
|
/external/tcpdump/ |
tcpdump.c | 530 Cflag = atoi(optarg) * 1000000; 531 if (Cflag < 0) 975 if (Cflag != 0) { 1169 * larger than Cflag - the last packet written to the 1170 * file could put it over Cflag. 1172 if (pcap_dump_ftell(dump_info->p) > Cflag) { [all...] |
/external/strace/ |
strace.c | 88 cflag_t cflag = CFLAG_NONE; variable 802 if (cflag == CFLAG_BOTH) { 807 cflag = CFLAG_ONLY_STATS; 810 if (cflag == CFLAG_ONLY_STATS) { 815 cflag = CFLAG_BOTH; 930 if (followfork > 1 && cflag) { 1202 if (cflag) { [all...] |
/external/chromium_org/third_party/yasm/ |
README.chromium | 55 subprogram do not have -DHAVE_CONFIG_H as a cflag.
|
/system/core/sh/ |
options.h | 87 #define Cflag optlist[11].val
|
/external/e2fsprogs/e2fsck/ |
unix.c | 59 static int cflag; /* check disk */ variable 311 if ((ctx->options & E2F_OPT_FORCE) || bad_blocks_file || cflag) 746 if (cflag++) 826 if ((ctx->options & E2F_OPT_NO) && cflag) { 872 if (cflag && bad_blocks_file) { 896 if (cflag) { [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
b.c | 769 int cflag; local 799 cflag = 1; 803 cflag = 0; 840 if (cflag == 0)
|
/external/chromium_org/third_party/openssl/openssl/ |
import_openssl.sh | 183 declare -r cflags=$(filter_by_egrep "^-D" $(grep -e "^CFLAG=" $tmpfile)) 192 for cflag in $cflags $depflags; do 193 echo " $cflag \\"
|
/external/openssl/ |
import_openssl.sh | 183 declare -r cflags=$(filter_by_egrep "^-D" $(grep -e "^CFLAG=" $tmpfile)) 192 for cflag in $cflags $depflags; do 193 echo " $cflag \\"
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
x509.h | 987 int X509_print_ex_fp(FILE *bp,X509 *x, unsigned long nmflag, unsigned long cflag); 997 int X509_print_ex(BIO *bp,X509 *x, unsigned long nmflag, unsigned long cflag); 1002 int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflag, unsigned long cflag); [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
x509.h | 987 int X509_print_ex_fp(FILE *bp,X509 *x, unsigned long nmflag, unsigned long cflag); 997 int X509_print_ex(BIO *bp,X509 *x, unsigned long nmflag, unsigned long cflag); 1002 int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflag, unsigned long cflag); [all...] |
/external/libvorbis/lib/ |
res0.c | 220 int cflag=oggpack_read(opb,1); local 221 if(cflag<0) goto errout; 222 if(cflag){
|
/external/openssl/crypto/x509/ |
x509.h | 987 int X509_print_ex_fp(FILE *bp,X509 *x, unsigned long nmflag, unsigned long cflag); 997 int X509_print_ex(BIO *bp,X509 *x, unsigned long nmflag, unsigned long cflag); 1002 int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflag, unsigned long cflag); [all...] |
/external/openssl/include/openssl/ |
x509.h | 987 int X509_print_ex_fp(FILE *bp,X509 *x, unsigned long nmflag, unsigned long cflag); 997 int X509_print_ex(BIO *bp,X509 *x, unsigned long nmflag, unsigned long cflag); 1002 int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflag, unsigned long cflag); [all...] |