Searched refs:ERANGE (Results 1 – 25 of 30) sorted by relevance
12
/bionic/tests/ |
D | libgen_test.cpp | 70 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()
|
D | getcwd_test.cpp | 48 ASSERT_EQ(ERANGE, errno); in TEST() 65 ASSERT_EQ(ERANGE, errno); in TEST()
|
D | string_posix_strerror_r_test.cpp | 61 ASSERT_EQ(ERANGE, errno); in TEST()
|
D | sys_xattr_test.cpp | 55 ASSERT_EQ(ERANGE, errno); in TEST() 96 ASSERT_EQ(ERANGE, errno); in TEST()
|
D | stdlib_test.cpp | 416 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()
|
D | netdb_test.cpp | 274 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/ |
D | strtoimax.c | 129 errno = ERANGE; in strtoimax() 139 errno = ERANGE; in strtoimax()
|
D | strtol.c | 129 errno = ERANGE; in strtol() 139 errno = ERANGE; in strtol()
|
D | strtoll.c | 132 errno = ERANGE; in strtoll() 142 errno = ERANGE; in strtoll()
|
D | strtoul.c | 97 errno = ERANGE; in strtoul()
|
D | strtoull.c | 99 errno = ERANGE; in strtoull()
|
D | strtoumax.c | 96 errno = ERANGE; in strtoumax()
|
/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/kernel/uapi/asm-generic/ |
D | errno-base.h | 62 #define ERANGE 34 macro
|
/bionic/libc/bionic/ |
D | libgen.cpp | 84 errno = ERANGE; in __basename_r() 148 errno = ERANGE; in __dirname_r()
|
D | pthread_setname_np.cpp | 51 return ERANGE; in pthread_setname_np()
|
D | pty.cpp | 75 errno = ERANGE; in ptsname_r() 106 errno = ERANGE; in ttyname_r()
|
D | strerror_r.cpp | 63 errno_restorer.override(ERANGE); in strerror_r()
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | strtof.c | 69 errno = ERANGE;
|
D | strtord.c | 59 errno = ERANGE;
|
D | gethex.c | 268 errno = ERANGE; 294 errno = ERANGE; 303 errno = ERANGE;
|
D | strtorQ.c | 81 errno = ERANGE;
|
/bionic/tests/libs/ |
D | bionic_tests_zipalign.cpp | 127 if ((alignment == ULONG_MAX && errno == ERANGE) || *end != '\0') { in main()
|
/bionic/libc/include/sys/ |
D | _errdefs.h | 73 __BIONIC_ERRDEF( ERANGE , 34, "Math result not representable" )
|
12