Home | History | Annotate | Download | only in include

Lines Matching refs:FTS

29  *	@(#)fts.h	8.3 (Berkeley) 8/14/94
38 /* The fts interface is incompatible with the LFS interface which
41 # error "<fts.h> cannot be used with -D_FILE_OFFSET_BITS==64"
69 } FTS;
123 FTSENT *fts_children (FTS *, int);
124 int fts_close (FTS *);
125 FTS *fts_open (char * const *, int,
127 FTSENT *fts_read (FTS *);
128 int fts_set (FTS *, FTSENT *, int) __THROW;
131 #endif /* fts.h */