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

/openbsd-current/lib/libc/hidden/
H A Dsearch.h31 PROTO_DEPRECATED(tfind); variable
/openbsd-current/lib/libc/stdlib/
H A Dtfind.c1 /* $OpenBSD: tfind.c,v 1.7 2015/09/26 16:03:48 guenther Exp $ */
23 tfind(const void *vkey, void * const *vrootp, function
H A DMakefile.inc14 tfind.c thread_atexit.c tsearch.c \
/openbsd-current/include/
H A Dsearch.h50 void *tfind(const void *, void * const *,
/openbsd-current/sys/arch/arm/arm/
H A Ddb_trace.c79 p = tfind(addr);
/openbsd-current/share/man/man9/
H A DMakefile44 task_add.9 tc_init.9 tfind.9 thread_fork.9 \
/openbsd-current/sys/arch/arm64/arm64/
H A Ddb_trace.c78 struct proc *p = tfind((pid_t)addr);
/openbsd-current/lib/libcurses/base/
H A Dnew_pair.c153 if ((pp = tfind(&find, &sp->_ordered_pairs, compare_data)) != 0) {
255 void *find = tfind(source + n, &sp->_ordered_pairs, compare_data);
/openbsd-current/sys/arch/amd64/amd64/
H A Ddb_trace.c112 p = tfind((pid_t)addr);
/openbsd-current/sys/arch/powerpc/ddb/
H A Ddb_trace.c153 struct proc *p = tfind((pid_t)addr);
/openbsd-current/sys/arch/i386/i386/
H A Ddb_trace.c127 p = tfind((pid_t)addr);
/openbsd-current/sys/kern/
H A Dkern_proc.c192 tfind(pid_t tid) function
212 p = tfind(tid - THREAD_PID_OFFSET);
H A Dsys_process.c766 struct proc *t = tfind(tpid - THREAD_PID_OFFSET);
H A Dkern_fork.c631 } while (tfind(tid) != NULL);
/openbsd-current/sys/arch/sparc64/sparc64/
H A Ddb_trace.c76 p = tfind(addr);
/openbsd-current/sys/sys/
H A Dproc.h545 struct proc *tfind(pid_t); /* Find thread by id. */
/openbsd-current/gnu/gcc/intl/
H A Ddcigettext.c145 # define tfind __tfind macro
492 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A Ddcigettext.c132 # define tfind __tfind macro
455 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A Ddcigettext.c145 # define tfind __tfind macro
487 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
/openbsd-current/lib/libcurses/tinfo/
H A Dlib_tparm.c621 if ((ft = tfind(result, &MyCache, cmp_format)) != 0) {
/openbsd-current/sys/ddb/
H A Ddb_command.c552 addr = (db_expr_t)tfind((pid_t)addr);
/openbsd-current/gnu/gcc/gcc/
H A Dsys-protos.h1156 extern void * tfind(const void *, void *const *, int (*) (const void *, const void *));
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h1156 extern void * tfind(const void *, void *const *, int (*) (const void *, const void *));

Completed in 381 milliseconds