/glibc-2.36/stdlib/ |
D | tst-bsearch.c | 70 res = (struct item *) bsearch (&key, arr, narr, sizeof (arr[0]), comp); in do_test() 85 res = (struct item *) bsearch (&key, arr, narr, sizeof (arr[0]), comp); in do_test() 93 res = (struct item *) bsearch (&key, arr, narr, sizeof (arr[0]), comp); in do_test() 101 res = (struct item *) bsearch (&key, arr, 0, sizeof (arr[0]), comp); in do_test() 113 res = (struct item *) bsearch (&key, &arr[5], 1, sizeof (arr[0]), comp); in do_test()
|
D | Makefile | 32 bits/stdlib-bsearch.h \ 63 bsearch \ 193 tst-bsearch \ 362 CFLAGS-bsearch.c += $(uses-callbacks) 378 CFLAGS-tst-bsearch.c += $(stack-align-test-flags)
|
D | bsearch.c | 23 libc_hidden_def (bsearch)
|
D | Versions | 21 bsearch;
|
D | stdlib.h | 841 extern void *bsearch (const void *__key, const void *__base,
|
/glibc-2.36/bits/ |
D | stdlib-bsearch.h | 20 bsearch (const void *__key, const void *__base, size_t __nmemb, size_t __size, in bsearch() function
|
/glibc-2.36/manual/examples/ |
D | search.c | 82 result = bsearch (&target, muppets, count, sizeof (struct critter), in find_critter()
|
/glibc-2.36/intl/ |
D | localealias.c | 168 retval = (struct alias_map *) bsearch (&item, map, nmap, in _nl_expand_alias()
|
/glibc-2.36/nss/ |
D | nss_module.c | 346 function_name *name_entry = bsearch (name, nss_function_name_array, in __nss_module_get_function()
|
D | nss_database.c | 199 database_name *name_entry = bsearch (name, nss_database_name_array, in name_to_database_index()
|
/glibc-2.36/include/ |
D | stdlib.h | 43 libc_hidden_proto (bsearch)
|
/glibc-2.36/manual/ |
D | search.texi | 15 * Array Search Function:: The @code{bsearch} function. 123 @code{bsearch} function. The prototype for this function is in 127 @deftypefun {void *} bsearch (const void *@var{key}, const void *@var{array}, size_t @var{count}, s… 130 The @code{bsearch} function searches the sorted array @var{array} for an object 210 Here is an example showing the use of @code{qsort} and @code{bsearch}
|
/glibc-2.36/conform/data/ |
D | stdlib.h-data | 56 function {void*} bsearch (const void*, const void*, size_t, size_t, int(*)(const void*, const void*…
|
/glibc-2.36/sysdeps/x86/ |
D | dl-cacheinfo.h | 217 found = bsearch (&search, intel_02_known, nintel_02_known, in intel_check_word()
|
/glibc-2.36/locale/programs/ |
D | ld-monetary.c | 323 if (bsearch (symbol, valid_int_curr, NR_VALID_INT_CURR, in monetary_finish()
|
D | locarchive.c | 1702 data = (struct dataent *) bsearch (&dataent, files, sumused, in show_archive_content() 1732 data = (struct dataent *) bsearch (&dataent, files, sumused, in show_archive_content()
|
/glibc-2.36/math/ |
D | libm-test-support.c | 205 const struct ulp_data *entry = bsearch (name, data, nmemb, sizeof (*data), in find_ulps()
|
/glibc-2.36/sysdeps/posix/ |
D | getaddrinfo.c | 2516 = bsearch (&tmp, in6ai, in6ailen, sizeof (*in6ai), in getaddrinfo()
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 579 GLIBC_2.35 bsearch F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 586 GLIBC_2.36 bsearch F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 625 GLIBC_2.33 bsearch F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 691 GLIBC_2.2.6 bsearch F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 631 GLIBC_2.32 bsearch F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 657 GLIBC_2.27 bsearch F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 677 GLIBC_2.17 bsearch F
|