tfind             153 maint/gnulib/lib/search.in.h _GL_FUNCDECL_RPL (tfind, void *,
tfind             157 maint/gnulib/lib/search.in.h _GL_CXXALIAS_RPL (tfind, void *,
tfind             162 maint/gnulib/lib/search.in.h _GL_FUNCDECL_SYS (tfind, void *,
tfind             169 maint/gnulib/lib/search.in.h _GL_CXXALIAS_SYS_CAST (tfind, void *,
tfind             173 maint/gnulib/lib/search.in.h _GL_CXXALIASWARN (tfind);
tfind             239 maint/gnulib/lib/search.in.h _GL_WARN_ON_USE (tfind, "tfind is unportable - "
tfind              86 maint/gnulib/lib/setenv.c     void *value = tfind (Str, &known_values, (compar_fn_t) strcmp);           \
tfind             104 maint/gnulib/lib/tsearch.c # define __tfind tfind
tfind             355 maint/gnulib/lib/tsearch.c weak_alias (__tfind, tfind)
tfind              30 maint/gnulib/tests/test-search-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::tfind, void *,
tfind              25 maint/gnulib/tests/test-tsearch.c SIGNATURE_CHECK (tfind, void *, (void const *, void * const *,
tfind             220 maint/gnulib/tests/test-tsearch.c               if (tfind (x + j, (void *const *) root, cmp_fn) != NULL)
tfind             227 maint/gnulib/tests/test-tsearch.c                   || tfind (x + j, (void *const *) root, cmp_fn) == NULL)
tfind             242 maint/gnulib/tests/test-tsearch.c           elem = tfind (x + j, (void *const *) root, cmp_fn);
tfind             251 maint/gnulib/tests/test-tsearch.c           if (tfind (x + j, (void *const *) root, cmp_fn) == NULL)