Home
last modified time | relevance | path

Searched refs:EOVERFLOW (Results 1 - 25 of 165) sorted by relevance

1234567

/third_party/musl/src/time/
H A Dlocaltime_r.c10 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 Dgmtime_r.c7 errno = EOVERFLOW; in __gmtime_r()
H A Dtimegm.c10 errno = EOVERFLOW; in timegm()
H A Dmktime.c26 errno = EOVERFLOW; in mktime()
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dlocaltime_r.c10 errno = EOVERFLOW; in __localtime_r()
15 errno = EOVERFLOW; in __localtime_r()
H A Dgmtime_r.c7 errno = EOVERFLOW; in __gmtime_r()
H A Dmktime.c26 errno = EOVERFLOW; in mktime()
/third_party/ffmpeg/compat/msvcrt/
H A Dsnprintf.c31 #define EOVERFLOW EFBIG macro
55 return AVERROR(EOVERFLOW); in avpriv_vsnprintf()
/third_party/rust/crates/nix/src/
H A Derrno.rs498 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 Dasctime.c115 #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 Dasctime.c115 #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 Dtst_checkpoint.c92 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 D3-2.c100 EOVERFLOW, "EOVERFLOW", EOVERFLOW}, {
/third_party/musl/libc-test/src/functional/
H A Dtime.c79 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 Dlabel_support.c167 errno = EOVERFLOW; in digest_add_specfile()
199 errno = EOVERFLOW; in digest_add_specfile()
/third_party/musl/porting/linux/user/src/time/
H A Dgmtime_r.c22 errno = EOVERFLOW; in __gmtime_r()
/third_party/musl/compat/time32/
H A Dtime32gm.c11 errno = EOVERFLOW; in __time32gm()
H A Dmktime32.c11 errno = EOVERFLOW; in __mktime32()
H A Dtime32.c10 errno = EOVERFLOW; in __time32()
H A Dgettimeofday_time32.c13 errno = EOVERFLOW; in __gettimeofday_time32()
H A Dtimespec_get_time32.c12 errno = EOVERFLOW; in __timespec_get_time32()
H A Dclock_gettime32.c12 errno = EOVERFLOW; in __clock_gettime32()
H A Dftime32.c17 errno = EOVERFLOW; in __ftime32()
/third_party/musl/src/thread/
H A Dsem_post.c12 errno = EOVERFLOW; in sem_post()
/third_party/libuv/include/uv/
H A Derrno.h447 #if defined(EOVERFLOW) && !defined(_WIN32)
448 # define UV__EOVERFLOW UV__ERR(EOVERFLOW)

Completed in 7 milliseconds

1234567