Home
last modified time | relevance | path

Searched refs:ERANGE (Results 1 – 25 of 28) sorted by relevance

12

/bionic/tests/
Dlibgen_test.cpp70 TestBasename("", ".", -1, buf, 0, ERANGE); in TEST()
71 TestBasename("", ".", -1, buf, 1, ERANGE); in TEST()
89 TestDirname("", ".", -1, buf, 0, ERANGE); in TEST()
90 TestDirname("", ".", -1, buf, 1, ERANGE); in TEST()
Dgetcwd_test.cpp52 ASSERT_ERRNO(ERANGE); in TEST()
70 ASSERT_ERRNO(ERANGE); in TEST()
Dsys_xattr_test.cpp57 ASSERT_ERRNO(ERANGE); in TEST()
98 ASSERT_ERRNO(ERANGE); in TEST()
Dstring_posix_strerror_r_test.cpp61 ASSERT_EQ(ERANGE, posix_strerror_r(EPERM, buf, 2)); in TEST()
Dstdlib_test.cpp716 ASSERT_EQ(ERANGE, ptsname_r(fd, buf, sizeof(buf))); in TEST()
717 ASSERT_ERRNO(ERANGE); in TEST()
767 ASSERT_EQ(ERANGE, ttyname_r(fd, buf, sizeof(buf))); in TEST()
768 ASSERT_ERRNO(ERANGE); in TEST()
885 ASSERT_ERRNO(ERANGE); in CheckStrToInt()
901 ASSERT_ERRNO(ERANGE); in CheckStrToInt()
916 ASSERT_ERRNO(ERANGE); in CheckStrToInt()
923 ASSERT_ERRNO(ERANGE); in CheckStrToInt()
Dnetdb_test.cpp283 EXPECT_EQ(ERANGE, result); in TEST()
294 EXPECT_EQ(ERANGE, result); in TEST()
306 EXPECT_EQ(ERANGE, result); in TEST()
/bionic/libc/bionic/
Dpthread_setname_np.cpp57 if (buf_size < MAX_TASK_COMM_LEN) return ERANGE; in pthread_getname_np()
80 if (n == static_cast<ssize_t>(buf_size)) return ERANGE; in pthread_getname_np()
90 if (thread_name_len >= MAX_TASK_COMM_LEN) return ERANGE; in pthread_setname_np()
Dlibgen.cpp81 errno = ERANGE; in __basename_r()
145 errno = ERANGE; in __dirname_r()
Dpty.cpp74 errno = ERANGE; in ptsname_r()
103 errno = ERANGE; in ttyname_r()
Dstrtol.cpp108 errno = ERANGE; in StrToI()
114 errno = ERANGE; in StrToI()
Dstrerror.cpp81 return ERANGE; in strerror_r()
Dgrp_pwd.cpp590 return ERANGE; in getpasswd_r()
638 if (login_length > size) return ERANGE; in getlogin_r()
758 return ERANGE; in getgroup_r()
/bionic/libc/kernel/uapi/asm-generic/
Derrno-base.h42 #define ERANGE 34 macro
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgethex.c265 errno = ERANGE;
291 errno = ERANGE;
300 errno = ERANGE;
Dstrtof.c69 errno = ERANGE;
Dstrtord.c59 errno = ERANGE;
DstrtorQ.c81 errno = ERANGE;
Dstrtodg.c300 errno = ERANGE;
1117 errno = ERANGE;
1128 errno = ERANGE;
1137 errno = ERANGE;
Dstrtod.c492 errno = ERANGE;
1086 errno = ERANGE;
/bionic/tests/headers/posix/
Derrno_h.c106 MACRO(ERANGE); in errno_h()
/bionic/tests/libs/
Dbionic_tests_zipalign.cpp127 if ((alignment == ULONG_MAX && errno == ERANGE) || *end != '\0') { in main()
/bionic/libc/private/
Dbionic_errdefs.h72 __BIONIC_ERRDEF(ERANGE, "Math result not representable")
/bionic/libc/tzcode/
Dstrptime.c638 secs == LLONG_MAX && errno == ERANGE) in epoch_to_tm()
Dstrftime.c172 errno = ERANGE; in strftime()
Dprivate.h210 # define EINVAL ERANGE

12