/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | ftw.h | 36 #define FTW_D 1 /* directory */ macro
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | ftwalk.h | 85 #define FTW_D FTS_D macro
|
/titanic_41/usr/src/head/ |
H A D | ftw.h | 49 #define FTW_D 1 /* directory */ macro
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ftwalk.h | 94 #define FTW_D FTS_D macro
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | ftwalk.h | 94 #define FTW_D FTS_D macro
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | ftwalk.h | 94 #define FTW_D FTS_D macro
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ftwalk.h | 94 #define FTW_D FTS_D macro
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | ftw.c | 165 rc = (*fn)(path, &sb, FTW_D);
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | nftw.c | 218 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.c | 195 rc = (*fn)(path, &sb, FTW_D); in fwalk()
|
/titanic_41/usr/src/cmd/backup/dump/ |
H A D | lftw.c | 205 rc = (*fn)(path, &sb, FTW_D); in lf_xftw()
|
/titanic_41/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_svc.c | 830 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 D | findunref.c | 463 case FTW_D: in checkpath()
|
/titanic_41/usr/src/cmd/bart/ |
H A D | create.c | 365 case FTW_D: /* enter directory, ~FTW_DEPTH */ in walker()
|
/titanic_41/usr/src/tools/protocmp/ |
H A D | protocmp.c | 592 case FTW_D: in set_values()
|
/titanic_41/usr/src/cmd/filesync/ |
H A D | eval.c | 565 case FTW_D: /* enter directory */ in walker()
|
/titanic_41/usr/src/cmd/find/ |
H A D | find.c | 1049 if (type == FTW_D) 1140 if (state->level == maxdepth && type == FTW_D)
|
/titanic_41/usr/src/cmd/fs.d/cachefs/common/ |
H A D | subr.c | 968 case FTW_D: /* ignore directories if children not processed */ in cachefs_delete_file()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/fsck/ |
H A D | fsck.c | 1729 case FTW_D: in tree_remove()
|
/titanic_41/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 1891 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()
|