HomeSort by: relevance | last modified time | path
    Searched refs:tfind (Results 1 - 14 of 14) sorted by relevancy

  /src/lib/libc/stdlib/
tfind.c 1 /* $NetBSD: tfind.c,v 1.7 2012/06/25 22:32:45 abs Exp $ */
16 __RCSID("$NetBSD: tfind.c,v 1.7 2012/06/25 22:32:45 abs Exp $");
26 tfind(const void *vkey, void * const *vrootp, function
Makefile.inc 18 strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c \
113 MLINKS+=tsearch.3 tfind.3 tsearch.3 twalk.3 tsearch.3 tdelete.3
  /src/include/
search.h 81 void *tfind(const void *, void * const *,
  /src/lib/libintl/
gettext_iconv.c 64 c = tfind(&key, &cacheroot, cache_cmp);
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
setenv.c 60 # define tfind __tfind macro
80 void *value = tfind (Str, &known_values, (compar_fn_t) strcmp); \
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
setenv.c 60 # define tfind __tfind macro
80 void *value = tfind (Str, &known_values, (compar_fn_t) strcmp); \
  /src/external/gpl2/xcvs/dist/lib/
setenv.c 63 # define tfind __tfind macro
83 void *value = tfind (Str, &known_values, (compar_fn_t) strcmp); \
  /src/external/gpl3/gdb/dist/gnulib/import/
setenv.c 66 # define tfind __tfind macro
86 void *value = tfind (Str, &known_values, (compar_fn_t) strcmp); \
  /src/external/gpl3/gdb.old/dist/gnulib/import/
setenv.c 66 # define tfind __tfind macro
86 void *value = tfind (Str, &known_values, (compar_fn_t) strcmp); \
  /src/external/gpl2/grep/dist/intl/
dcigettext.c 128 # define tfind __tfind macro
449 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
dcigettext.c 153 # define tfind __tfind macro
580 /* Since tfind/tsearch manage a balanced tree, concurrent tfind and
584 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
  /src/external/gpl2/texinfo/dist/intl/
dcigettext.c 147 # define tfind __tfind macro
487 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
  /src/external/gpl3/gcc.old/dist/intl/
dcigettext.c 145 # define tfind __tfind macro
492 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
roken.h.in 1226 #define tfind(a,b,c) rk_tfind(a,b,c)

Completed in 20 milliseconds