| /src/sys/arch/mips/cavium/dev/ |
| octeon_ipd.c | 157 int cflags; local 162 cflags = 0; 165 SET(cflags, M_CSUM_IPv4); 168 SET(cflags, 183 SET(cflags, M_CSUM_IPv4_BAD); 194 SET(cflags, M_CSUM_TCP_UDP_BAD); 201 *rcflags = cflags;
|
| /src/external/bsd/atf/dist/atf-c/ |
| h_build.h | 43 const char *cflags; member in struct:c_o_test 84 "Some cflags", 118 "Some cflags and cppflags", 150 "Some cflags, cppflags and optional arguments",
|
| /src/external/bsd/tre/dist/lib/ |
| tre-parse.h | 36 int cflags; member in struct:__anon8201
|
| /src/external/gpl3/gdb.old/dist/sim/m32c/ |
| syscalls.c | 201 int cflags = arg (2); local 205 printf ("open(\"%s\",0x%x,%#o) = ", buf, oflags, cflags); 208 /* The callback vector ignores CFLAGS. */ 224 rv = open (buf, h_oflags, cflags);
|
| /src/external/gpl3/gdb.old/dist/sim/rx/ |
| syscalls.c | 163 int oflags, cflags; local 168 Hence the oflags and cflags arguments will be on the stack and we need 172 cflags = arg (); 176 printf ("open(\"%s\",0x%x,%#o) = ", buf, oflags, cflags); 179 /* The callback vector ignores CFLAGS. */ 195 rv = open (buf, h_oflags, cflags);
|
| /src/external/gpl3/gdb/dist/sim/m32c/ |
| syscalls.c | 201 int cflags = arg (2); local 205 printf ("open(\"%s\",0x%x,%#o) = ", buf, oflags, cflags); 208 /* The callback vector ignores CFLAGS. */ 224 rv = open (buf, h_oflags, cflags);
|
| /src/external/gpl3/gdb/dist/sim/rx/ |
| syscalls.c | 163 int oflags, cflags; local 168 Hence the oflags and cflags arguments will be on the stack and we need 172 cflags = arg (); 176 printf ("open(\"%s\",0x%x,%#o) = ", buf, oflags, cflags); 179 /* The callback vector ignores CFLAGS. */ 195 rv = open (buf, h_oflags, cflags);
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| version.c | 63 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; local 96 dirty = cflags = 1; 119 seed = options = cflags = version = date = platform 145 if (cflags)
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| version.c | 46 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; local 76 dirty = cflags = 1; 94 seed = options = cflags = version = date = platform 121 if (cflags)
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| version.c | 66 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; local 93 dirty = cflags = 1; 108 seed = options = cflags = version = date = platform = dir = engdir 151 if (cflags)
|
| /src/external/public-domain/sqlite/dist/tea/ |
| teaish.tcl | 109 with-icu-cflags:CFLAGS 110 => {Apply extra CFLAGS/CPPFLAGS necessary for building with ICU. 137 define CFLAGS [proj-get-env CFLAGS {-O2}] 138 sqlite-munge-cflags 154 teaish-cflags-add -DUSE_SYSTEM_SQLITE 157 teaish-cflags-add -I[teaish-get -dir]/.. 287 teaish-cflags-add -define OPT_FEATURE_FLAGS 405 # --with-icu-cflags=CFLAG [all...] |
| /src/external/public-domain/sqlite/dist/autosetup/teaish/ |
| core.tcl | 557 teaish-cflags-add -DUSE_TCL_STUBS=1 1200 # @teaish-cflags-add ?-p|prepend? ?-define? cflags... 1204 proc teaish-cflags-add {args} { 1212 # one a separate argument, to CFLAGS-style -D... form then appends 1248 teaish-cflags-add [proj-define-to-cflag {*}$flags {*}$args] 1252 # @teaish-cflags-for-tea ?...CFLAGS? 1254 # Adds several -DPACKAGE_... CFLAGS using the extension's metadata, 1264 # Any arguments are passed-on as-is to teaish-cflags-add [all...] |
| /src/external/bsd/nvi/dist/regex/ |
| regex2.h | 146 int cflags; /* copy of regcomp() cflags argument */ member in struct:re_guts
|
| /src/external/public-domain/sqlite/dist/autosetup/ |
| sqlite-config.tcl | 277 # --with-readline-cflags. 279 with-readline-cflags:=auto 280 => {Readline CFLAGS, e.g. -I/path/to/includes} 282 => {Full path to readline.h, from which --with-readline-cflags will be derived} 296 with-icu-cflags:CFLAGS 297 => {Apply extra CFLAGS/CPPFLAGS necessary for building with ICU. 475 with-readline-inc => with-readline-cflags 490 sqlite-setup-default-cflags 561 # OPT_SHELL = feature-related CFLAGS for the sqlite3 CLI app. Th [all...] |
| /src/lib/libc/regex/ |
| regex2.h | 181 int cflags; /* copy of regcomp() cflags argument */ member in struct:re_guts
|
| /src/usr.bin/pkill/ |
| pkill.c | 99 static int cflags = REG_EXTENDED; variable 228 cflags |= REG_ICASE; 308 if ((rv = regcomp(®, *argv, cflags)) != 0) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| regex2.h | 140 int cflags; /* copy of llvm_regcomp() cflags argument */ member in struct:re_guts
|
| /src/external/bsd/pcc/dist/pcc/mip/ |
| compat.c | 316 int min = 0, max = -1, state = DP_S_DEFAULT, flags = 0, cflags = 0; local 394 cflags = DP_C_SHORT; 398 cflags = DP_C_LONG; 401 cflags = DP_C_LONG_LONG; 406 cflags = DP_C_LONG_LONG; 410 cflags = DP_C_LDOUBLE; 422 if (cflags == DP_C_SHORT) 424 else if (cflags == DP_C_LONG) 426 else if (cflags == DP_C_LONG_LONG) 434 if (cflags == DP_C_SHORT [all...] |
| /src/external/bsd/tre/dist/python/ |
| tre-python.c | 488 int cflags = 0; local 493 if (!PyArg_ParseTuple(args, "U|i:compile", &upattern, &cflags)) 498 if (!PyArg_ParseTuple(args, "s#|i:compile", &pattern, &pattlen, &cflags)) 516 rc = tre_regwncomp(&rv->rgx, buf, len, cflags); 520 rc = tre_regncomp(&rv->rgx, (char*)pattern, pattlen, cflags); 529 rv->flags = cflags;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| call-rt-st.c | 557 struct bit_flags_char_t *cflags; local 584 cflags = (struct bit_flags_char_t *)malloc(sizeof(struct bit_flags_char_t)); 599 init_bit_flags_char(cflags, (unsigned)1, (unsigned)0, (unsigned)1, 618 print_bit_flags_char(*cflags);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| call-rt-st.c | 557 struct bit_flags_char_t *cflags; local 584 cflags = (struct bit_flags_char_t *)malloc(sizeof(struct bit_flags_char_t)); 599 init_bit_flags_char(cflags, (unsigned)1, (unsigned)0, (unsigned)1, 618 print_bit_flags_char(*cflags);
|
| /src/sys/dev/pci/ |
| if_age.c | 1224 uint32_t cflags, poff, vtag; local 1227 cflags = vtag = 0; 1271 cflags |= AGE_TD_CSUM; 1273 cflags |= AGE_TD_TCPCSUM; 1275 cflags |= AGE_TD_UDPCSUM; 1277 cflags |= (poff << AGE_TD_CSUM_PLOADOFFSET_SHIFT); 1285 cflags |= AGE_TD_INSERT_VLAN_TAG; 1296 desc->flags = htole32(cflags);
|
| if_ale.c | 916 uint32_t cflags, poff, vtag; local 919 cflags = vtag = 0; 985 cflags |= ALE_TD_CXSUM; 987 cflags |= (poff << ALE_TD_CSUM_PLOADOFFSET_SHIFT); 995 cflags |= ALE_TD_INSERT_VLAN_TAG; 1005 desc->flags = htole32(cflags);
|
| /src/usr.bin/grep/ |
| grep.c | 80 int cflags = 0; variable 498 cflags |= REG_ICASE; 661 cflags |= REG_EXTENDED; 682 c = regcomp(&r_pattern[i], pattern[i], cflags);
|
| /src/crypto/external/apache2/openssl/dist/crypto/bio/ |
| bio_print.c | 102 int cflags; local 106 flags = currlen = cflags = min = 0; 183 cflags = DP_C_SHORT; 188 cflags = DP_C_LLONG; 191 cflags = DP_C_LONG; 196 cflags = DP_C_LLONG; 200 cflags = DP_C_LDOUBLE; 204 cflags = DP_C_SIZE; 216 switch (cflags) { 244 switch (cflags) { [all...] |