Searched refs:fts_parent (Results 1 – 16 of 16) sorted by relevance
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | fts.c | 113 #define SKIPLINK(p,f) ((f)->fts_parent->nlink == 0) 118 #define SKIP(p,f) ((f)->fts_parent->must == 0 && (((f)->type == DT_UNKNOWN) ? SKIPLINK(p,f) : ((f)-… 126 #define SKIP(p,f) ((f)->fts_parent->must == 0 && SKIPLINK(p,f)) 201 f->fts_level = (f->fts_parent = parent)->fts_level + 1; in node() 526 f->fts_parent->nlink--; in info() 878 f->fts_parent = fts->parent; in fts_read() 884 fts->pwd = f->fts_parent; in fts_read() 885 fts->curdir = fts->cd ? 0 : f->fts_parent; in fts_read() 896 fts->pwd = f->fts_parent; in fts_read() 897 fts->curdir = fts->cd ? 0 : f->fts_parent; in fts_read() [all …]
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | fts.c | 113 #define SKIPLINK(p,f) ((f)->fts_parent->nlink == 0) 118 #define SKIP(p,f) ((f)->fts_parent->must == 0 && (((f)->type == DT_UNKNOWN) ? SKIPLINK(p,f) : ((f)->type != DT_DIR && ((f)->type != DT_LNK || ((p)->flags & FTS_PHYSICAL))))) 126 #define SKIP(p,f) ((f)->fts_parent->must == 0 && SKIPLINK(p,f)) 201 f->fts_level = (f->fts_parent = parent)->fts_level + 1; in node() 526 f->fts_parent->nlink--; in info() 895 f->fts_parent = fts->parent; in fts_read() 901 fts->pwd = f->fts_parent; in fts_read() 902 fts->curdir = fts->cd ? 0 : f->fts_parent; in fts_read() 913 fts->pwd = f->fts_parent; in fts_read() 914 fts->curdir = fts->cd ? 0 : f->fts_parent; in fts_read() [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | rm.c | 79 #define nonempty(f) ((f)->fts_parent->fts_number|=RM_ENTRY) 178 v = st.st_nlink <= 2 || st.st_ino == ent->fts_parent->fts_statp->st_ino && st.st_dev == ent->fts_parent->fts_statp->st_dev || strchr(astconf("PATH_ATTRIBUTES", path, NiL), 'l'); in rm()
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | rm.c | 78 #define nonempty(f) ((f)->fts_parent->fts_number|=RM_ENTRY) 175 …v = st.st_nlink <= 2 || st.st_ino == ent->fts_parent->fts_statp->st_ino && st.st_dev == ent->fts_p… in rm()
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | ftwalk.h | 43 #define fts_parent parent macro
|
H A D | fts.h | 107 FTSENT* fts_parent; /* parent directory */ member
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ftwalk.h | 43 #define fts_parent parent macro
|
H A D | fts.h | 107 FTSENT* fts_parent; /* parent directory */ member
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | ftwalk.h | 52 #define fts_parent parent macro
|
H A D | fts.h | 116 FTSENT* fts_parent; /* parent directory */ member
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | ftwalk.h | 52 #define fts_parent parent macro
|
H A D | fts.h | 116 FTSENT* fts_parent; /* parent directory */ member
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ftwalk.h | 52 #define fts_parent parent macro
|
H A D | fts.h | 116 FTSENT* fts_parent; /* parent directory */ member
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | ftwalk.h | 52 #define fts_parent parent macro
|
H A D | fts.h | 116 FTSENT* fts_parent; /* parent directory */ member
|