Home
last modified time | relevance | path

Searched refs:tsearch (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/
D19990826-4.f142 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/
DMakefile.inc14 tfind.c thread_atexit.c tsearch.c \
33 strtod.3 strtonum.3 strtol.3 strtoul.3 system.3 tsearch.3
Dtsearch.c24 tsearch(const void *vkey, void **vrootp, in tsearch() function
/openbsd/src/lib/libc/hidden/
Dsearch.h32 PROTO_DEPRECATED(tsearch);
/openbsd/src/include/
Dsearch.h52 void *tsearch(const void *, void **,
/openbsd/src/bin/csh/
Dfile.c114 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/
Dnew_pair.c217 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/
Ddcigettext.c246 # define tsearch __tsearch macro
651 tsearch (newp, &root, transcmp);
/openbsd/src/gnu/usr.bin/texinfo/intl/
Ddcigettext.c251 # define tsearch __tsearch macro
666 tsearch (newp, &root, transcmp); in DCIGETTEXT()
/openbsd/src/gnu/gcc/intl/
Ddcigettext.c247 # define tsearch __tsearch macro
671 tsearch (newp, &root, transcmp);
Dconfig.h.in154 /* Define to 1 if you have the `tsearch' function. */
/openbsd/src/gnu/usr.bin/texinfo/
Dconfig.in290 /* Define to 1 if you have the `tsearch' function. */
/openbsd/src/lib/libcurses/tinfo/
Dlib_tparm.c662 if (tsearch(fs, &MyCache, cmp_format) != 0) { in tparm_setup()
/openbsd/src/lib/libc/
DSymbols.list1596 tsearch
/openbsd/src/gnu/gcc/config/
Dgettext.m4372 strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next \
/openbsd/src/gnu/usr.bin/binutils-2.17/config/
Dgettext.m4372 strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next \
/openbsd/src/gnu/usr.bin/texinfo/m4/
Dgettext.m4386 strtoul tsearch wcslen __argz_count __argz_stringify __argz_next \
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dconfig.in219 /* Define if you have the tsearch function. */
Dsys-protos.h1181 extern void * tsearch(const void *, void **, int (*) (const void *, const void *));
Daclocal.m41370 strdup strtoul tsearch __argz_count __argz_stringify __argz_next])
Dconfigure5763 strdup strtoul tsearch __argz_count __argz_stringify __argz_next
/openbsd/src/gnu/gcc/gcc/
Dsys-protos.h1181 extern void * tsearch(const void *, void **, int (*) (const void *, const void *));
/openbsd/src/regress/usr.bin/tsort/
Dpairs1591 tsearch.o tsearch.o
1563 tsearch.o malloc.o
1866 tsearch.o malloc.o
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlclib.pod786 getcontext() makecontext() tsearch()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc6127 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);

12