Searched refs:tfind (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/headers/posix/
H A Dsearch.h45 extern void *tfind(const void *key, void *const *root,
/haiku-fatelf/src/system/libroot/posix/glibc/misc/
H A Dsearch.h135 extern void *tfind (__const void *__key, void *__const *__rootp,
H A Dtsearch.c328 weak_alias (__tfind, tfind)
/haiku-fatelf/src/bin/coreutils/lib/
H A Dsetenv.c65 # define tfind __tfind macro
85 void *value = tfind (Str, &known_values, (compar_fn_t) strcmp); \
/haiku-fatelf/src/bin/bash/lib/intl/
H A Ddcigettext.c151 # define tfind __tfind macro
502 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
/haiku-fatelf/src/bin/gawk/intl/
H A Ddcigettext.c145 # define tfind __tfind macro
492 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);

Completed in 118 milliseconds