HomeSort by relevance Sort by last modified time
    Searched defs:FTS (Results 1 - 2 of 2) sorted by null

  /bionic/libc/include/
fts.h 1 /* $OpenBSD: fts.h,v 1.12 2009/08/27 16:19:27 millert Exp $ */
2 /* $NetBSD: fts.h,v 1.5 1994/12/28 01:41:50 mycroft Exp $ */
32 * @(#)fts.h 8.3 (Berkeley) 8/14/94
64 } FTS;
124 FTSENT* fts_children(FTS* __fts, int __options) __INTRODUCED_IN(21);
125 int fts_close(FTS* __fts) __INTRODUCED_IN(21);
126 FTS* fts_open(char* const* __path, int __options, int (*__comparator)(const FTSENT** __lhs, const FTSENT** __rhs)) __INTRODUCED_IN(21);
127 FTSENT* fts_read(FTS* __fts) __INTRODUCED_IN(21);
128 int fts_set(FTS* __fts, FTSENT* __entry, int __options) __INTRODUCED_IN(21);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fts.h 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 *
    [all...]

Completed in 49 milliseconds