Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/dflybsd-src/tools/tools/net80211/wlaninject/
H A Dwlaninject.c189 #define equal(a,b) (strcasecmp(a,b) == 0) in str2type() macro
190 if (equal(type, "mgt")) in str2type()
192 else if (equal(type, "ctl")) in str2type()
194 else if (equal(type, "data")) in str2type()
198 #undef equal in str2type()
203 #define equal(a,b) (strcasecmp(a,b) == 0) in str2subtype() macro
204 if (equal(subtype, "preq") || equal(subtype, "probereq")) in str2subtype()
207 else if (equal(subtype, "auth")) in str2subtype()
210 else if (equal(subtype, "areq") || equal(subtype, "assocreq")) in str2subtype()
213 else if (equal(subtype, "data")) in str2subtype()
[all …]
/dflybsd-src/contrib/tcp_wrappers/
H A Denviron.c43 char *equal; local
45 equal = strchr(name, '=');
46 return ((equal == 0) ? strlen(name) : (equal - name));
79 char *equal = strchr(nameval, '='); local
80 char *value = (equal ? equal : "");
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dhash-traits.h89 static inline bool equal (value_type existing, value_type candidate);
105 int_hash <Type, Empty, Deleted>::equal (value_type x, value_type y) in equal() function
150 static inline bool equal (const value_type &existing,
169 pointer_hash <Type>::equal (const value_type &existing, in equal() function
209 static inline bool equal (const char *, const char *);
219 string_hash::equal (const char *id1, const char *id2) in equal() function
323 static inline bool equal (const value_type &, const compare_type &);
340 pair_hash <T1, T2>::equal (const value_type &x, const compare_type &y) in equal() function
342 return T1::equal (x.first, y.first) && T2::equal (x.second, y.second); in equal()
H A Dtree-hasher.h36 static inline bool equal (const value_type &, const compare_type &);
58 int_tree_hasher::equal (const value_type &a, const compare_type &b) in equal() function
H A Dtree-hash-traits.h27 static inline bool equal (const value_type &,
38 tree_operand_hash::equal (const value_type &t1, in equal() function
H A Dvaltrack.h45 static inline bool equal (const dead_debug_global_entry *my,
58 dead_debug_hash_descr::equal (const dead_debug_global_entry *my, in equal() function
H A Dgimple-ssa.h41 equal (tm_restart_node *a, tm_restart_node *b) in equal() function
63 equal (tree a, tree b) in equal() function
H A Dgentarget-def.c37 static inline bool equal (rtx, const char *);
47 insn_hasher::equal (rtx x, const char *y) in equal() function
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/parallel/
H A Dalgobase.h204 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, in _GLIBCXX_VISIBILITY()
206 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2); } in _GLIBCXX_VISIBILITY()
211 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, in _GLIBCXX_VISIBILITY()
213 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2, __pred); } in _GLIBCXX_VISIBILITY()
218 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) in _GLIBCXX_VISIBILITY()
227 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, in _GLIBCXX_VISIBILITY()
238 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, _IIter2 __end2, in _GLIBCXX_VISIBILITY()
241 return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2, __end2); in _GLIBCXX_VISIBILITY()
247 equal(_IIter1 __begin1, _IIter1 __end1, in _GLIBCXX_VISIBILITY()
251 return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2, __end2, in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/parallel/
H A Dalgobase.h128 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, in _GLIBCXX_VISIBILITY()
130 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2); } in _GLIBCXX_VISIBILITY()
135 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, in _GLIBCXX_VISIBILITY()
137 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2, __pred); } in _GLIBCXX_VISIBILITY()
142 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) in _GLIBCXX_VISIBILITY()
151 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, in _GLIBCXX_VISIBILITY()
/dflybsd-src/usr.bin/tip/
H A Dtip.c84 if (equal(sname(argv[0]), "cu")) { in main()
601 if (equal(parity, "none")) { in setparity()
609 if (equal(parity, "odd")) in setparity()
611 else if (equal(parity, "zero")) in setparity()
613 else if (equal(parity, "one")) in setparity()
615 else if (!equal(parity, "even")) { in setparity()
H A Dvalue.c104 if (p->v_value && equal(p->v_value, v)) in vassign()
144 if (equal(s, "all")) { in vlex()
270 if (equal(p->v_name, s) || (p->v_abrev && equal(p->v_abrev, s))) in vlookup()
/dflybsd-src/sys/dev/drm/amd/powerplay/hwmgr/
H A Dpp_psm.c239 bool equal; in power_state_management() local
250 &pcurrent->hardware, &requested->hardware, &equal))) in power_state_management()
251 equal = false; in power_state_management()
253 if (!equal || phm_check_smc_update_required_for_display_configuration(hwmgr)) { in power_state_management()
/dflybsd-src/bin/sh/bltin/
H A Decho.c66 if (equal(p, "-n")) { in main()
69 } else if (equal(p, "-e")) { in main()
/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509_utl.c937 do_check_string(ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() argument
948 rv = equal(a->data, a->length, (unsigned char *)b, in do_check_string()
961 rv = equal(astr, astrlen, (unsigned char *)b, blen, flags); in do_check_string()
982 equal_fn equal; in do_x509_check() local
989 equal = equal_email; in do_x509_check()
998 equal = equal_nocase; in do_x509_check()
1000 equal = equal_wildcard; in do_x509_check()
1003 equal = equal_case; in do_x509_check()
1022 if ((rv = do_check_string(cstr, alt_type, equal, flags, in do_x509_check()
1049 if ((rv = do_check_string(str, -1, equal, flags, in do_x509_check()
/dflybsd-src/usr.bin/mail/
H A Dvars.c123 if (*vp->v_name == *name && equal(vp->v_name, name)) in lookup()
138 if (*gh->g_name == *name && equal(gh->g_name, name)) in findgroup()
/dflybsd-src/bin/sh/
H A Dcd.c214 if (equal(component, "..")) in cdlogical()
301 if (equal(p, "..")) { in findcwd()
303 } else if (*p != '\0' && ! equal(p, ".")) { in findcwd()
H A Dalias.c95 if (equal(name, ap->name)) { in unalias()
151 if (equal(name, ap->name)) { in lookupalias()
H A Dmystring.h43 #define equal(s1, s2) (strcmp(s1, s2) == 0) macro
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_algobase.h797 equal(_II1 __first1, _II1 __last1, _II2 __first2) in _GLIBCXX_VISIBILITY()
811 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) in _GLIBCXX_VISIBILITY()
831 return std::__equal<__simple>::equal(__first1, __last1, __first2); in _GLIBCXX_VISIBILITY()
1039 equal(_II1 __first1, _II1 __last1, _II2 __first2) in _GLIBCXX_VISIBILITY()
1071 equal(_IIter1 __first1, _IIter1 __last1, in _GLIBCXX_VISIBILITY()
1101 return _GLIBCXX_STD_A::equal(__first1, __last1, __first2); in _GLIBCXX_VISIBILITY()
1127 return _GLIBCXX_STD_A::equal(__first1, __last1, __first2, in _GLIBCXX_VISIBILITY()
1158 equal(_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) in _GLIBCXX_VISIBILITY()
1190 equal(_IIter1 __first1, _IIter1 __last1, in _GLIBCXX_VISIBILITY()
H A Dstreambuf_iterator.h176 equal(const istreambuf_iterator& __b) const in _GLIBCXX_VISIBILITY()
205 { return __a.equal(__b); } in _GLIBCXX_VISIBILITY()
211 { return !__a.equal(__b); } in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/tcsh-6/
H A Dcsh-mode.el798 (equal (cdr sym) csh-completion-type-function)))
813 (equal (cdr sym)
897 (if (or (equal nil obj)
898 (and (not (equal nil obj))
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h174 equal(const istreambuf_iterator& __b) const in _GLIBCXX_VISIBILITY()
208 { return __a.equal(__b); } in _GLIBCXX_VISIBILITY()
214 { return !__a.equal(__b); } in _GLIBCXX_VISIBILITY()
/dflybsd-src/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c210 equal(const struct dirlist *a, const struct dirlist *b) in equal() function
255 if (dp2 != NULL && equal(dp, dp2)) { in check_spool_dirs()
/dflybsd-src/crypto/openssh/
H A Ded25519.c1741 static unsigned char equal(signed char b,signed char c) in equal() function
1764 cmov_aff(t, &ge25519_base_multiples_affine[5*pos+1],equal(b,1) | equal(b,-1)); in choose_t()
1765 cmov_aff(t, &ge25519_base_multiples_affine[5*pos+2],equal(b,2) | equal(b,-2)); in choose_t()
1766 cmov_aff(t, &ge25519_base_multiples_affine[5*pos+3],equal(b,3) | equal(b,-3)); in choose_t()
1767 cmov_aff(t, &ge25519_base_multiples_affine[5*pos+4],equal(b,-4)); in choose_t()

12345678910>>...12