summaryrefslogtreecommitdiff
path: root/conform/data/ftw.h-data
blob: 81c50070d16d9f0d3bc185813998328facb6efc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#if !defined ISO && !defined POSIX
type {struct FTW}
element {struct FTW} int base
element {struct FTW} int level

macro FTW_F
macro FTW_D
macro FTW_DNR
macro FTW_DP
macro FTW_NS
macro FTW_SL
macro FTW_SLN

macro FTW_PHYS
macro FTW_MOUNT
macro FTW_DEPTH
macro FTW_CHDIR

function int ftw (const char*, int (*) (const char *, const struct stat*, int), int)
function int nftw (const char*, int (*) (const char *, const struct stat*, int, struct FTW *), int, int)

allow-header sys/stat.h

allow *_t
allow FTW*
#endif