Searched refs:ERANGE (Results 1 – 25 of 26) sorted by relevance
12
/bionic/tests/ |
D | libgen_test.cpp | 95 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()
|
D | getcwd_test.cpp | 48 ASSERT_EQ(ERANGE, errno); in TEST() 65 ASSERT_EQ(ERANGE, errno); in TEST()
|
D | stdlib_test.cpp | 311 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()
|
D | pthread_test.cpp | 327 ASSERT_EQ(ERANGE, pthread_setname_np(pthread_self(), "this name is far too long for linux")); in TEST()
|
/bionic/libc/bionic/ |
D | pty.cpp | 67 errno = ERANGE; in ptsname_r() 97 errno = ERANGE; in ttyname_r()
|
D | libgen.cpp | 81 errno = ERANGE; in basename_r() 140 errno = ERANGE; in dirname_r()
|
D | pthread_setname_np.cpp | 51 return ERANGE; in pthread_setname_np()
|
D | strerror_r.cpp | 58 errno_restorer.override(ERANGE); in strerror_r()
|
D | stubs.cpp | 86 return ERANGE; in do_getpw_r()
|
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | strtoll.c | 121 errno = ERANGE; in strtoll() 131 errno = ERANGE; in strtoll()
|
D | strtoimax.c | 119 errno = ERANGE; in strtoimax() 129 errno = ERANGE; in strtoimax()
|
D | strtol.c | 130 errno = ERANGE; in strtol() 140 errno = ERANGE; in strtol()
|
D | strtoul.c | 90 errno = ERANGE; in strtoul()
|
D | strtoull.c | 92 errno = ERANGE; in strtoull()
|
D | strtoumax.c | 90 errno = ERANGE; in strtoumax()
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | errno-base.h | 62 #define ERANGE 34 macro
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | _wcstol.h | 114 errno = ERANGE; in FUNCNAME() 124 errno = ERANGE; in FUNCNAME()
|
D | _wcstoul.h | 103 errno = ERANGE; in FUNCNAME()
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | strtof.c | 69 errno = ERANGE;
|
D | strtord.c | 59 errno = ERANGE;
|
D | strtorQ.c | 81 errno = ERANGE;
|
D | gethex.c | 268 errno = ERANGE; 294 errno = ERANGE; 303 errno = ERANGE;
|
D | strtodg.c | 300 errno = ERANGE; 1120 errno = ERANGE; 1131 errno = ERANGE; 1140 errno = ERANGE;
|
D | strtod.c | 495 errno = ERANGE; 1089 errno = ERANGE;
|
/bionic/libc/include/sys/ |
D | _errdefs.h | 73 __BIONIC_ERRDEF( ERANGE , 34, "Math result not representable" )
|
12