Searched refs:twalk (Results 1 – 16 of 16) sorted by relevance
/freebsd/lib/libc/stdlib/ |
H A D | Makefile.inc | 16 strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c 92 tsearch.3 twalk.3
|
H A D | twalk.c | 44 twalk(const posix_tnode *vroot, cmp_fn_t action) in twalk() function
|
H A D | Symbol.map | 76 twalk;
|
/freebsd/contrib/lib9p/ |
H A D | pack.c | 520 l9p_pu32(msg, &fcall->twalk.newfid); in l9p_pufcall() 521 r = l9p_pustrings(msg, &fcall->twalk.nwname, in l9p_pufcall() 522 fcall->twalk.wname, N(fcall->twalk.wname)); in l9p_pufcall() 892 for (i = 0; i < fcall->twalk.nwname; i++) in l9p_freefcall() 893 free(fcall->twalk.wname[i]); in l9p_freefcall()
|
H A D | utils.c | 905 l9p_describe_fid(" newfid=", fcall->twalk.newfid, sb); in l9p_describe_fcall() 906 if (fcall->twalk.nwname) { in l9p_describe_fcall() 908 for (i = 0; i < fcall->twalk.nwname; i++) in l9p_describe_fcall() 910 fcall->twalk.wname[i]); in l9p_describe_fcall()
|
H A D | request.c | 870 if (req->lr_req.twalk.hdr.fid != req->lr_req.twalk.newfid) { in l9p_dispatch_twalk() 872 req->lr_req.twalk.newfid); in l9p_dispatch_twalk()
|
H A D | fcall.h | 592 struct l9p_f_twalk twalk; member
|
/freebsd/include/ |
H A D | search.h | 74 void twalk(const posix_tnode *, void (*)(const posix_tnode *, VISIT, int));
|
/freebsd/lib/libc/tests/stdlib/ |
H A D | tsearch_test.c | 140 twalk(root, treewalk); in ATF_TC_BODY()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_tparm.c | 182 twalk(MyCache, visit_nodes); in _nc_free_tparm() 192 twalk(MyCache, visit_nodes); in _nc_free_tparm()
|
/freebsd/contrib/dialog/ |
H A D | inputstr.c | 116 twalk(sorted_cache, show_tsearch);
|
/freebsd/contrib/lib9p/backend/ |
H A D | fs.c | 1838 nwname = (int)req->lr_req.twalk.nwname; in fs_walk() 1861 comp = req->lr_req.twalk.wname[i]; in fs_walk()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | roken.h.in | 1129 #define twalk(a,b) rk_twalk(a,b) macro
|
/freebsd/crypto/heimdal/include/ |
H A D | config.h.in | 1142 /* Define to 1 if you have the `twalk' function. */
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3177 fun:twalk=uninstrumented
|
/freebsd/crypto/heimdal/ |
H A D | configure | 17970 twalk \
|