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

/netbsd-current/external/bsd/liblzf/dist/
H A Dlzf_d.c46 # define SET_ERRNO(n) panic("lzf decompression failure: %s", #n) macro
49 # define SET_ERRNO(n) macro
52 # define SET_ERRNO(n) errno = (n) macro
82 SET_ERRNO (E2BIG);
89 SET_ERRNO (EINVAL);
111 SET_ERRNO (EINVAL);
121 SET_ERRNO (EINVAL);
131 SET_ERRNO (E2BIG);
137 SET_ERRNO (EINVAL);
/netbsd-current/common/lib/libc/cdb/
H A Dcdbr.c57 #define SET_ERRNO(val) macro
71 #define SET_ERRNO(val) errno = (val) macro
139 SET_ERRNO(EINVAL);
165 SET_ERRNO(EINVAL);
208 SET_ERRNO(EINVAL);
252 SET_ERRNO(EINVAL);
260 SET_ERRNO(EIO);
265 SET_ERRNO(EIO);
282 SET_ERRNO(EINVAL);

Completed in 193 milliseconds