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

/linux-master/tools/include/nolibc/
H A Derrno.h13 #define SET_ERRNO(v) do { errno = (v); } while (0) macro
16 #define SET_ERRNO(v) do { } while (0) macro
H A Dstdio.h46 SET_ERRNO(EBADF);
59 SET_ERRNO(EBADF);
73 SET_ERRNO(EBADF);
88 SET_ERRNO(EBADF);
H A Dstdlib.h153 SET_ERRNO(ENOMEM);
H A Dsys.h43 ? (({ SET_ERRNO(-__sysret_arg); }), -1) /* ret -1 with errno = -arg */ \
98 SET_ERRNO(ENOMEM);
113 SET_ERRNO(ENOMEM);
705 SET_ERRNO(-(long)ret);

Completed in 277 milliseconds