|
|
1.1 root 1: /*
2: * Codes for the third argument to the user-supplied function
3: * which is passed as the second argument to ftw
4: */
5:
6: #define FTW_F 0 /* file */
7: #define FTW_D 1 /* directory */
8: #define FTW_DNR 2 /* directory without read permission */
9: #define FTW_NS 3 /* unknown type, stat failed */
10: #define FTW_DP 4 /* directory, postorder visit */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.