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

12

/netbsd-6-1-5-RELEASE/include/
H A Dsearch.h80 void *tsearch(const void *, void **,
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Dtsearch.c1 /* $NetBSD: tsearch.c,v 1.5 2005/11/29 03:12:00 christos Exp $ */
16 __RCSID("$NetBSD: tsearch.c,v 1.5 2005/11/29 03:12:00 christos Exp $");
26 tsearch(vkey, vrootp, compar) function
H A DMakefile.inc17 strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c \
54 tsearch.3 \
88 MLINKS+=tsearch.3 tfind.3 tsearch.3 twalk.3 tsearch.3 tdelete.3
/netbsd-6-1-5-RELEASE/lib/libintl/
H A Dgettext_iconv.c81 if (tsearch(c, &cacheroot, cache_cmp) == NULL) {
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dsetenv.c61 # define tsearch __tsearch macro
84 tsearch (Str, &known_values, (compar_fn_t) strcmp)
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dsetenv.c62 # define tsearch __tsearch macro
85 tsearch (Str, &known_values, (compar_fn_t) strcmp)
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/groff/
H A Dgroff.cpp721 "-Fdir\tsearch dir for device directories\n"
722 "-Mdir\tsearch dir for macro files\n"
741 "-Idir\tsearch dir for soelim, troff, and grops. Implies -s\n"
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dfile.c98 static int tsearch(Char *, COMMAND, int);
480 tsearch(Char *word, COMMAND command, int max_word_length) function
678 numitems = tsearch(word_start, command, space_left);
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dc_ksh.c506 tp = tsearch(&keywords, id, hash(id));
508 tp = tsearch(&aliases, id, hash(id));
982 ap = tsearch(t, alias, h);
1053 ap = tsearch(t, *wp, hash(*wp));
H A Dtable.c82 tsearch(tp, n, h) function
226 /* taken from tsearch() and added counter */
H A Dvar.c232 vp = tsearch(&l->vars, n, h);
280 while ((ll = ll->next) && !(vq = tsearch(&ll->vars, n, h)))
889 vp2 = tsearch(&l2->vars, vp->name, h);
929 tp = tsearch(&specials, name, hash(name));
940 tp = tsearch(&specials, name, hash(name));
H A Dexec.c876 tp = tsearch(&builtins, *wp, hash(*wp));
896 tp = tsearch(&l->funs, name, h);
1007 tbi = (flags & FC_BI) ? tsearch(&builtins, name, h) : NULL;
1037 tp = tsearch(&taliases, name, h);
H A Dproto.h217 struct tbl * tsearch ARGS((struct table *, const char *, unsigned int));
H A Dlex.c743 if ((cf & KEYWORD) && (p = tsearch(&keywords, ident, h))
749 if ((cf & ALIAS) && (p = tsearch(&aliases, ident, h))
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A Ddki.h140 dki_t **tsearch (const dki_t *dkp, dki_t **tree, int(*compar)(const dki_t *, const dki_t *));
H A Ddki.c1159 p = tsearch (new, tree, dki_namecmp);
1161 p = tsearch (new, tree, dki_revnamecmp);
/netbsd-6-1-5-RELEASE/gnu/dist/grep/intl/
H A Ddcigettext.c223 only if the system provides the `tsearch' function family. */
230 # define tsearch __tsearch macro
645 tsearch (newp, &root, transcmp);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A DNTMakefile106 $(OBJ)\tsearch.obj \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/dbus/
H A Ddbus_service.c601 if( tsearch((void*)to, &(cs->timeouts), ptr_key_comparator) != 0L )
768 if( tsearch((const void*)watch,&(cs->watches),ptr_key_comparator) == 0L )
H A Ddbus_mgr.c650 tsearch( ifwdr, &(mgr->ifwdt), dbus_mgr_ifwdr_comparator);
1841 if( tsearch( d_if, &(mgr->dhc_if), dbus_mgr_dhc_if_comparator) == 0L )
2268 if( tsearch(sfd, &(mgr->sockets), dbus_mgr_socket_comparator) == 0L )
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/intl/
H A Ddcigettext.c240 only if the system provides the `tsearch' function family. */
247 # define tsearch __tsearch macro
671 tsearch (newp, &root, transcmp);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/intl/
H A Ddcigettext.c240 only if the system provides the `tsearch' function family. */
247 # define tsearch __tsearch macro
671 tsearch (newp, &root, transcmp);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/intl/
H A Ddcigettext.c246 only if the system provides the `tsearch' function family. */
253 # define tsearch __tsearch macro
668 tsearch (newp, &root, transcmp);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/intl/
H A Ddcigettext.c240 only if the system provides the `tsearch' function family. */
247 # define tsearch __tsearch macro
671 tsearch (newp, &root, transcmp);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/intl/
H A Ddcigettext.c244 only if the system provides the `tsearch' function family. */
251 # define tsearch __tsearch macro
666 tsearch (newp, &root, transcmp);

Completed in 348 milliseconds

12