/titanic_41/usr/src/lib/libcmd/common/ |
H A D | fts_fix.h | 38 #ifdef fts_read 39 #undef fts_read 41 #define _ast_fts_read fts_read 44 #define fts_read _fts_read macro 46 extern FTSENT* fts_read(FTS*);
|
H A D | fts_fix.c | 38 #undef fts_read
|
H A D | chmod.c | 262 while (!sh_checksig(context) && (ent = fts_read(fts))) in b_chmod()
|
H A D | rm.c | 416 while (!sh_checksig(context) && (ent = fts_read(fts)) && !rm(&state, ent)); in b_rm()
|
H A D | chgrp.c | 383 while (!sh_checksig(context) && (ent = fts_read(fts))) in b_chgrp()
|
H A D | cp.c | 492 while (sub = fts_read(fts)) in visit() 925 while (!sh_checksig(context) && (ent = fts_read(fts)) && !visit(state, ent)); in b_cp()
|
H A D | cksum.c | 596 while (!sh_checksig(context) && (ent = fts_read(fts))) in b_cksum()
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | fts.h | 157 extern FTSENT* fts_read(FTS*);
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | fts.h | 167 extern __MANGLE__ FTSENT* fts_read __PROTO__((FTS*));
|
H A D | ast_map.h | 122 #undef fts_read 123 #define fts_read _ast_fts_read macro
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | fts.h | 167 extern __MANGLE__ FTSENT* fts_read __PROTO__((FTS*));
|
H A D | ast_map.h | 122 #undef fts_read 123 #define fts_read _ast_fts_read macro
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | fts.h | 167 extern __MANGLE__ FTSENT* fts_read __PROTO__((FTS*));
|
H A D | ast_map.h | 122 #undef fts_read 123 #define fts_read _ast_fts_read macro
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | fts.h | 167 extern __MANGLE__ FTSENT* fts_read __PROTO__((FTS*));
|
H A D | ast_map.h | 122 #undef fts_read 123 #define fts_read _ast_fts_read macro
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | ftwalk.c | 114 while (!rv && (e = fts_read(f))) in ftwalk()
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 101 #undef fts_read 102 #define fts_read _ast_fts_read macro
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 101 #undef fts_read 102 #define fts_read _ast_fts_read macro
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 101 #undef fts_read 102 #define fts_read _ast_fts_read macro
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 101 #undef fts_read 102 #define fts_read _ast_fts_read macro
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | map | 101 #undef fts_read 102 #define fts_read _ast_fts_read
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | map | 101 #undef fts_read 102 #define fts_read _ast_fts_read
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | map | 101 #undef fts_read 102 #define fts_read _ast_fts_read
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | map | 101 #undef fts_read 102 #define fts_read _ast_fts_read
|