Home
last modified time | relevance | path

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

12

/bionic/libc/bionic/
Dpthread_setname_np.cpp55 if (buf_size < MAX_TASK_COMM_LEN) return ERANGE; in pthread_getname_np()
78 if (n == static_cast<ssize_t>(buf_size)) return ERANGE; in pthread_getname_np()
87 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()
Dstrtol.cpp89 errno = ERANGE; in StrToI()
99 errno = ERANGE; in StrToI()
153 errno = ERANGE; in StrToU()
Dstrerror.cpp81 [ERANGE] = "Math result not representable",
199 errno_restorer.override(ERANGE); in strerror_r()
Dpty.cpp74 errno = ERANGE; in ptsname_r()
103 errno = ERANGE; in ttyname_r()
Dgrp_pwd.cpp109 return ERANGE; in do_getpw_r()
579 if (login_length > size) return ERANGE; in getlogin_r()
692 return ERANGE; in getgroup_r()
/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.cpp50 ASSERT_EQ(ERANGE, errno); in TEST()
68 ASSERT_EQ(ERANGE, errno); in TEST()
Dstring_posix_strerror_r_test.cpp61 ASSERT_EQ(ERANGE, errno); in TEST()
Dsys_xattr_test.cpp55 ASSERT_EQ(ERANGE, errno); in TEST()
96 ASSERT_EQ(ERANGE, errno); in TEST()
Dstdlib_test.cpp619 ASSERT_EQ(ERANGE, ptsname_r(fd, buf, sizeof(buf))); in TEST()
620 ASSERT_EQ(ERANGE, errno); in TEST()
670 ASSERT_EQ(ERANGE, ttyname_r(fd, buf, sizeof(buf))); in TEST()
671 ASSERT_EQ(ERANGE, errno); in TEST()
765 ASSERT_EQ(ERANGE, errno); in CheckStrToInt()
781 ASSERT_EQ(ERANGE, errno); in CheckStrToInt()
790 ASSERT_EQ(ERANGE, errno); in CheckStrToInt()
797 ASSERT_EQ(ERANGE, errno); in CheckStrToInt()
Dnetdb_test.cpp275 EXPECT_EQ(ERANGE, result); in TEST()
286 EXPECT_EQ(ERANGE, result); in TEST()
298 EXPECT_EQ(ERANGE, result); in TEST()
/bionic/libc/include/android/
Dlegacy_stdlib_inlines.h61 errno = ERANGE; in strtof()
64 errno = ERANGE; in strtof()
/bionic/libc/upstream-openbsd/lib/libc/locale/
D_wcstol.h114 errno = ERANGE; in FUNCNAME()
124 errno = ERANGE; in FUNCNAME()
D_wcstoul.h103 errno = ERANGE; in FUNCNAME()
/bionic/libc/kernel/uapi/asm-generic/
Derrno-base.h54 #define ERANGE 34 macro
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dstrtof.c69 errno = ERANGE;
Dstrtord.c59 errno = ERANGE;
Dgethex.c268 errno = ERANGE;
294 errno = ERANGE;
303 errno = ERANGE;
DstrtorQ.c81 errno = ERANGE;
Dstrtodg.c300 errno = ERANGE;
1120 errno = ERANGE;
1131 errno = ERANGE;
1140 errno = ERANGE;
Dstrtod.c495 errno = ERANGE;
1089 errno = ERANGE;
/bionic/tests/headers/posix/
Derrno_h.c106 MACRO(ERANGE); in errno_h()
/bionic/tests/libs/
Dbionic_tests_zipalign.cpp129 if ((alignment == ULONG_MAX && errno == ERANGE) || *end != '\0') { in main()
/bionic/libc/tzcode/
Dstrptime.c363 if (bp == old_bp || errno == ERANGE || ((long) t) != n) { in _strptime()

12