/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | alltypes.h | 65 typedef _Int64 time_t; typedef 277 struct timeval { time_t tv_sec; suseconds_t tv_usec; }; 285 struct timespec { time_t tv_sec; long tv_nsec; };
|
/third_party/musl/src/misc/ |
H A D | ioctl.c | 31 #define new_misaligned(n) struct { int i; time_t t; char c[(n)-4]; } 110 int align = map->force_align ? sizeof(time_t) : alignof(time_t); in convert_ioctl_struct()
|
/third_party/python/Include/internal/ |
H A D | pycore_fileutils.h | 72 time_t st_atime; 74 time_t st_mtime; 76 time_t st_ctime;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
H A D | ieee802_1x_kay_i.h | 48 time_t expire; 138 time_t cak_life; 139 time_t mka_life;
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 45 pub type time_t = ::c_long; types 176 pub tv_sec: ::time_t, 236 pub st_atime : ::time_t, 237 pub st_mtime : ::time_t, 238 pub st_ctime : ::time_t, 250 pub tv_sec : ::time_t, 330 pub tv_sec: ::time_t, 1250 pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm; in gmtime_r() 1251 pub fn localtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm; in localtime_r() 1252 pub fn mktime(tm: *mut tm) -> time_t; in mktime() [all...] |
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | asn1.h | 579 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t); 580 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t, 583 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t); 587 time_t t); 589 time_t t, int offset_day, 626 ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t); 627 ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t, 636 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/curl/lib/ |
H A D | altsvc.c | 188 time_t expires = Curl_getdate_capped(date); in altsvc_add() 468 static time_t altsvc_debugtime(void *unused) in altsvc_debugtime() 474 return (time_t)val; in altsvc_debugtime() 537 time_t maxage = 24 * 3600; /* default is 24 hours */ in Curl_altsvc_parse() 690 time_t now = time(NULL); in Curl_altsvc_lookup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
H A D | wasm-runtime.cpp | 267 int env$$ctime(WasmPtr<time_t> Time) { in env$$ctime() 280 time_t env$$time(WasmPtr<time_t> Time) { in env$$time() 282 time_t *TimePtr = WASM_REF(time_t, Time); in env$$time()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
H A D | mod.rs | 22 pub st_atime: ::time_t, 24 pub st_mtime: ::time_t, 26 pub st_ctime: ::time_t, 44 pub st_atime: ::time_t, 46 pub st_mtime: ::time_t, 48 pub st_ctime: ::time_t,
|
/third_party/openssl/test/ |
H A D | drbgtest.c | 122 static time_t reseed_time(EVP_RAND_CTX *drbg) in reseed_time() 125 time_t t; in reseed_time() 189 time_t reseed_when in test_drbg_reseed() 192 time_t before_reseed, after_reseed; in test_drbg_reseed() 559 time_t before_reseed; in test_rand_reseed() 689 time_t start = time(NULL); in run_multi_thread_test()
|
/third_party/curl/packages/OS400/ |
H A D | ccsidcurl.h | 44 CURL_EXTERN time_t curl_getdate_ccsid(const char *p, const time_t *unused,
|
/third_party/curl/tests/libtest/ |
H A D | testtrace.c | 32 static time_t epoch_offset; /* for test time tracing */ 97 time_t secs; in libtest_debug_cb()
|
/third_party/alsa-lib/include/ |
H A D | global.h | 140 time_t tv_sec; /* seconds */ 145 time_t tv_sec; /* seconds */
|
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched_tc4.c | 149 start_time = time((time_t *) & timer_info); in main() 153 stop_time = time((time_t *) & timer_info); in main()
|
H A D | sched_tc5.c | 146 start_time = time((time_t *) & timer_info); in main() 151 stop_time = time((time_t *) & timer_info); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
H A D | 9-1.c | 55 time_t t1, t2; in child_process() 72 time_t t1, t2; in test_process()
|
/third_party/ltp/testcases/realtime/func/gtod_latency/ |
H A D | gtod_infinite.c | 110 time_t tt; in main() 182 tt = (time_t) ts.tv_sec; in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | utimes.c | 42 time_t t_mold, t_aold, t_now, t_new; in utimes_0100() 105 time_t t_mold, t_aold, t_now, t_new; in utimes_time64_0100()
|
/third_party/musl/libc-test/src/functional/ |
H A D | strftime.c | 125 if (sizeof(time_t) * CHAR_BIT >= 64) { in main() 175 if (sizeof(time_t) * CHAR_BIT >= 64) { in main()
|
H A D | utime64.c | 22 time_t t; in main() 65 if (TEST((time_t)(1LL<<32) == (1LL<<32), "implementation has Y2038 EOL\n")) { in main()
|
H A D | utime.c | 19 time_t t; in main() 62 if (TEST((time_t)(1LL<<32) == (1LL<<32), "implementation has Y2038 EOL\n")) { in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
H A D | gmtime_r_sup.c | 20 struct tm *__gmtime64_r (const time_t *__restrict, struct tm *__restrict); 467 static time_t gTime = 1659177614;
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | fileserver_example_external_select.c | 106 time_t end; in main() 107 time_t t; in main()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | date.c | 60 static void parse_date(char *str, time_t *t) in parse_date() 117 time_t t; in date_main()
|
/third_party/toybox/toys/lsb/ |
H A D | dmesg.c | 40 time_t tea; 81 time_t t = TT.tea+time_s; in format_message()
|