Searched refs:fts_children (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/lib/libc/hidden/
H A Dfts.h23 PROTO_NORMAL(fts_children); variable
/openbsd-current/include/
H A Dfts.h117 FTSENT *fts_children(FTS *, int);
/openbsd-current/bin/ls/
H A Dls.c359 * We ignore errors from fts_children here since they will be
362 chp = fts_children(ftsp, 0);
395 chp = fts_children(ftsp, ch_options);
400 * On fts_children() returning error do recurse to see
/openbsd-current/usr.sbin/mtree/
H A Dcreate.c286 if ((p = fts_children(t, 0)) == NULL) {
/openbsd-current/lib/libc/gen/
H A Dfts.c66 #define BCHILD 1 /* fts_children */
67 #define BNAMES 2 /* fts_children, names only */
464 fts_children(FTS *sp, int instr) function
530 DEF_WEAK(fts_children); variable
534 * idea is to build the linked list of entries that are used by fts_children
766 * If descended after called from fts_children or after called from
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc80 #define fts_children __fts_children60
8135 INTERCEPTOR(void *, fts_children, void *ftsp, int options) {
8137 COMMON_INTERCEPTOR_ENTER(ctx, fts_children, ftsp, options);
8140 void *ftsent = REAL(fts_children)(ftsp, options);
8166 COMMON_INTERCEPT_FUNCTION(fts_children); \

Completed in 114 milliseconds