/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 | 96 if (!(cp = (struct cchar *)bsearch(&tmp, cchars1, in csearch() 98 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/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/lib/libc/stdlib/ |
H A D | Makefile.inc | 5 bsearch.c bsearch_b.c \ 35 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/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/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/lib/libpmcstat/ |
H A D | libpmcstat_symbol.c | 142 return (bsearch((void *) &sym, image->pi_symbols, in pmcstat_symbol_search()
|
/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, 137 using ::bsearch _LIBCPP_USING_IF_EXISTS;
|
/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/contrib/ntp/libntp/lib/isc/ |
H A D | backtrace.c | 275 found = bsearch(addr, isc__backtrace_symtable, isc__backtrace_nsymbols, in isc_backtrace_getsymbol()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_win32con.c | 737 res = bsearch(&key, in MapKey() 763 res = bsearch(&key, in AnsiKey() 790 res = bsearch(&key, in _nc_console_keyok() 815 res = bsearch(&key, in _nc_console_keyExist()
|
/freebsd/usr.bin/find/ |
H A D | option.c | 201 return ((OPTION *)bsearch(&tmp, options, in lookup_option()
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-trans.c | 8 #include <linux/bsearch.h> 167 ret = bsearch(&cmd, arr->arr, arr->size, size, iwl_hcmd_names_cmp); in iwl_trans_send_cmd()
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_hp.c | 241 match = bsearch(&hazard->pointer, cache, n_hazards, in ck_hp_reclaim()
|