Home
last modified time | relevance | path

Searched refs:ERANGE (Results 1 – 25 of 30) 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.cpp48 ASSERT_EQ(ERANGE, errno); in TEST()
65 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.cpp416 ASSERT_EQ(ERANGE, ptsname_r(fd, buf, sizeof(buf))); in TEST()
417 ASSERT_EQ(ERANGE, errno); in TEST()
457 ASSERT_EQ(ERANGE, ttyname_r(fd, buf, sizeof(buf))); in TEST()
458 ASSERT_EQ(ERANGE, errno); in TEST()
Dnetdb_test.cpp274 ASSERT_EQ(ERANGE, result); in TEST()
284 ASSERT_EQ(ERANGE, result); in TEST()
295 ASSERT_EQ(ERANGE, result); in TEST()
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dstrtoimax.c129 errno = ERANGE; in strtoimax()
139 errno = ERANGE; in strtoimax()
Dstrtol.c129 errno = ERANGE; in strtol()
139 errno = ERANGE; in strtol()
Dstrtoll.c132 errno = ERANGE; in strtoll()
142 errno = ERANGE; in strtoll()
Dstrtoul.c97 errno = ERANGE; in strtoul()
Dstrtoull.c99 errno = ERANGE; in strtoull()
Dstrtoumax.c96 errno = ERANGE; in strtoumax()
/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.h62 #define ERANGE 34 macro
/bionic/libc/bionic/
Dlibgen.cpp84 errno = ERANGE; in __basename_r()
148 errno = ERANGE; in __dirname_r()
Dpthread_setname_np.cpp51 return ERANGE; in pthread_setname_np()
Dpty.cpp75 errno = ERANGE; in ptsname_r()
106 errno = ERANGE; in ttyname_r()
Dstrerror_r.cpp63 errno_restorer.override(ERANGE); in strerror_r()
/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;
/bionic/tests/libs/
Dbionic_tests_zipalign.cpp127 if ((alignment == ULONG_MAX && errno == ERANGE) || *end != '\0') { in main()
/bionic/libc/include/sys/
D_errdefs.h73 __BIONIC_ERRDEF( ERANGE , 34, "Math result not representable" )

12