2.9
[glibc/nacl-glibc.git] / conform / data / ftw.h-data
blob81c50070d16d9f0d3bc185813998328facb6efc1
1 #if !defined ISO && !defined POSIX
2 type {struct FTW}
3 element {struct FTW} int base
4 element {struct FTW} int level
6 macro FTW_F
7 macro FTW_D
8 macro FTW_DNR
9 macro FTW_DP
10 macro FTW_NS
11 macro FTW_SL
12 macro FTW_SLN
14 macro FTW_PHYS
15 macro FTW_MOUNT
16 macro FTW_DEPTH
17 macro FTW_CHDIR
19 function int ftw (const char*, int (*) (const char *, const struct stat*, int), int)
20 function int nftw (const char*, int (*) (const char *, const struct stat*, int, struct FTW *), int, int)
22 allow-header sys/stat.h
24 allow *_t
25 allow FTW*
26 #endif