HomeSort by: relevance | last modified time | path
    Searched refs:FTS_ROOTLEVEL (Results 1 - 6 of 6) sorted by relevancy

  /src/include/
fts.h 104 #define FTS_ROOTLEVEL 0
  /src/lib/libc/gen/
fts.c 167 p->fts_level = FTS_ROOTLEVEL;
276 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) {
328 (p->fts_level == FTS_ROOTLEVEL && p->fts_pathlen == 1 && \
452 if (p->fts_level == FTS_ROOTLEVEL) {
509 if (p->fts_level == FTS_ROOTLEVEL) {
610 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
898 (cur->fts_level == FTS_ROOTLEVEL ?
988 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent)
1189 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) {
  /src/bin/ls/
print.c 441 if (dp->list->fts_level != FTS_ROOTLEVEL && (f_longform || f_size)) {
490 if (p->fts_level == FTS_ROOTLEVEL)
535 if (p->fts_level == FTS_ROOTLEVEL)
ls.c 452 if (p->fts_level != FTS_ROOTLEVEL &&
682 * If ordering the argv (fts_level = FTS_ROOTLEVEL) return non-directories
708 (*a)->fts_level == FTS_ROOTLEVEL) {
  /src/bin/cp/
cp.c 384 * Since the first level MUST be FTS_ROOTLEVEL, base
387 if (curr->fts_level == FTS_ROOTLEVEL) {
  /src/bin/setfacl/
setfacl.c 213 (R_flag && H_flag && file->fts_level == FTS_ROOTLEVEL);

Completed in 16 milliseconds