Home
last modified time | relevance | path

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

/tools/include/nolibc/
Dnolibc.h104 #define SET_ERRNO(v) do { errno = (v); } while (0) macro
106 #define SET_ERRNO(v) do { } while (0) macro
1794 SET_ERRNO(ENOMEM); in brk()
1812 SET_ERRNO(-ret); in chdir()
1824 SET_ERRNO(-ret); in chmod()
1836 SET_ERRNO(-ret); in chown()
1848 SET_ERRNO(-ret); in chroot()
1860 SET_ERRNO(-ret); in close()
1872 SET_ERRNO(-ret); in dup2()
1884 SET_ERRNO(-ret); in execve()
[all …]