Searched refs:fts_read (Results 1 - 16 of 16) sorted by relevance

/ast/src/lib/libcmd/
H A Dfts_fix.h39 #ifdef fts_read
40 #undef fts_read macro
42 #define _ast_fts_read fts_read
45 #define fts_read _fts_read macro
47 extern FTSENT* fts_read(FTS*);
H A Dfts_fix.c39 #undef fts_read macro
H A Dchmod.c268 while (!sh_checksig(context) && (ent = fts_read(fts)))
H A Drm.c409 while (!sh_checksig(context) && (ent = fts_read(fts)) && !rm(&state, ent));
H A Dchgrp.c397 while (!sh_checksig(context) && (ent = fts_read(fts)))
H A Dcksum.c596 while (!sh_checksig(context) && (ent = fts_read(fts)))
H A Dcp.c515 while (sub = fts_read(fts))
988 while (!sh_checksig(context) && (ent = fts_read(fts)) && !visit(state, ent));
/ast/src/lib/libast/include/
H A Dfts.h157 extern FTSENT* fts_read(FTS*);
/ast/src/lib/libast/misc/
H A Dftwalk.c114 while (!rv && (e = fts_read(f)))
H A Dfts.c70 unsigned char state; /* fts_read() state */ \
585 * ordering delayed until first fts_read()
825 fts_read(register FTS* fts) function
1492 if (f = fts_read(fts))
1571 * register function to be called for each fts_read() entry
/ast/src/cmd/std/
H A Ddu.c224 while (ent = fts_read(fts))
/ast/src/cmd/mailx/
H A Dfio.c298 while (ent = fts_read(fts)) {
378 while (ent = fts_read(fts)) {
/ast/src/lib/libdll/
H A Ddllscan.c436 if ((scan->fts = fts_open((char**)t, FTS_LOGICAL|FTS_NOPOSTORDER|FTS_ONEPATH, vercmp)) && (scan->ent = fts_read(scan->fts)) && (scan->ent = fts_children(scan->fts, FTS_NOSTAT)))
/ast/src/cmd/html/
H A Dhtmlrefs.c466 while (ent = fts_read(fts))
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c911 while (!sh_checksig(context) && (ent = fts_read(fts)))
/ast/src/cmd/re/
H A Dgrep.c867 while (ent = fts_read(fts))

Completed in 49 milliseconds