Searched refs:tfind (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dtfind.c1 /* $NetBSD: tfind.c,v 1.2 1999/09/16 11:45:37 lukem Exp $ */
17 __RCSID("$NetBSD: tfind.c,v 1.2 1999/09/16 11:45:37 lukem Exp $");
20 __FBSDID("$FreeBSD: src/lib/libc/stdlib/tfind.c,v 1.5 2003/01/05 02:43:18 tjr Exp $");
28 tfind(vkey, vrootp, compar) function
/macosx-10.9.5/Libc-997.90.3/include/
H A Dsearch.h56 void *tfind(const void *, void * const *,
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dtsearch.c42 #define tfind ______tfind macro
49 #undef tfind macro
137 Void_t* tfind(const Void_t* key, Void_t*const* rootp, function
140 Void_t* tfind(key, rootp, comparf)
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dsetenv.c62 # define tfind __tfind macro
82 void *value = tfind (Str, &known_values, (compar_fn_t) strcmp); \
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dsetenv.c61 # define tfind __tfind macro
81 void *value = tfind (Str, &known_values, (compar_fn_t) strcmp); \
/macosx-10.9.5/ruby-104/ruby/test/rake/
H A Dtest_rake_task.rb145 task :tfind
146 assert_equal "tfind", Task[:tfind].name
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Ddki.h139 dki_t **tfind (const dki_t *dkp, const dki_t **tree, int(*compar)(const dki_t *, const dki_t *));
H A Ddki.c1182 p = tfind (&search, &tree, dki_namecmp);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgdb.vim29 syn keyword gdbStatement contained stop target tbreak tdump tfind thbreak thread tp trace tstart tstatus tstop
/macosx-10.9.5/NFS-81/rpc.statd/
H A Dprocs.c331 mhpp = tfind(&mhtmp, &mhroot, mhcmp);
H A Dfile.c207 mhpp = tfind(&mhtmp, &mhroot, mhcmp);
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Ddcigettext.c149 # define tfind __tfind macro
500 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A Ddcigettext.c145 # define tfind __tfind macro
492 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
/macosx-10.9.5/bind9-45.100/bind9/contrib/dbus/
H A Ddbus_mgr.c1818 if( ((d_ifpp=tfind( &dif, &(mgr->dhc_if), dbus_mgr_dhc_if_comparator)) == 0L)
1939 if( ((ifwdpp = tfind(&ifwd, &(mgr->ifwdt), dbus_mgr_ifwdr_comparator)) != 0L )
2249 if( ((spp = tfind( &sockFd, &(mgr->sockets), dbus_mgr_socket_comparator) ) == 0L )
H A Ddbus_service.c629 DBusConnectionTimeout **top = tfind( (const void*) dbus_timeout_get_data(timeout),
/macosx-10.9.5/gssd-62/
H A Dgssd_util.c99 rc = (tfind(ptr, &rootp, compare) != (void *)0);
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Droken.h.in1119 #define tfind(a,b,c) rk_tfind(a,b,c)

Completed in 141 milliseconds