Home
last modified time | relevance | path

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

/lib/libc/
A Dstrtoll.c120 errno = ERANGE; in strtoll()
130 errno = ERANGE; in strtoll()
A Dstrtol.c118 errno = ERANGE; in strtol()
128 errno = ERANGE; in strtol()
A Datoi.c116 errno = EINVAL; in strtoul()
166 errno = ERANGE; in strtoul()
A Drules.mk16 $(LOCAL_DIR)/errno.c \
/lib/libc/include/
A Derrno.h16 #define errno (*__geterrno()) macro
/lib/fs/ext2/
A Dext3_fs.h850 #define ext3_std_error(sb, errno) \ argument
852 if ((errno)) \
853 __ext3_std_error((sb), __FUNCTION__, (errno)); \

Completed in 13 milliseconds