Searched refs:errno (Results 1 – 8 of 8) sorted by relevance
26 errno = SYSCALL_ERRCODE(status); in spawn()39 errno = SYSCALL_ERRCODE(wstatus); in waitpid()
98 errno = ENOSYS; in feof()105 errno = ENOSYS; in fflush()
207 #ifndef errno208 extern int errno;
7 #define errno (* __error()) macro
33 now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.
2529 * sockets.c Remove "#include <errno.h>" from sockets.c to avoid multiple2530 definition of macros (in errno.h and lwip/arch.h) if LWIP_PROVIDE_ERRNO is2618 errno is set inside of get_socket(). Move last sock_set_errno() inside2906 * .c: Added <string.h> and <errno.h> includes where used.
248 This file must either include a system-local <errno.h> which defines
163 #define set_errno(err) errno = (err)