| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | bidi.c | 55 void *s = bsearch(&ee, _wind_ral_table, _wind_ral_table_size, in is_ral() 65 void *s = bsearch(&ee, _wind_l_table, _wind_l_table_size, in is_l()
|
| H A D | combining.c | 53 void *s = bsearch(&ts, _wind_combining_table, _wind_combining_table_size, in _wind_combining_class()
|
| H A D | errorlist.c | 58 bsearch(&ee, _wind_errorlist_table, in _wind_stringprep_error()
|
| H A D | map.c | 65 bsearch(&ts, _wind_map_table, _wind_map_table_size, in _wind_stringprep_map()
|
| /freebsd/bin/stty/ |
| H A D | cchar.c | 98 if (!(cp = (struct cchar *)bsearch(&tmp, cchars1, in csearch() 100 c_cchar)) && !(cp = (struct cchar *)bsearch(&tmp, cchars2, in csearch()
|
| /freebsd/bin/dd/ |
| H A D | args.c | 120 if (!(ap = (struct arg *)bsearch(&tmp, args, in jcl() 272 ip = bsearch(&tmp, ilist, nitems(ilist), sizeof(struct iflag), in f_iflag() 382 cp = bsearch(&tmp, clist, nitems(clist), sizeof(struct conv), in f_conv() 418 op = bsearch(&tmp, olist, nitems(olist), sizeof(struct oflag), in f_oflag()
|
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | cache.c | 96 pkg = bsearch(id, client->cache_table, in pkgconf_cache_lookup() 171 slot = bsearch(pkg->id, client->cache_table, in pkgconf_cache_remove()
|
| /freebsd/contrib/mtree/ |
| H A D | misc.c | 131 k = (KEY *)bsearch(&tmp, keylist, sizeof(keylist) / sizeof(KEY), in parsekey() 148 k = (KEY *)bsearch(&tmp, typelist, sizeof(typelist) / sizeof(KEY), in parsetype()
|
| /freebsd/sys/libkern/ |
| H A D | bsearch.c | 52 bsearch(const void *key, const void *base0, size_t nmemb, size_t size, in bsearch() function
|
| /freebsd/usr.sbin/nscd/ |
| H A D | hashtable.h | 180 return ((type *)bsearch(key, the_entry->field.values, \ 187 return ((type *)bsearch(key, the_entry->field.values, \
|
| H A D | config.c | 322 retval = bsearch(name, config->entries, config->entries_size, in configuration_find_entry() 374 result = bsearch(mp_name, config_entry->mp_cache_entries, in configuration_entry_find_mp_cache_entry() 399 result = bsearch(mp_name, config_entry->mp_cache_entries, in configuration_entry_find_mp_cache_entries()
|
| H A D | agent.c | 103 res = bsearch(&model_p, at->agents, at->agents_num, in find_agent()
|
| /freebsd/lib/libc/stdlib/ |
| H A D | Makefile.inc | 14 bsearch.c \ 92 atoi.3 atol.3 at_quick_exit.3 bsearch.3 \
|
| H A D | bsearch.c | 65 bsearch(const void *key, const void *base0, size_t nmemb, size_t size, in bsearch_b()
|
| H A D | Symbol.map | 13 bsearch;
|
| /freebsd/lib/libpmcstat/ |
| H A D | libpmcstat_symbol.c | 142 return (bsearch((void *) &sym, image->pi_symbols, in pmcstat_symbol_search()
|
| /freebsd/usr.bin/indent/ |
| H A D | lexi.c | 257 p = bsearch(s_token, in lexi() 268 bsearch(s_token, typenames, typename_top + 1, in lexi()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cstdlib | 57 void* bsearch(const void* key, const void* base, size_t nmemb, size_t size, 129 using ::bsearch _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cstdlib | 57 void* bsearch(const void* key, const void* base, size_t nmemb, size_t size, 140 using ::bsearch _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/usr.sbin/moused/moused/ |
| H A D | util-evdev.c | 99 entry = bsearch(lookup, array, asize, sizeof(*array), cmp_entry); in lookup_name()
|
| /freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cstdlib.inc | 55 using ::bsearch _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cstdlib.cppm | |
| H A D | cstdlib.inc | 55 using std::bsearch _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/crypto/krb5/src/lib/kadm5/srv/ |
| H A D | pwqual_dict.c | 229 bsearch(&password, dict->word_list, dict->word_count, sizeof(char *), in dict_check()
|
| /freebsd/contrib/ntp/libntp/lib/isc/ |
| H A D | backtrace.c | 275 found = bsearch(addr, isc__backtrace_symtable, isc__backtrace_nsymbols, in isc_backtrace_getsymbol()
|