| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/ |
| D | 19990826-4.f | 142 tsearch=0.0 421 tsearch = cputime(t1) + tsearch 443 totaltime = (tgetpar+tsearch+tshape+timprove) 448 write(10,1070)infile,tgetpar,tsearch,tshape,timprove,
|
| /openbsd/src/lib/libc/stdlib/ |
| D | Makefile.inc | 14 tfind.c thread_atexit.c tsearch.c \ 33 strtod.3 strtonum.3 strtol.3 strtoul.3 system.3 tsearch.3
|
| D | tsearch.c | 24 tsearch(const void *vkey, void **vrootp, in tsearch() function
|
| /openbsd/src/lib/libc/hidden/ |
| D | search.h | 32 PROTO_DEPRECATED(tsearch);
|
| /openbsd/src/include/ |
| D | search.h | 52 void *tsearch(const void *, void **,
|
| /openbsd/src/bin/csh/ |
| D | file.c | 114 static int tsearch(Char *, COMMAND, int); 320 tsearch(word, LIST, BUFSIZ - len - 1); /* NUL */ in cl_list() 352 nitems = tsearch(word, RECOGNIZE, BUFSIZ - len - 1); /* NUL */ in cl_recognize() 600 tsearch(Char *word, COMMAND command, int max_word_length) in tsearch() function
|
| /openbsd/src/lib/libcurses/base/ |
| D | new_pair.c | 217 tsearch(last, &sp->_ordered_pairs, compare_data); in _nc_reset_color_pair() 258 tsearch(target + n, &sp->_ordered_pairs, compare_data); in _nc_copy_pairs()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/intl/ |
| D | dcigettext.c | 246 # define tsearch __tsearch macro 651 tsearch (newp, &root, transcmp);
|
| /openbsd/src/gnu/usr.bin/texinfo/intl/ |
| D | dcigettext.c | 251 # define tsearch __tsearch macro 666 tsearch (newp, &root, transcmp); in DCIGETTEXT()
|
| /openbsd/src/gnu/gcc/intl/ |
| D | dcigettext.c | 247 # define tsearch __tsearch macro 671 tsearch (newp, &root, transcmp);
|
| D | config.h.in | 154 /* Define to 1 if you have the `tsearch' function. */
|
| /openbsd/src/gnu/usr.bin/texinfo/ |
| D | config.in | 290 /* Define to 1 if you have the `tsearch' function. */
|
| /openbsd/src/lib/libcurses/tinfo/ |
| D | lib_tparm.c | 662 if (tsearch(fs, &MyCache, cmp_format) != 0) { in tparm_setup()
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 1596 tsearch
|
| /openbsd/src/gnu/gcc/config/ |
| D | gettext.m4 | 372 strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next \
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/config/ |
| D | gettext.m4 | 372 strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next \
|
| /openbsd/src/gnu/usr.bin/texinfo/m4/ |
| D | gettext.m4 | 386 strtoul tsearch wcslen __argz_count __argz_stringify __argz_next \
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | config.in | 219 /* Define if you have the tsearch function. */
|
| D | sys-protos.h | 1181 extern void * tsearch(const void *, void **, int (*) (const void *, const void *));
|
| D | aclocal.m4 | 1370 strdup strtoul tsearch __argz_count __argz_stringify __argz_next])
|
| D | configure | 5763 strdup strtoul tsearch __argz_count __argz_stringify __argz_next
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | sys-protos.h | 1181 extern void * tsearch(const void *, void **, int (*) (const void *, const void *));
|
| /openbsd/src/regress/usr.bin/tsort/ |
| D | pairs1 | 591 tsearch.o tsearch.o 1563 tsearch.o malloc.o 1866 tsearch.o malloc.o
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlclib.pod | 786 getcontext() makecontext() tsearch()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors.inc | 6127 INTERCEPTOR(void *, tsearch, void *key, void **rootp, 6130 COMMON_INTERCEPTOR_ENTER(ctx, tsearch, key, rootp, compar); 6134 void *res = REAL(tsearch)(key, rootp, compar); 6139 #define INIT_TSEARCH COMMON_INTERCEPT_FUNCTION(tsearch);
|