Home
last modified time | relevance | path

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

/Linux-v5.4/tools/include/nolibc/
Dnolibc.h104 #define SET_ERRNO(v) do { errno = (v); } while (0) macro
106 #define SET_ERRNO(v) do { } while (0) macro
1783 SET_ERRNO(ENOMEM); in brk()
1801 SET_ERRNO(-ret); in chdir()
1813 SET_ERRNO(-ret); in chmod()
1825 SET_ERRNO(-ret); in chown()
1837 SET_ERRNO(-ret); in chroot()
1849 SET_ERRNO(-ret); in close()
1861 SET_ERRNO(-ret); in dup2()
1873 SET_ERRNO(-ret); in execve()
[all …]