Home
last modified time | relevance | path

Searched refs:time_t (Results 926 - 950 of 1656) sorted by relevance

1...<<31323334353637383940>>...67

/third_party/openssl/crypto/
H A Do_time.c14 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result) in OPENSSL_gmtime()
/third_party/openssl/crypto/x509/
H A Dx509_local.h23 time_t check_time; /* Time to use */
H A Dx509_vfy.c1007 time_t *ptime; in check_crl_time()
1717 time_t *ptime; in ossl_x509_check_cert_time()
1858 int X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time) in X509_cmp_time()
1935 time_t ref_time; in X509_cmp_timeframe()
1936 time_t *time = NULL; in X509_cmp_timeframe()
1958 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long offset_sec, time_t *in_tm) in X509_time_adj()
1964 int offset_day, long offset_sec, time_t *in_tm) in X509_time_adj_ex()
1966 time_t t; in X509_time_adj_ex()
2505 time_t t) in X509_STORE_CTX_set_time()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H A Dtest_empty_response.c76 time_t start; in testInternalSelectGet()
H A Dtest_https_get_select.c90 time_t start; in testExternalGet()
/third_party/toybox/toys/other/
H A Dwatch.c103 time_t t = time(0); in watch_main()
/third_party/python/Modules/
H A Dxxsubtype.c240 time_t t0 = 0, t1 = 0; in spam_bench()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Daarch64.rs5 pub type time_t = i64; types
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dasn1.rs80 pub fn ASN1_TIME_set(from: *mut ASN1_TIME, to: time_t) -> *mut ASN1_TIME; in ASN1_TIME_set()
H A Dx509_vfy.rs99 pub fn X509_VERIFY_PARAM_set_time(param: *mut X509_VERIFY_PARAM, t: time_t); in X509_VERIFY_PARAM_set_time()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs13 pub type time_t = i64; types
149 pub st_atime: ::time_t,
151 pub st_mtime: ::time_t,
153 pub st_ctime: ::time_t,
239 pub shm_atime: ::time_t,
240 pub shm_dtime: ::time_t,
241 pub shm_ctime: ::time_t,
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_vfy.c1007 time_t *ptime; in check_crl_time()
1715 time_t *ptime; in ossl_x509_check_cert_time()
1856 int X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time) in X509_cmp_time()
1933 time_t ref_time; in X509_cmp_timeframe()
1934 time_t *time = NULL; in X509_cmp_timeframe()
1956 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long offset_sec, time_t *in_tm) in X509_time_adj()
1962 int offset_day, long offset_sec, time_t *in_tm) in X509_time_adj_ex()
1964 time_t t; in X509_time_adj_ex()
2503 time_t t) in X509_STORE_CTX_set_time()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_scan_config.cpp154 void WifiScanConfig::SetStaCurrentTime(time_t time) in SetStaCurrentTime()
160 time_t WifiScanConfig::GetStaCurrentTime() in GetStaCurrentTime()
H A Dwifi_config_center.h126 time_t GetUserLastSelectedNetworkTimeVal(int instId = 0);
355 std::map<int, time_t> mLastSelectedTimeVal;
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp87 std::map<int, time_t> sceneMap; in ScanInterfaceFuzzTest()
175 time_t now = time(nullptr); in StoreRequestScanConfigFuzzTest()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dstore_factory_test.cpp109 constexpr uint32_t DATE_FILE_LENGTH = sizeof(time_t) / sizeof(uint8_t); in GetDate()
112 timePoint = std::chrono::system_clock::from_time_t(*reinterpret_cast<time_t *>(const_cast<uint8_t *>(&date[0]))); in GetDate()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_rekey_test.cpp141 constexpr uint32_t dateFileLength = sizeof(time_t) / sizeof(uint8_t); in GetKeyFileDate()
144 timePoint = std::chrono::system_clock::from_time_t(*reinterpret_cast<time_t *>(const_cast<uint8_t *>(&date[0]))); in GetKeyFileDate()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c49 time_t now; in err_msg()
617 time_t now; in main()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c48 time_t now; in err_msg()
616 time_t now; in main()
/kernel/liteos_a/syscall/
H A Dlos_syscall.h191 extern time_t SysTime(time_t *tloc);
/third_party/eudev/src/shared/
H A Dlog.c316 time_t t; in write_to_syslog()
325 t = (time_t) (now(CLOCK_REALTIME) / USEC_PER_SEC); in write_to_syslog()
/third_party/ffmpeg/libavformat/
H A Ddvenc.c75 static void brktimegm(time_t secs, struct tm *tm) in brktimegm()
100 time_t ct; in dv_write_pack()
/third_party/glfw/deps/
H A Dtinycthread.c26 * Added casts from time_t to DWORD to avoid warnings on VC++.
583 ts->tv_sec = (time_t)tb.time; in _tthread_clock_gettime()
588 ts->tv_sec = (time_t)tv.tv_sec; in _tthread_clock_gettime()
/third_party/curl/lib/
H A Dcurl_ntlm_core.c458 /* Convert a time_t to an MS FILETIME (MS-DTYP section 2.3.3). */
459 static void time2filetime(struct ms_filetime *ft, time_t t) in time2filetime()
583 time2filetime(&tw, (time_t) 0); in Curl_ntlm_core_mk_ntlmv2_resp()
H A Dfile.c450 time_t filetime; in file_do()
470 filetime = (time_t)statbuf.st_mtime; in file_do()

Completed in 26 milliseconds

1...<<31323334353637383940>>...67