Home
last modified time | relevance | path

Searched defs:REAL_DIR_ENTRY (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dposixdir.h57 # define REAL_DIR_ENTRY(dp) 1 macro
59 # define REAL_DIR_ENTRY(dp) (dp->d_ino != 0) macro
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dbackupfile.c67 # define REAL_DIR_ENTRY(dp) ((dp)->d_ino != 0) macro
69 # define REAL_DIR_ENTRY(dp) 1 macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dbackupfile.c67 # define REAL_DIR_ENTRY(dp) ((dp)->d_ino != 0) macro
69 # define REAL_DIR_ENTRY(dp) 1 macro
/netbsd-src/external/gpl2/gmake/dist/glob/
H A Dglob.c127 # define REAL_DIR_ENTRY(dp) 1 macro
129 # define REAL_DIR_ENTRY(dp) (dp->d_ino != 0) macro
/netbsd-src/external/gpl2/gmake/dist/
H A Ddir.c54 # define REAL_DIR_ENTRY(dp) 1 macro
57 # define REAL_DIR_ENTRY(dp) (dp->d_ino != 0) macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dglob.c138 # define REAL_DIR_ENTRY(dp) 1 macro
140 # define REAL_DIR_ENTRY(dp) (dp->d_ino != 0) macro