Home
last modified time | relevance | path

Searched refs:fts_read (Results 1 – 25 of 28) sorted by relevance

12

/titanic_41/usr/src/lib/libcmd/common/
H A Dfts_fix.h38 #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 Dfts_fix.c38 #undef fts_read
H A Dchmod.c262 while (!sh_checksig(context) && (ent = fts_read(fts))) in b_chmod()
H A Drm.c416 while (!sh_checksig(context) && (ent = fts_read(fts)) && !rm(&state, ent)); in b_rm()
H A Dchgrp.c383 while (!sh_checksig(context) && (ent = fts_read(fts))) in b_chgrp()
H A Dcp.c492 while (sub = fts_read(fts)) in visit()
925 while (!sh_checksig(context) && (ent = fts_read(fts)) && !visit(state, ent)); in b_cp()
H A Dcksum.c596 while (!sh_checksig(context) && (ent = fts_read(fts))) in b_cksum()
/titanic_41/usr/src/lib/libast/common/include/
H A Dfts.h157 extern FTSENT* fts_read(FTS*);
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dfts.h167 extern __MANGLE__ FTSENT* fts_read __PROTO__((FTS*));
H A Dast_map.h122 #undef fts_read
123 #define fts_read _ast_fts_read macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dfts.h167 extern __MANGLE__ FTSENT* fts_read __PROTO__((FTS*));
H A Dast_map.h122 #undef fts_read
123 #define fts_read _ast_fts_read macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dfts.h167 extern __MANGLE__ FTSENT* fts_read __PROTO__((FTS*));
H A Dast_map.h122 #undef fts_read
123 #define fts_read _ast_fts_read macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dfts.h167 extern __MANGLE__ FTSENT* fts_read __PROTO__((FTS*));
H A Dast_map.h122 #undef fts_read
123 #define fts_read _ast_fts_read macro
/titanic_41/usr/src/lib/libast/common/misc/
H A Dftwalk.c114 while (!rv && (e = fts_read(f))) in ftwalk()
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h101 #undef fts_read
102 #define fts_read _ast_fts_read macro
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h101 #undef fts_read
102 #define fts_read _ast_fts_read macro
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h101 #undef fts_read
102 #define fts_read _ast_fts_read macro
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h101 #undef fts_read
102 #define fts_read _ast_fts_read macro
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap101 #undef fts_read
102 #define fts_read _ast_fts_read
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap101 #undef fts_read
102 #define fts_read _ast_fts_read
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap101 #undef fts_read
102 #define fts_read _ast_fts_read
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap101 #undef fts_read
102 #define fts_read _ast_fts_read

12