Searched refs:postorder (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/lib/libc/gen/
H A Dnftw.c37 int error = 0, ftsflags, fnflag, postorder, sverrno; local
54 postorder = (ftwflags & FTW_DEPTH) != 0;
61 if (postorder)
71 if (!postorder)
H A Dnftw-compat11.c41 int error = 0, ftsflags, fnflag, postorder, sverrno; local
58 postorder = (ftwflags & FTW_DEPTH) != 0;
65 if (postorder)
75 if (!postorder)
/freebsd-current/lib/libc/stdlib/
H A Dtwalk.c35 (*action)(root, postorder, level);
/freebsd-current/include/
H A Dsearch.h30 postorder, enumerator in enum:__anon79
/freebsd-current/lib/libc/tests/stdlib/
H A Dtsearch_test.c65 if (v == postorder || v == leaf)
/freebsd-current/crypto/heimdal/lib/roken/
H A Dtsearch.c87 (*action)(root, postorder, level);
/freebsd-current/tools/test/stress2/misc/
H A Dfts2.sh206 p->fts_info == FTS_DP || /* postorder directory */
/freebsd-current/lib/libpmc/pmu-events/
H A Djevents.c1375 int error = 0, ftsflags, fnflag, postorder, sverrno; local
1392 postorder = (ftwflags & FTW_DEPTH) != 0;
1399 if (postorder)
1409 if (!postorder)
/freebsd-current/contrib/dialog/
H A Dinputstr.c107 if (which == postorder || which == leaf) {

Completed in 242 milliseconds