Searched refs:DIR_P (Results 1 – 2 of 2) sorted by relevance
1039 #define DIR_P(f) (S_ISDIR (cmp.file[f].stat.st_mode) != 0) in compare_files() macro1171 if (status == EXIT_SUCCESS && ! parent && DIR_P (0) != DIR_P (1)) in compare_files()1176 int fnm_arg = DIR_P (0); in compare_files()1213 else if (DIR_P (0) & DIR_P (1)) in compare_files()1231 else if ((DIR_P (0) | DIR_P (1)) in compare_files()1240 if ((DIR_P (0) | DIR_P (1)) in compare_files()1338 if (report_identical_files && !DIR_P (0)) in compare_files()
1837 (DIR_P): New macro.