Searched refs:D_FILENO (Results 1 – 10 of 10) sorted by relevance
124 #ifdef D_FILENO in getpreroot()126 if (D_FILENO(entry) == cur->st_ino) in getpreroot()
50 #define D_FILENO(d) ((d)->d_fileno) macro
59 #define D_FILENO(d) ((d)->d_fileno) macro
228 #ifdef D_FILENO230 if (D_FILENO(entry) == cur->st_ino)
93 #ifdef D_FILENO in gl_dirnext()94 if (D_FILENO(dp)) in gl_dirnext()
129 #ifndef D_FILENO130 #define D_FILENO(d) (1) macro1072 f->statb.st_ino = D_FILENO(d); in fts_read()
615 03-03-28 include/ast_dir.h: add D_TYPE; { D_FILENO D_TYPE } must be #ifdef'd616 misc/fts.c|getcwd.c|glob.c,preroot/getpreroot.c: add D_FILENO #ifdef's