Home
last modified time | relevance | path

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

/dports/math/numdiff/numdiff-5.9.0/
H A Dmain.c146 #define ERRNO_ENCODE(errno) (-3 - (errno)) /* encoded errno value */ macro
180 files[f].desc = ERRNO_ENCODE (errno); in open_files()
187 files[f].desc = ERRNO_ENCODE (errno); in open_files()
199 files[f].desc = ERRNO_ENCODE (errno); in open_files()
/dports/textproc/diffutils/diffutils-3.8/
H A DChangeLog-20082241 (NONEXISTENT, UNOPENED, ERRNO_ENCODE, ERRNO_DECODE):
/dports/textproc/diffutils/diffutils-3.8/src/
H A Ddiff.c1132 #define ERRNO_ENCODE(errno) (-3 - (errno)) /* encoded errno value */ in compare_files() macro
1178 cmp.file[f].desc = ERRNO_ENCODE (errno); in compare_files()
1185 cmp.file[f].desc = ERRNO_ENCODE (errno); in compare_files()
1200 cmp.file[f].desc = ERRNO_ENCODE (errno); in compare_files()
1215 : ((cmp.file[f].desc == ERRNO_ENCODE (ENOENT) in compare_files()
1216 || cmp.file[f].desc == ERRNO_ENCODE (EBADF)) in compare_files()