Blame conform/data/ftw.h-data

Packit 6c4009
#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008
Packit 6c4009
# ifndef XPG4
Packit 6c4009
type {struct FTW}
Packit 6c4009
element {struct FTW} int base
Packit 6c4009
element {struct FTW} int level
Packit 6c4009
# endif
Packit 6c4009
Packit 6c4009
macro FTW_F
Packit 6c4009
macro FTW_D
Packit 6c4009
macro FTW_DNR
Packit 6c4009
# if !defined XPG4 && !defined XPG42
Packit 6c4009
macro FTW_DP
Packit 6c4009
# endif
Packit 6c4009
macro FTW_NS
Packit 6c4009
Packit 6c4009
# ifndef XPG4
Packit 6c4009
macro FTW_SL
Packit 6c4009
macro FTW_SLN
Packit 6c4009
Packit 6c4009
macro FTW_PHYS
Packit 6c4009
macro FTW_MOUNT
Packit 6c4009
macro FTW_DEPTH
Packit 6c4009
macro FTW_CHDIR
Packit 6c4009
# endif
Packit 6c4009
Packit 6c4009
function int ftw (const char*, int (*) (const char *, const struct stat*, int), int)
Packit 6c4009
# ifndef XPG4
Packit 6c4009
function int nftw (const char*, int (*) (const char *, const struct stat*, int, struct FTW *), int, int)
Packit 6c4009
# endif
Packit 6c4009
Packit 6c4009
allow-header sys/stat.h
Packit 6c4009
Packit 6c4009
allow *_t
Packit 6c4009
allow FTW*
Packit 6c4009
#endif