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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dfts.h167 FTSENT *fts_children(FTS *, int) __DARWIN_INODE64(fts_children); variable
170 FTSENT *fts_children(FTS *, int) LIBC_INODE64(fts_children);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dftwalk.c93 if (children && (e = fts_children(f, 0)))
125 for (x = fts_children(f, 0); x; x = x->link)
H A Dfts.c1475 fts_children(register FTS* fts, int flags) function
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dfts.h151 extern FTSENT* fts_children(FTS*, int);
/macosx-10.10.1/file_cmds-242/ls/
H A Dls.c513 display(NULL, fts_children(ftsp, 0));
556 chp = fts_children(ftsp, ch_options);
623 * directory p has no children, or that fts_children() returned an
/macosx-10.10.1/file_cmds-242/mtree/
H A Dcreate.c311 if ((p = fts_children(t, 0)) == NULL) {
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_manifest/lib/
H A DManifestInternal.cpp1009 FTSENT* dirEnt = fts_children (thisDir, FTS_NAMEONLY);
/macosx-10.10.1/ksh-23/ksh/src/lib/libdll/
H A Ddllscan.c436 if ((scan->fts = fts_open((char**)t, FTS_LOGICAL|FTS_NOPOSTORDER|FTS_ONEPATH, vercmp)) && (scan->ent = fts_read(scan->fts)) && (scan->ent = fts_children(scan->fts, FTS_NOSTAT)))
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dfts.c90 #define BCHILD 1 /* fts_children */
91 #define BNAMES 2 /* fts_children, names only */
579 fts_children(sp, instr) function
648 * idea is to build the linked list of entries that are used by fts_children
895 * If descended after called from fts_children or after called from

Completed in 168 milliseconds