Home
last modified time | relevance | path

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

12

/bionic/tests/
Dlibgen_test.cpp95 TestBasename("", ".", -1, buf, 0, ERANGE); in TEST()
96 TestBasename("", ".", -1, buf, 1, ERANGE); in TEST()
114 TestDirname("", ".", -1, buf, 0, ERANGE); in TEST()
115 TestDirname("", ".", -1, buf, 1, ERANGE); in TEST()
Dgetcwd_test.cpp48 ASSERT_EQ(ERANGE, errno); in TEST()
65 ASSERT_EQ(ERANGE, errno); in TEST()
Dstdlib_test.cpp311 ASSERT_EQ(ERANGE, ptsname_r(fd, buf, sizeof(buf))); in TEST()
312 ASSERT_EQ(ERANGE, errno); in TEST()
352 ASSERT_EQ(ERANGE, ttyname_r(fd, buf, sizeof(buf))); in TEST()
353 ASSERT_EQ(ERANGE, errno); in TEST()
Dpthread_test.cpp327 ASSERT_EQ(ERANGE, pthread_setname_np(pthread_self(), "this name is far too long for linux")); in TEST()
/bionic/libc/bionic/
Dpty.cpp67 errno = ERANGE; in ptsname_r()
97 errno = ERANGE; in ttyname_r()
Dlibgen.cpp81 errno = ERANGE; in basename_r()
140 errno = ERANGE; in dirname_r()
Dpthread_setname_np.cpp51 return ERANGE; in pthread_setname_np()
Dstrerror_r.cpp58 errno_restorer.override(ERANGE); in strerror_r()
Dstubs.cpp86 return ERANGE; in do_getpw_r()
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dstrtoll.c121 errno = ERANGE; in strtoll()
131 errno = ERANGE; in strtoll()
Dstrtoimax.c119 errno = ERANGE; in strtoimax()
129 errno = ERANGE; in strtoimax()
Dstrtol.c130 errno = ERANGE; in strtol()
140 errno = ERANGE; in strtol()
Dstrtoul.c90 errno = ERANGE; in strtoul()
Dstrtoull.c92 errno = ERANGE; in strtoull()
Dstrtoumax.c90 errno = ERANGE; in strtoumax()
/bionic/libc/kernel/uapi/asm-generic/
Derrno-base.h62 #define ERANGE 34 macro
/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/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;
Dstrtodg.c300 errno = ERANGE;
1120 errno = ERANGE;
1131 errno = ERANGE;
1140 errno = ERANGE;
Dstrtod.c495 errno = ERANGE;
1089 errno = ERANGE;
/bionic/libc/include/sys/
D_errdefs.h73 __BIONIC_ERRDEF( ERANGE , 34, "Math result not representable" )

12