Searched refs:tsearch (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/headers/posix/
H A Dsearch.h47 extern void *tsearch(const void *key, void **_root,
/haiku-fatelf/src/system/libroot/posix/glibc/misc/
H A Dsearch.h114 /* The tsearch routines are very interesting. They make many
118 /* For tsearch */
130 extern void *tsearch (__const void *__key, void **__rootp,
H A Dtsearch.c296 weak_alias (__tsearch, tsearch)
/haiku-fatelf/src/bin/coreutils/lib/
H A Dsetenv.c66 # define tsearch __tsearch macro
89 tsearch (Str, &known_values, (compar_fn_t) strcmp)
/haiku-fatelf/src/bin/bash/lib/intl/
H A Ddcigettext.c246 only if the system provides the `tsearch' function family. */
253 # define tsearch __tsearch macro
681 tsearch (newp, &root, transcmp);
/haiku-fatelf/src/bin/gawk/intl/
H A Ddcigettext.c240 only if the system provides the `tsearch' function family. */
247 # define tsearch __tsearch macro
671 tsearch (newp, &root, transcmp);
/haiku-fatelf/src/bin/gawk/
H A Dconfigure7023 strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next \
/haiku-fatelf/src/bin/bash/
H A Dconfigure9676 strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next \
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure16274 for ac_func in tsearch
16276 ac_fn_c_check_func "$LINENO" "tsearch" "ac_cv_func_tsearch"
[all...]

Completed in 223 milliseconds