Searched refs:REAL_DIR_ENTRY (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/include/
H A Dposixdir.h56 # define REAL_DIR_ENTRY(dp) 1 macro
58 # define REAL_DIR_ENTRY(dp) (dp->d_ino != 0) macro
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dposixdir.h56 # define REAL_DIR_ENTRY(dp) 1 macro
58 # define REAL_DIR_ENTRY(dp) (dp->d_ino != 0) macro
/macosx-10.9.5/gpatch-3/patch/
H A Dbackupfile.c104 # define REAL_DIR_ENTRY(dp) ((dp)->d_ino != 0) macro
106 # define REAL_DIR_ENTRY(dp) 1 macro
194 if (!REAL_DIR_ENTRY (dp) || NLENGTH (dp) < file_name_length + 4)
/macosx-10.9.5/ntp-88/libopts/compat/
H A Dcompat.h139 # define REAL_DIR_ENTRY(dp) 1 macro
141 # define REAL_DIR_ENTRY(dp) (dp->d_ino != 0)
/macosx-10.9.5/ntp-88/sntp/libopts/compat/
H A Dcompat.h139 # define REAL_DIR_ENTRY(dp) 1 macro
141 # define REAL_DIR_ENTRY(dp) (dp->d_ino != 0)
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dbackupfile.c47 # define REAL_DIR_ENTRY(dp) ((dp)->d_ino != 0) macro
49 # define REAL_DIR_ENTRY(dp) 1 macro
212 if (! REAL_DIR_ENTRY (dp) || _D_EXACT_NAMLEN (dp) < baselen + 4)
/macosx-10.9.5/man-16/man/src/
H A Dglob.c78 #define REAL_DIR_ENTRY(dp) (dp->d_stat.st_ino != 0)
82 #define REAL_DIR_ENTRY(dp) 1
84 #define REAL_DIR_ENTRY(dp) (dp->d_ino != 0)
400 if (REAL_DIR_ENTRY (dp)
77 #define REAL_DIR_ENTRY macro
81 #define REAL_DIR_ENTRY macro
83 #define REAL_DIR_ENTRY macro
/macosx-10.9.5/bash-92/bash-3.2/lib/glob/
H A Dglob.c484 if (REAL_DIR_ENTRY (dp) == 0)

Completed in 227 milliseconds