Home
last modified time | relevance | path

Searched refs:NONEXISTENT (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/diffutils/src/
H A Ddiff.c1127 #define NONEXISTENT (-1) /* nonexistent file */ in compare_files() macro
1133 cmp.file[0].desc = name0 ? UNOPENED : NONEXISTENT; in compare_files()
1162 if (cmp.file[f].desc != NONEXISTENT) in compare_files()
1217 cmp.file[f].desc = NONEXISTENT; in compare_files()
1220 if (cmp.file[f].desc == NONEXISTENT) in compare_files()
1266 else if (cmp.file[0].desc == NONEXISTENT in compare_files()
1267 && cmp.file[1].desc == NONEXISTENT) in compare_files()
1272 = (cmp.file[0].desc != NONEXISTENT in compare_files()
1273 && cmp.file[1].desc != NONEXISTENT in compare_files()
1307 if (cmp.file[0].desc == NONEXISTENT || cmp.file[1].desc == NONEXISTENT) in compare_files()
[all …]