| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| putenv.c | 56 const char *eq = (const char *)strchr(string, '='); local 59 if (eq == NULL) 61 len = eq - string;
|
| /src/external/mit/isl/dist/ |
| isl_constraint_private.h | 11 int eq; member in struct:isl_constraint
|
| basis_reduction_templ.c | 332 isl_mat *eq; local 336 eq = isl_mat_sub_alloc6(bset->ctx, bset->eq, 0, bset->n_eq, 338 eq = isl_mat_left_hermite(eq, 0, NULL, &tab->basis); 341 isl_mat_free(eq);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| filename-seen-cache.h | 54 struct eq struct in class:filename_seen_cache 61 gdb::unordered_set<const char *, hash, eq> m_tab;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| filename-seen-cache.h | 54 struct eq struct in class:filename_seen_cache 61 gdb::unordered_set<const char *, hash, eq> m_tab;
|
| /src/games/cribbage/ |
| cards.c | 91 eq(CARD a, CARD b) function 105 if (eq(a, b[i])) 119 if (!eq(a, d[i]))
|
| /src/tests/usr.bin/xlint/lint1/ |
| msg_102.c | 32 eq(int x) function
|
| /src/external/bsd/am-utils/dist/libamu/ |
| mtab.c | 108 char *eq = strchr(instr, '='); local 109 if (eq) return ++eq; 127 char *eq = str + strlen(opt); /* Look at char just after option */ local 128 if (*eq == '=') /* Is it '=' ? */ 129 return ++eq; /* If so, return pointer to remaining str */ 173 char *eq, *endptr; local 181 eq = hasmnteq(mnt, opt); 183 if (!eq) { /* no argument to option ('=' sign was missing) */ 190 i = strtol(eq, &endptr, 0); /* hex and octal allowed ;-) * 228 char *eq = hasmnteq(mnt, opt); local [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| test_canon.c | 111 krb5_boolean eq; local 117 eq = krb5_principal_compare(context, princ, cmp_to_princ); 118 printf("%s %s %s\n", unparsed, eq ? "==" : "!=", cmp_to);
|
| /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
| test_translation_unit.py | 130 def eq(expected, actual): function in function:TestTranslationUnit.test_includes 145 eq(i[0], i[1])
|
| /src/external/bsd/am-utils/dist/amd/ |
| am_ops.c | 327 char *eq; /* pointer to whatever follows '=' within temp */ local 344 if ((eq = strchr(oneopt, '='))) 345 *eq = '\0';
|
| /src/external/bsd/less/dist/lesstest/ |
| env.c | 118 const char* eq = strchr(ename, '='); local 119 if (eq == NULL) continue; 120 if (!interactive || is_less_env(ename, eq-ename)) { 121 env_addlpair(env, ename, eq-ename, eq+1); 122 log_env(ename, eq-ename, eq+1); 131 const char* eq = strchr(ename, '='); local 132 if (eq != NULL && strlen(name) == eq-ename && strncmp(name, ename, eq-ename) == 0 [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| char_traits.h | 136 eq(const char_type& __c1, const char_type& __c2) function in struct:char_traits 203 while (!eq(__p[__i], char_type())) 214 if (eq(__s[__i], __a)) 354 eq(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT 496 eq(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT 628 eq(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT 655 while (!eq(__s[__i], char_type())) 771 eq(const char_type& __c1, const char_type& __c2) noexcept 793 while (!eq(__s[__i], char_type())) 802 if (eq(__s[__i], __a) [all...] |
| /src/external/lgpl3/mpfr/dist/src/ |
| agm.c | 120 mpfr_prec_t eq; local 221 while (mpfr_cmp2 (u, v, &eq) != 0 && eq <= p - 2) 231 if (eq > p / 4) 236 MPFR_LOG_MSG (("4*eq > p\n", 0)); 257 MPFR_LOG_MSG (("4*eq > p -> underflow\n", 0));
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| msan_chained_origin_depot.cc | 32 bool eq(u32 hash, const args_type &args) const { function in struct:__msan::ChainedOriginDepotNode
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/ |
| gss_mo.c | 409 int eq = 0; local 416 eq = gss_oid_equal(mi->gm_mo[m].option, 418 if (eq) 423 eq = gss_oid_equal(&mech_attrs->elements[m], 425 if (eq) 429 if (!eq ^ except)
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_chained_origin_depot.cpp | 32 bool eq(hash_type hash, const args_type &args) const; 63 bool ChainedOriginDepotNode::eq(hash_type hash, const args_type &args) const { function in class:__sanitizer::ChainedOriginDepotNode
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| pod_char_traits.h | 112 eq(const char_type& __c1, const char_type& __c2) function in struct:char_traits 123 if (!eq(__s1[__i], __s2[__i]))
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| compatibility.cc | 42 #define eq eqXX macro 284 bool (* __p1)(const char&, const char&) = &char_traits<char>::eq; 330 bool (* __p2)(const wchar_t&, const wchar_t&) = &char_traits<wchar_t>::eq;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_chained_origin_depot.cpp | 33 bool eq(hash_type hash, const args_type &args) const; 64 bool ChainedOriginDepotNode::eq(hash_type hash, const args_type &args) const { function in class:__sanitizer::ChainedOriginDepotNode
|
| sanitizer_stackdepot.cpp | 33 bool eq(hash_type hash, const args_type &args) const { function in struct:__sanitizer::StackDepotNode
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| char_traits.h | 121 eq(const char_type& __c1, const char_type& __c2) function in struct:char_traits 186 while (!eq(__p[__i], char_type())) 197 if (eq(__s[__i], __a)) 352 eq(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT 490 eq(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT 618 eq(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT 645 while (!eq(__s[__i], char_type())) 761 eq(const char_type& __c1, const char_type& __c2) noexcept 783 while (!eq(__s[__i], char_type())) 792 if (eq(__s[__i], __a) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| pod_char_traits.h | 110 eq(const char_type& __c1, const char_type& __c2) function in struct:char_traits 121 if (!eq(__s1[__i], __s2[__i]))
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| compatibility.cc | 42 #define eq eqXX macro 284 bool (* __p1)(const char&, const char&) = &char_traits<char>::eq; 330 bool (* __p2)(const wchar_t&, const wchar_t&) = &char_traits<wchar_t>::eq;
|
| /src/sys/dev/pcmcia/ |
| if_wi_pcmcia.c | 482 const u_int8_t *p, *ep, *q, *eq; local 522 for (q = ebuf, eq = q + ebuflen; q < eq; q += elen * 2) {
|