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

/external/liblzf/
H A Dlzf_d.c40 # define SET_ERRNO(n) macro
43 # define SET_ERRNO(n) errno = (n) macro
74 SET_ERRNO (E2BIG);
81 SET_ERRNO (EINVAL);
111 SET_ERRNO (EINVAL);
121 SET_ERRNO (EINVAL);
131 SET_ERRNO (E2BIG);
137 SET_ERRNO (EINVAL);

Completed in 73 milliseconds