Home
last modified time | relevance | path

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

/lib/libc/
Dprocess.c26 errno = SYSCALL_ERRCODE(status); in spawn()
39 errno = SYSCALL_ERRCODE(wstatus); in waitpid()
Dfile.c98 errno = ENOSYS; in feof()
105 errno = ENOSYS; in fflush()
/lib/liblwip/src/include/lwip/
Darch.h207 #ifndef errno
208 extern int errno;
/include/
Derrno.h7 #define errno (* __error()) macro
/lib/liblwip/
DUPGRADING33 now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.
DCHANGELOG2529 * sockets.c Remove "#include <errno.h>" from sockets.c to avoid multiple
2530 definition of macros (in errno.h and lwip/arch.h) if LWIP_PROVIDE_ERRNO is
2618 errno is set inside of get_socket(). Move last sock_set_errno() inside
2906 * .c: Added <string.h> and <errno.h> includes where used.
/lib/liblwip/doc/
Dsys_arch.txt248 This file must either include a system-local <errno.h> which defines
/lib/liblwip/src/api/
Dsockets.c163 #define set_errno(err) errno = (err)