Home
last modified time | relevance | path

Searched refs:FTW_D (Results 1 – 20 of 20) sorted by relevance

/titanic_41/usr/src/lib/libbc/inc/include/
H A Dftw.h36 #define FTW_D 1 /* directory */ macro
/titanic_41/usr/src/lib/libast/common/include/
H A Dftwalk.h85 #define FTW_D FTS_D macro
/titanic_41/usr/src/head/
H A Dftw.h49 #define FTW_D 1 /* directory */ macro
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dftwalk.h94 #define FTW_D FTS_D macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dftwalk.h94 #define FTW_D FTS_D macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dftwalk.h94 #define FTW_D FTS_D macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dftwalk.h94 #define FTW_D FTS_D macro
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dftw.c165 rc = (*fn)(path, &sb, FTW_D);
/titanic_41/usr/src/lib/libc/port/gen/
H A Dnftw.c218 type = FTW_D; in walk()
303 if (type != FTW_D || (vp->curflags & FTW_DEPTH) == 0) in walk()
308 if (rc != 0 || type != FTW_D || (vp->state.quit & FTW_PRUNE)) in walk()
H A D_xftw.c195 rc = (*fn)(path, &sb, FTW_D); in fwalk()
/titanic_41/usr/src/cmd/backup/dump/
H A Dlftw.c205 rc = (*fn)(path, &sb, FTW_D); in lf_xftw()
/titanic_41/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c830 if (!(info == FTW_F || info == FTW_D)) in nftw_owner()
837 if (info == FTW_D && (statp->st_mode & (S_IWGRP | S_IWOTH)) != 0) { in nftw_owner()
/titanic_41/usr/src/tools/findunref/
H A Dfindunref.c463 case FTW_D: in checkpath()
/titanic_41/usr/src/cmd/bart/
H A Dcreate.c365 case FTW_D: /* enter directory, ~FTW_DEPTH */ in walker()
/titanic_41/usr/src/tools/protocmp/
H A Dprotocmp.c592 case FTW_D: in set_values()
/titanic_41/usr/src/cmd/filesync/
H A Deval.c565 case FTW_D: /* enter directory */ in walker()
/titanic_41/usr/src/cmd/find/
H A Dfind.c1049 if (type == FTW_D)
1140 if (state->level == maxdepth && type == FTW_D)
/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dsubr.c968 case FTW_D: /* ignore directories if children not processed */ in cachefs_delete_file()
/titanic_41/usr/src/cmd/fs.d/cachefs/fsck/
H A Dfsck.c1729 case FTW_D: in tree_remove()
/titanic_41/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1891 case FTW_D: in update_dircache()
1936 if (flags != FTW_F && flags != FTW_D && (flags == FTW_SL && in cmpstat()
1994 if (flags != FTW_D) { in cmpstat()
2062 if (flags != FTW_D && (filestat[0] != st->st_size || in cmpstat()