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

/freebsd-9.3-release/contrib/diff/src/
H A Ddiff.c1069 #define ERRNO_ENCODE(errno) (-3 - (errno)) /* encoded errno value */
1071 #define ERRNO_DECODE(desc) (-3 - (desc)) /* inverse of ERRNO_ENCODE */
1113 cmp.file[f].desc = ERRNO_ENCODE (errno);
1120 cmp.file[f].desc = ERRNO_ENCODE (errno);
1132 cmp.file[f].desc = ERRNO_ENCODE (errno);
1147 : (cmp.file[f].desc == ERRNO_ENCODE (ENOENT)
1066 #define ERRNO_ENCODE macro

Completed in 59 milliseconds