/third_party/googletest/googletest/samples/ |
H A D | sample5_unittest.cc | 72 const time_t end_time = time(nullptr); 81 time_t start_time_;
|
/third_party/FreeBSD/sys/net/ |
H A D | ppp_defs.h | 157 time_t xmit_idle; /* time since last NP packet sent */ 158 time_t recv_idle; /* time since last NP packet received */
|
/third_party/musl/src/time/ |
H A D | timer_settime.c | 14 time_t is = val->it_interval.tv_sec, vs = val->it_value.tv_sec; in timer_settime() 18 || !IS32BIT(is) || !IS32BIT(vs) || (sizeof(time_t)>4 && old)) in timer_settime()
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-solaris.cc | 46 time_t tv = static_cast<time_t>(std::floor(time/msPerSecond)); in LocalTimezone()
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
H A D | gmtime_sup.c | 20 struct tm *__gmtime64(const time_t *); 467 static time_t gTime = 1659177614;
|
/third_party/musl/libc-test/src/functionalext/time/ |
H A D | localtime.c | 21 static time_t gTime = 1659177614; 25 extern struct tm *__localtime64 (const time_t *);
|
H A D | localtime_r.c | 21 static time_t gTime = 1659177614; 25 extern struct tm *__localtime64_r (const time_t *__restrict, struct tm *__restrict);
|
/third_party/node/deps/openssl/openssl/fuzz/ |
H A D | client.c | 36 time_t time(time_t *t) TIME_IMPL(t) in TIME_IMPL()
|
/third_party/openssl/fuzz/ |
H A D | client.c | 36 time_t time(time_t *t) TIME_IMPL(t) in TIME_IMPL()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | kernel_timeout.h | 146 int64_t{(std::numeric_limits<time_t>::max)()}); in MakeAbsTimespec() 147 abstime.tv_sec = static_cast<time_t>(seconds); in MakeAbsTimespec()
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress09.c | 82 extern time_t time(time_t *); 83 extern char *ctime(const time_t *); 127 time_t t; in main()
|
/third_party/openssl/ssl/ |
H A D | ssl_sess.c | 29 __owur static int sess_timedout(time_t t, SSL_SESSION *ss) in sess_timedout() 56 #ifdef __DJGPP__ /* time_t is unsigned on djgpp, it's signed anywhere else */ 57 # define TMAX(_type_) ((time_t)-1) 59 # define TMAX(_type_) ((time_t)(((_type_)-1) >> 1)) 64 time_t tmax = TMAX(_type_); \ 66 if ((_ss_)->timeout > (time_t)overflow) { \ 68 (_ss_)->calc_timeout = (_ss_)->timeout - (time_t)overflow; \ 81 if (sizeof(time_t) == 8) in ssl_session_calculate_timeout() 935 time_t new_timeout = (time_t) in SSL_SESSION_set_timeout() [all...] |
/third_party/curl/docs/examples/ |
H A D | synctime.c | 306 time_t tt; in main() 307 time_t tt_local; in main() 308 time_t tt_gmt; in main()
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
H A D | newfs_msdos.c | 51 static time_t 59 return (time_t)st.st_mtime; in get_tstamp() 65 return (time_t)l; in get_tstamp()
|
/third_party/libdrm/freedreno/ |
H A D | freedreno_priv.h | 79 time_t time; 110 drm_private void fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time); 173 time_t free_time; /* time when added to bucket-list */
|
/third_party/libwebsockets/lib/roles/http/ |
H A D | private-lib-roles-http.h | 114 time_t assigned; 339 lws_http_date_render_from_unix(char *buf, size_t len, const time_t *t); 342 lws_http_date_parse_unix(const char *b, size_t len, time_t *t);
|
/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,
|