/third_party/musl/src/time/ |
H A D | localtime_r.c | 10 errno = EOVERFLOW; in __localtime_r() 15 errno = EOVERFLOW; in __localtime_r() 29 errno = EOVERFLOW; in localtime_noenv_r() 34 errno = EOVERFLOW; in localtime_noenv_r()
|
H A D | gmtime_r.c | 7 errno = EOVERFLOW; in __gmtime_r()
|
H A D | timegm.c | 10 errno = EOVERFLOW; in timegm()
|
H A D | mktime.c | 26 errno = EOVERFLOW; in mktime()
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
H A D | localtime_r.c | 10 errno = EOVERFLOW; in __localtime_r() 15 errno = EOVERFLOW; in __localtime_r()
|
H A D | gmtime_r.c | 7 errno = EOVERFLOW; in __gmtime_r()
|
H A D | mktime.c | 26 errno = EOVERFLOW; in mktime()
|
/third_party/ffmpeg/compat/msvcrt/ |
H A D | snprintf.c | 31 #define EOVERFLOW EFBIG macro 55 return AVERROR(EOVERFLOW); in avpriv_vsnprintf()
|
/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 498 EOVERFLOW => "Value too large for defined data type", 798 EOVERFLOW => "Value too large to be stored in data type", 1197 EOVERFLOW = libc::EOVERFLOW, 1342 libc::EOVERFLOW => EOVERFLOW, 1498 EOVERFLOW = libc::EOVERFLOW, 1616 libc::EOVERFLOW => EOVERFLOW, [all...] |
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | asctime.c | 115 #ifdef EOVERFLOW in asctime_r() 116 errno = EOVERFLOW; in asctime_r() 117 #else /* !defined EOVERFLOW */ in asctime_r() 119 #endif /* !defined EOVERFLOW */ in asctime_r()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | asctime.c | 115 #ifdef EOVERFLOW in asctime_r() 116 errno = EOVERFLOW; in asctime_r() 117 #else /* !defined EOVERFLOW */ in asctime_r() 119 #endif /* !defined EOVERFLOW */ in asctime_r()
|
/third_party/ltp/lib/ |
H A D | tst_checkpoint.c | 92 errno = EOVERFLOW; in tst_checkpoint_wait() 116 errno = EOVERFLOW; in tst_checkpoint_wake()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 100 EOVERFLOW, "EOVERFLOW", EOVERFLOW}, {
|
/third_party/musl/libc-test/src/functional/ |
H A D | time.c | 79 if (overflow && errno != EOVERFLOW) in tm2sec() 80 t_error("%s: mktime(%s) expected EOVERFLOW (%s), got (%s)\n", in tm2sec() 81 m, tm_str(*tm), strerror(EOVERFLOW), strerror(errno)); in tm2sec()
|
/third_party/selinux/libselinux/src/ |
H A D | label_support.c | 167 errno = EOVERFLOW; in digest_add_specfile() 199 errno = EOVERFLOW; in digest_add_specfile()
|
/third_party/musl/porting/linux/user/src/time/ |
H A D | gmtime_r.c | 22 errno = EOVERFLOW; in __gmtime_r()
|
/third_party/musl/compat/time32/ |
H A D | time32gm.c | 11 errno = EOVERFLOW; in __time32gm()
|
H A D | mktime32.c | 11 errno = EOVERFLOW; in __mktime32()
|
H A D | time32.c | 10 errno = EOVERFLOW; in __time32()
|
H A D | gettimeofday_time32.c | 13 errno = EOVERFLOW; in __gettimeofday_time32()
|
H A D | timespec_get_time32.c | 12 errno = EOVERFLOW; in __timespec_get_time32()
|
H A D | clock_gettime32.c | 12 errno = EOVERFLOW; in __clock_gettime32()
|
H A D | ftime32.c | 17 errno = EOVERFLOW; in __ftime32()
|
/third_party/musl/src/thread/ |
H A D | sem_post.c | 12 errno = EOVERFLOW; in sem_post()
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 447 #if defined(EOVERFLOW) && !defined(_WIN32) 448 # define UV__EOVERFLOW UV__ERR(EOVERFLOW)
|