Searched refs:ERANGE (Results 1 - 25 of 31) sorted by relevance

12

/bionic/libc/kernel/uapi/asm-generic/
H A Derrno-base.h62 #define ERANGE 34 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-generic/
H A Derrno-base.h62 #define ERANGE 34 macro
/bionic/libc/bionic/
H A Dpthread_setname_np.cpp54 if (buf_size < MAX_TASK_COMM_LEN) return ERANGE;
77 if (n == static_cast<ssize_t>(buf_size)) return ERANGE;
86 if (thread_name_len >= MAX_TASK_COMM_LEN) return ERANGE;
H A Dlibgen.cpp81 errno = ERANGE;
145 errno = ERANGE;
H A Dpty.cpp73 errno = ERANGE;
105 errno = ERANGE;
H A Dstrerror_r.cpp63 errno_restorer.override(ERANGE);
/bionic/tests/
H A Dlibgen_test.cpp70 TestBasename("", ".", -1, buf, 0, ERANGE);
71 TestBasename("", ".", -1, buf, 1, ERANGE);
89 TestDirname("", ".", -1, buf, 0, ERANGE);
90 TestDirname("", ".", -1, buf, 1, ERANGE);
H A Dgetcwd_test.cpp44 // If we ask the library to allocate a too-small buffer, ERANGE.
48 ASSERT_EQ(ERANGE, errno);
52 // If we ask the library to allocate an unreasonably large buffer, ERANGE.
60 // If we allocate a too-small buffer, ERANGE.
65 ASSERT_EQ(ERANGE, errno);
H A Dstring_posix_strerror_r_test.cpp60 // The POSIX strerror_r sets errno to ERANGE (the GNU one doesn't).
61 ASSERT_EQ(ERANGE, errno);
H A Dsys_xattr_test.cpp55 ASSERT_EQ(ERANGE, errno);
96 ASSERT_EQ(ERANGE, errno);
H A Dnetdb_test.cpp274 ASSERT_EQ(ERANGE, result);
284 ASSERT_EQ(ERANGE, result);
295 ASSERT_EQ(ERANGE, result);
/bionic/libc/upstream-openbsd/lib/libc/locale/
H A D_wcstol.h114 errno = ERANGE;
124 errno = ERANGE;
H A D_wcstoul.h103 errno = ERANGE;
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dstrtoimax.c129 errno = ERANGE;
139 errno = ERANGE;
H A Dstrtol.c129 errno = ERANGE;
139 errno = ERANGE;
H A Dstrtoll.c132 errno = ERANGE;
142 errno = ERANGE;
H A Dstrtoul.c97 errno = ERANGE;
H A Dstrtoull.c99 errno = ERANGE;
H A Dstrtoumax.c96 errno = ERANGE;
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dstrtof.c69 errno = ERANGE;
H A Dstrtord.c59 errno = ERANGE;
H A DstrtorQ.c81 errno = ERANGE;
H A Dgethex.c268 errno = ERANGE;
294 errno = ERANGE;
303 errno = ERANGE;
/bionic/libc/private/
H A Dbionic_errdefs.h73 __BIONIC_ERRDEF( ERANGE , 34, "Math result not representable" )
/bionic/tests/libs/
H A Dbionic_tests_zipalign.cpp129 if ((alignment == ULONG_MAX && errno == ERANGE) || *end != '\0') {

Completed in 271 milliseconds

12