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

/macosx-10.9.5/Libc-997.90.3/include/
H A Dsearch.h58 void *tsearch(const void *, void **, int (*)(const void *, const void *));
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dtsearch.c1 /* $NetBSD: tsearch.c,v 1.3 1999/09/16 11:45:37 lukem Exp $ */
17 __RCSID("$NetBSD: tsearch.c,v 1.3 1999/09/16 11:45:37 lukem Exp $");
20 __FBSDID("$FreeBSD: src/lib/libc/stdlib/tsearch.c,v 1.4 2003/01/05 02:43:18 tjr Exp $");
28 tsearch(vkey, vrootp, compar) function
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dtsearch.c23 * tsearch() for systems that have <search.h> but no tsearch()
43 #define tsearch ______tsearch macro
50 #undef tsearch macro
55 /* POSIX tsearch library based on libcdt
101 Void_t* tsearch(const Void_t* key, Void_t** rootp, function
104 Void_t* tsearch(key, rootp, comparf)
117 /* dangerous to set comparf on each call but that's tsearch */
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dsetenv.c63 # define tsearch __tsearch macro
86 tsearch (Str, &known_values, (compar_fn_t) strcmp)
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dsetenv.c62 # define tsearch __tsearch macro
85 tsearch (Str, &known_values, (compar_fn_t) strcmp)
/macosx-10.9.5/groff-38/groff/src/roff/groff/
H A Dgroff.cpp719 "-Fdir\tsearch dir for device directories\n"
720 "-Mdir\tsearch dir for macro files\n"
739 "-Idir\tsearch dir for soelim, troff, and grops. Implies -s\n"
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Ddki.h138 dki_t **tsearch (const dki_t *dkp, dki_t **tree, int(*compar)(const dki_t *, const dki_t *));
H A Ddki.c1157 p = tsearch (new, tree, dki_namecmp);
1159 p = tsearch (new, tree, dki_revnamecmp);
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.file.c73 static size_t tsearch (Char *, COMMAND, size_t);
501 tsearch(Char *word, COMMAND command, size_t max_word_length) function
725 numitems = tsearch(word_start, command, space_left);
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A DNTMakefile106 $(OBJ)\tsearch.obj \
H A Droken.h.in1122 #define tsearch(a,b,c) rk_tsearch(a,b,c)
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Ddcigettext.c244 only if the system provides the `tsearch' function family. */
251 # define tsearch __tsearch macro
679 tsearch (newp, &root, transcmp);
/macosx-10.9.5/bind9-45.100/bind9/contrib/dbus/
H A Ddbus_service.c599 if( tsearch((void*)to, &(cs->timeouts), ptr_key_comparator) != 0L )
766 if( tsearch((const void*)watch,&(cs->watches),ptr_key_comparator) == 0L )
H A Ddbus_mgr.c648 tsearch( ifwdr, &(mgr->ifwdt), dbus_mgr_ifwdr_comparator);
1839 if( tsearch( d_if, &(mgr->dhc_if), dbus_mgr_dhc_if_comparator) == 0L )
2266 if( tsearch(sfd, &(mgr->sockets), dbus_mgr_socket_comparator) == 0L )
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A Ddcigettext.c240 only if the system provides the `tsearch' function family. */
247 # define tsearch __tsearch macro
671 tsearch (newp, &root, transcmp);
H A Dconfigure5752 strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next \
/macosx-10.9.5/NFS-81/rpc.statd/
H A Dfile.c269 mhpp = tsearch(mhp, &mhroot, mhcmp);
/macosx-10.9.5/gssd-62/
H A Dgssd_util.c74 (void) tsearch(ptr, &rootp, compare);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/
H A DMakefile119 hsearch.c tsearch.c \
/macosx-10.9.5/vim-53/runtime/
H A Doptwin.vim264 call append("$", "wrapscan\tsearch commands wrap around the end of the buffer")
/macosx-10.9.5/patch_cmds-17/diffstat/
H A Dconfigure5739 tsearch \
/macosx-10.9.5/bash-92/bash-3.2/
H A Dconfigure8264 strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next \
/macosx-10.9.5/libiconv-41/libiconv/
H A Dconfigure[all...]

Completed in 324 milliseconds