Searched refs:NONEXISTENT (Results 1 – 2 of 2) sorted by relevance
1068 #define NONEXISTENT (-1) /* nonexistent file */ in compare_files() macro1074 cmp.file[0].desc = name0 == 0 ? NONEXISTENT : UNOPENED; in compare_files()1075 cmp.file[1].desc = name1 == 0 ? NONEXISTENT : UNOPENED; in compare_files()1103 if (cmp.file[f].desc != NONEXISTENT) in compare_files()1151 cmp.file[f].desc = NONEXISTENT; in compare_files()1154 if (cmp.file[f].desc == NONEXISTENT) in compare_files()1197 else if (cmp.file[0].desc == NONEXISTENT in compare_files()1198 && cmp.file[1].desc == NONEXISTENT) in compare_files()1203 = (cmp.file[0].desc != NONEXISTENT in compare_files()1204 && cmp.file[1].desc != NONEXISTENT in compare_files()[all …]
1835 (NONEXISTENT, UNOPENED, ERRNO_ENCODE, ERRNO_DECODE):