Home
last modified time | relevance | path

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

12

/bionic/tests/
Dlibgen_test.cpp94 TestBasename("", ".", -1, buf, 0, ERANGE); in TEST()
95 TestBasename("", ".", -1, buf, 1, ERANGE); in TEST()
113 TestDirname("", ".", -1, buf, 0, ERANGE); in TEST()
114 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()
95 ASSERT_EQ(ERANGE, errno); in TEST()
Dstdlib_test.cpp423 ASSERT_EQ(ERANGE, ptsname_r(fd, buf, sizeof(buf))); in TEST()
424 ASSERT_EQ(ERANGE, errno); in TEST()
464 ASSERT_EQ(ERANGE, ttyname_r(fd, buf, sizeof(buf))); in TEST()
465 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()
Dstrtoull.c99 errno = ERANGE; in strtoull()
Dstrtoul.c97 errno = ERANGE; in strtoul()
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()
143 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;
DstrtorQ.c81 errno = ERANGE;
Dgethex.c268 errno = ERANGE;
294 errno = ERANGE;
303 errno = ERANGE;
/bionic/libc/include/sys/
D_errdefs.h73 __BIONIC_ERRDEF( ERANGE , 34, "Math result not representable" )
/bionic/libc/dns/net/
Dgethnamaddr.c536 errno = ERANGE; in gethostbyname_r()
537 return ERANGE; /* Return error as in linux manual page. */ in gethostbyname_r()
558 errno = ERANGE; in gethostbyname2_r()
559 return ERANGE; in gethostbyname2_r()
857 errno = ERANGE; in gethostbyaddr_r()
858 return ERANGE; in gethostbyaddr_r()

12