Searched refs:FTS_ROOTLEVEL (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/lib/libc/gen/
H A Dfts-compat.h94 #define FTS_ROOTLEVEL 0 macro
H A Dfts-compat.c175 p->fts_level = FTS_ROOTLEVEL;
273 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) {
423 if (p->fts_level == FTS_ROOTLEVEL) {
480 if (p->fts_level == FTS_ROOTLEVEL) {
580 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
880 (cur->fts_level == FTS_ROOTLEVEL ?
970 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent)
1147 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) {
H A Dfts.c170 p->fts_level = FTS_ROOTLEVEL;
268 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) {
418 if (p->fts_level == FTS_ROOTLEVEL) {
475 if (p->fts_level == FTS_ROOTLEVEL) {
575 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
859 (cur->fts_level == FTS_ROOTLEVEL ?
949 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent)
1114 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) {
/freebsd-9.3-release/include/
H A Dfts.h83 #define FTS_ROOTLEVEL 0 macro
/freebsd-9.3-release/bin/ls/
H A Dprint.c145 if ((dp->list == NULL || dp->list->fts_level != FTS_ROOTLEVEL) &&
284 if ((dp->list == NULL || dp->list->fts_level != FTS_ROOTLEVEL) &&
581 if (p->fts_level == FTS_ROOTLEVEL)
642 if (p->fts_level == FTS_ROOTLEVEL)
H A Dls.c531 if (p->fts_level != FTS_ROOTLEVEL &&
763 if (cur->fts_level == FTS_ROOTLEVEL)
876 * If ordering the argv (fts_level = FTS_ROOTLEVEL) return non-directories
896 (*a)->fts_level == FTS_ROOTLEVEL && !f_listdir) {
/freebsd-9.3-release/bin/cp/
H A Dcp.c317 * Since the first level MUST be FTS_ROOTLEVEL, base
320 if (curr->fts_level == FTS_ROOTLEVEL) {
/freebsd-9.3-release/usr.sbin/ckdist/
H A Dckdist.c163 if (!opt_recurse && f->fts_level > FTS_ROOTLEVEL &&

Completed in 139 milliseconds