| /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
|
| tre-internal.h | 246 int cflags; member in struct:tnfa 253 tre_compile(regex_t *preg, const tre_char_t *regex, size_t n, int cflags); 259 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags,
|
| /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/bsd/nvi/dist/regex/ |
| regex2.h | 146 int cflags; /* copy of regcomp() cflags argument */ member in struct:re_guts
|
| /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...] |
| /src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| bio_print.c | 102 int cflags; local 106 flags = currlen = cflags = min = 0; 184 cflags = DP_C_SHORT; 189 cflags = DP_C_LLONG; 192 cflags = DP_C_LONG; 197 cflags = DP_C_LLONG; 201 cflags = DP_C_LDOUBLE; 205 cflags = DP_C_SIZE; 217 switch (cflags) { 245 switch (cflags) { [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| b_print.c | 102 int cflags; local 106 flags = currlen = cflags = min = 0; 184 cflags = DP_C_SHORT; 189 cflags = DP_C_LLONG; 192 cflags = DP_C_LONG; 197 cflags = DP_C_LLONG; 201 cflags = DP_C_LDOUBLE; 205 cflags = DP_C_SIZE; 217 switch (cflags) { 245 switch (cflags) { [all...] |