ftw.h, ftw - file tree traversal
#include <ftw.h>
The <ftw.h> header defines the FTW structure that includes the following members:
int base int level
The <ftw.h> header defines macros for use as values of the third argument to the application-supplied function that is passed as the second argument to ftw() and nftw() (see ftw(3C)):
FTW_F
FTW_D
FTW_DNR
FTW_DP
FTW_NS
FTW_SL
FTW_SLN
The <ftw.h> header defines macros for use as values of the fourth argument to nftw():
FTW_PHYS
FTW_MOUNT
FTW_DEPTH
FTW_CHDIR
The <ftw.h> header defines the stat structure and the symbolic names for st_mode and the file type test macros as described in <sys/stat.h>.
Inclusion of the <ftw.h> header might also make visible all symbols from <sys/stat.h>.
See attributes(5) for descriptions of the following attributes:
|
ftw(3C), stat.h(3HEAD), attributes(5), standards(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |