|
|
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: #include "config.h" ! 7: ! 8: #define FTW_F 0 /* file */ ! 9: #define FTW_D 1 /* directory */ ! 10: #define FTW_DNR 2 /* directory without read permission */ ! 11: #define FTW_NS 3 /* unknown type, stat failed */ ! 12: #define FTW_DP 4 /* directory, postorder visit */ ! 13: #define FTW_SL 5 /* Symbolic link */ ! 14: ! 15: #include DIR_H
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.