HomeSort by: relevance | last modified time | path
    Searched defs:tfind (Results 1 - 10 of 10) 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
  /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/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/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);

Completed in 36 milliseconds