Searched refs:errno (Results 1 – 11 of 11) sorted by relevance
118 errno = ERANGE; in strtol()128 errno = ERANGE; in strtol()
120 errno = ERANGE; in strtoll()130 errno = ERANGE; in strtoll()
108 errno = EINVAL; in strtoul()158 errno = ERANGE; in strtoul()
15 $(LOCAL_DIR)/errno.c \
213 #ifndef errno214 extern int errno;
30 if (errno == EINTR) continue; in readx()31 fprintf(stderr, "error: %s during socket read\n", strerror(errno)); in readx()
101 if (errno == EINTR) { in writex()167 if (errno == EINTR) { in load_file()
16 #define errno (*__geterrno()) macro
850 #define ext3_std_error(sb, errno) \ argument852 if ((errno)) \853 __ext3_std_error((sb), __FUNCTION__, (errno)); \
163 #define set_errno(err) errno = (err)
682 #define MALLOC_FAILURE_ACTION errno = ENOMEM;
Completed in 25 milliseconds