Module fts::ffi [] [src]

Structs

FTSENT

struct FTSENT in fts.h

Enums

FTS

struct FTS in fts.h ( opaque struct )

Constants

FTS_AGAIN

fts_instr: read node again

FTS_COMFOLLOW

fts_open options: follow command line symlinks

FTS_D

fts_info: preorder directory

FTS_DC

fts_info: directory that causes cycles

FTS_DEFAULT

fts_info: none of the above

FTS_DNR

fts_info: unreadable directory

FTS_DONTCHDIR

fts_flags: don't chdir .. to the parent

FTS_DOT

fts_info: dot or dot-dot

FTS_DP

fts_info: postorder directory

FTS_ERR

fts_info: error; errno is set

FTS_F

fts_info: regular file

FTS_FOLLOW

fts_instr: follow symbolic link

FTS_INIT

fts_info: initialized only

FTS_LOGICAL

fts_open options: logical walk

FTS_NAMEONLY

fts_open options: (private) child names only

FTS_NOCHDIR

fts_open options: don't change directories

FTS_NOINSTR

fts_instr: no instructions

FTS_NOSTAT

fts_open options: don't get stat info

FTS_NS

fts_info: stat(2) failed

FTS_NSOK

fts_info: no stat(2) requested

FTS_OPTIONMASK

fts_open options: valid user option mask

FTS_PHYSICAL

fts_open options: physical walk

FTS_ROOTLEVEL

fts_level: level of root

FTS_ROOTPARENTLEVEL

fts_level: level of root parent

FTS_SEEDOT

fts_open options: return dot and dot-dot

FTS_SKIP

fts_instr: discard node

FTS_SL

fts_info: symbolic link

FTS_SLNONE

fts_info: symbolic link without target

FTS_STOP

fts_open options: (private) unrecoverable error

FTS_SYMFOLLOW

fts_flags: followed a symlink to get here

FTS_W

fts_info: whiteout object

FTS_WHITEOUT

fts_open options: return whiteout information

FTS_XDEV

fts_open options: don't cross devices

Functions

fts_children

fts_children() in fts.h

fts_close

fts_close() in fts.h

fts_open

fts_open() in fts.h

fts_read

fts_read() in fts.h

fts_set

fts_set() in fts.h