Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/include/nolibc/
H A 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( in execve()
[all...]
/kernel/linux/linux-6.6/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.h47 SET_ERRNO(EBADF); in fdopen()
60 SET_ERRNO(EBADF); in fileno()
74 SET_ERRNO(EBADF); in fflush()
89 SET_ERRNO(EBADF); in fclose()
H A Dsys.h42 ? (({ SET_ERRNO(-__sysret_arg); }), -1) /* ret -1 with errno = -arg */ \
87 SET_ERRNO(ENOMEM); in brk()
102 SET_ERRNO(ENOMEM); in sbrk()
694 SET_ERRNO(-(long)ret); in mmap()
H A Dstdlib.h153 SET_ERRNO(ENOMEM); in calloc()

Completed in 9 milliseconds