Home
last modified time | relevance | path

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

/dragonfly/contrib/diffutils/src/
H A Ddiff.c1129 #define ERRNO_ENCODE(errno) (-3 - (errno)) /* encoded errno value */ in compare_files() macro
1175 cmp.file[f].desc = ERRNO_ENCODE (errno); in compare_files()
1182 cmp.file[f].desc = ERRNO_ENCODE (errno); in compare_files()
1197 cmp.file[f].desc = ERRNO_ENCODE (errno); in compare_files()
1212 : ((cmp.file[f].desc == ERRNO_ENCODE (ENOENT) in compare_files()
1213 || cmp.file[f].desc == ERRNO_ENCODE (EBADF)) in compare_files()