Home
last modified time | relevance | path

Searched refs:a_tm (Results 1 – 25 of 33) sorted by relevance

12

/dports/ftp/puf/puf-1.0.0/src/
H A Dhttp_req.c103 struct tm *a_tm; in send_http_get() local
171 a_tm = gmtime(&(au->file_time)); in send_http_get()
172 strftime(tmp, SHORTSTR, "%a, %d %b %Y %T GMT", a_tm); in send_http_get()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dca.c2226 ASN1_UTCTIME *a_tm = NULL; in do_updatedb() local
2231 a_tm = ASN1_UTCTIME_new(); in do_updatedb()
2232 if (a_tm == NULL) in do_updatedb()
2236 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2237 ASN1_UTCTIME_free(a_tm); in do_updatedb()
2240 a_tm_s = app_malloc(a_tm->length + 1, "time string"); in do_updatedb()
2242 memcpy(a_tm_s, a_tm->data, a_tm->length); in do_updatedb()
2243 a_tm_s[a_tm->length] = '\0'; in do_updatedb()
2280 ASN1_UTCTIME_free(a_tm); in do_updatedb()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dca.c2226 ASN1_UTCTIME *a_tm = NULL; in do_updatedb() local
2231 a_tm = ASN1_UTCTIME_new(); in do_updatedb()
2232 if (a_tm == NULL) in do_updatedb()
2236 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2237 ASN1_UTCTIME_free(a_tm); in do_updatedb()
2240 a_tm_s = app_malloc(a_tm->length + 1, "time string"); in do_updatedb()
2242 memcpy(a_tm_s, a_tm->data, a_tm->length); in do_updatedb()
2243 a_tm_s[a_tm->length] = '\0'; in do_updatedb()
2280 ASN1_UTCTIME_free(a_tm); in do_updatedb()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dca.c2226 ASN1_UTCTIME *a_tm = NULL; in do_updatedb() local
2231 a_tm = ASN1_UTCTIME_new(); in do_updatedb()
2232 if (a_tm == NULL) in do_updatedb()
2236 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2237 ASN1_UTCTIME_free(a_tm); in do_updatedb()
2240 a_tm_s = app_malloc(a_tm->length + 1, "time string"); in do_updatedb()
2242 memcpy(a_tm_s, a_tm->data, a_tm->length); in do_updatedb()
2243 a_tm_s[a_tm->length] = '\0'; in do_updatedb()
2280 ASN1_UTCTIME_free(a_tm); in do_updatedb()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dca.c2226 ASN1_UTCTIME *a_tm = NULL; in do_updatedb() local
2231 a_tm = ASN1_UTCTIME_new(); in do_updatedb()
2232 if (a_tm == NULL) in do_updatedb()
2236 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2237 ASN1_UTCTIME_free(a_tm); in do_updatedb()
2240 a_tm_s = app_malloc(a_tm->length + 1, "time string"); in do_updatedb()
2242 memcpy(a_tm_s, a_tm->data, a_tm->length); in do_updatedb()
2243 a_tm_s[a_tm->length] = '\0'; in do_updatedb()
2280 ASN1_UTCTIME_free(a_tm); in do_updatedb()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/apps/
H A Dca.c2226 ASN1_UTCTIME *a_tm = NULL; in do_updatedb() local
2231 a_tm = ASN1_UTCTIME_new(); in do_updatedb()
2232 if (a_tm == NULL) in do_updatedb()
2236 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2237 ASN1_UTCTIME_free(a_tm); in do_updatedb()
2240 a_tm_s = app_malloc(a_tm->length + 1, "time string"); in do_updatedb()
2242 memcpy(a_tm_s, a_tm->data, a_tm->length); in do_updatedb()
2243 a_tm_s[a_tm->length] = '\0'; in do_updatedb()
2280 ASN1_UTCTIME_free(a_tm); in do_updatedb()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dca.c2226 ASN1_UTCTIME *a_tm = NULL; in do_updatedb() local
2231 a_tm = ASN1_UTCTIME_new(); in do_updatedb()
2232 if (a_tm == NULL) in do_updatedb()
2236 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2237 ASN1_UTCTIME_free(a_tm); in do_updatedb()
2240 a_tm_s = app_malloc(a_tm->length + 1, "time string"); in do_updatedb()
2242 memcpy(a_tm_s, a_tm->data, a_tm->length); in do_updatedb()
2243 a_tm_s[a_tm->length] = '\0'; in do_updatedb()
2280 ASN1_UTCTIME_free(a_tm); in do_updatedb()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dca.c2226 ASN1_UTCTIME *a_tm = NULL; in do_updatedb() local
2231 a_tm = ASN1_UTCTIME_new(); in do_updatedb()
2232 if (a_tm == NULL) in do_updatedb()
2236 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2237 ASN1_UTCTIME_free(a_tm); in do_updatedb()
2240 a_tm_s = app_malloc(a_tm->length + 1, "time string"); in do_updatedb()
2242 memcpy(a_tm_s, a_tm->data, a_tm->length); in do_updatedb()
2243 a_tm_s[a_tm->length] = '\0'; in do_updatedb()
2280 ASN1_UTCTIME_free(a_tm); in do_updatedb()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dca.c2226 ASN1_UTCTIME *a_tm = NULL; in do_updatedb() local
2231 a_tm = ASN1_UTCTIME_new(); in do_updatedb()
2232 if (a_tm == NULL) in do_updatedb()
2236 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2237 ASN1_UTCTIME_free(a_tm); in do_updatedb()
2240 a_tm_s = app_malloc(a_tm->length + 1, "time string"); in do_updatedb()
2242 memcpy(a_tm_s, a_tm->data, a_tm->length); in do_updatedb()
2243 a_tm_s[a_tm->length] = '\0'; in do_updatedb()
2280 ASN1_UTCTIME_free(a_tm); in do_updatedb()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dca.c2226 ASN1_UTCTIME *a_tm = NULL; in do_updatedb() local
2231 a_tm = ASN1_UTCTIME_new(); in do_updatedb()
2232 if (a_tm == NULL) in do_updatedb()
2236 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2237 ASN1_UTCTIME_free(a_tm); in do_updatedb()
2240 a_tm_s = app_malloc(a_tm->length + 1, "time string"); in do_updatedb()
2242 memcpy(a_tm_s, a_tm->data, a_tm->length); in do_updatedb()
2243 a_tm_s[a_tm->length] = '\0'; in do_updatedb()
2280 ASN1_UTCTIME_free(a_tm); in do_updatedb()
/dports/security/openssl-unsafe/openssl-c9ba19c/apps/
H A Dca.c2524 ASN1_UTCTIME *a_tm = NULL; in do_updatedb() local
2529 a_tm = ASN1_UTCTIME_new(); in do_updatedb()
2530 if (a_tm == NULL) in do_updatedb()
2534 a_tm = X509_gmtime_adj(a_tm, 0); in do_updatedb()
2535 a_tm_s = (char *)OPENSSL_malloc(a_tm->length + 1); in do_updatedb()
2541 memcpy(a_tm_s, a_tm->data, a_tm->length); in do_updatedb()
2542 a_tm_s[a_tm->length] = '\0'; in do_updatedb()
2581 ASN1_UTCTIME_free(a_tm); in do_updatedb()
/dports/security/openssl-legacy-static/openssl-1.0.2u/apps/
H A Dca.c2550 ASN1_UTCTIME *a_tm = NULL; in do_updatedb() local
2555 a_tm = ASN1_UTCTIME_new(); in do_updatedb()
2556 if (a_tm == NULL) in do_updatedb()
2560 a_tm = X509_gmtime_adj(a_tm, 0); in do_updatedb()
2561 a_tm_s = (char *)OPENSSL_malloc(a_tm->length + 1); in do_updatedb()
2567 memcpy(a_tm_s, a_tm->data, a_tm->length); in do_updatedb()
2568 a_tm_s[a_tm->length] = '\0'; in do_updatedb()
2607 ASN1_UTCTIME_free(a_tm); in do_updatedb()
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dca.c2226 ASN1_UTCTIME *a_tm = NULL; in do_updatedb() local
2231 a_tm = ASN1_UTCTIME_new(); in do_updatedb()
2232 if (a_tm == NULL) in do_updatedb()
2236 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2237 ASN1_UTCTIME_free(a_tm); in do_updatedb()
2240 a_tm_s = app_malloc(a_tm->length + 1, "time string"); in do_updatedb()
2242 memcpy(a_tm_s, a_tm->data, a_tm->length); in do_updatedb()
2243 a_tm_s[a_tm->length] = '\0'; in do_updatedb()
2280 ASN1_UTCTIME_free(a_tm); in do_updatedb()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dca.c2226 ASN1_TIME *a_tm = NULL; in do_updatedb() local
2230 a_tm = ASN1_TIME_new(); in do_updatedb()
2231 if (a_tm == NULL) in do_updatedb()
2235 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2236 ASN1_TIME_free(a_tm); in do_updatedb()
2249 ASN1_TIME_free(a_tm); in do_updatedb()
2254 ASN1_TIME_free(a_tm); in do_updatedb()
2259 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
2270 ASN1_TIME_free(a_tm); in do_updatedb()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Dca.c2282 ASN1_TIME *a_tm = NULL; in do_updatedb() local
2286 a_tm = ASN1_TIME_new(); in do_updatedb()
2287 if (a_tm == NULL) in do_updatedb()
2291 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2292 ASN1_TIME_free(a_tm); in do_updatedb()
2305 ASN1_TIME_free(a_tm); in do_updatedb()
2310 ASN1_TIME_free(a_tm); in do_updatedb()
2315 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
2326 ASN1_TIME_free(a_tm); in do_updatedb()
/dports/security/libressl-static/libressl-3.3.5/apps/openssl/
H A Dca.c2333 ASN1_UTCTIME *a_tm = NULL; in do_updatedb() local
2338 a_tm = ASN1_UTCTIME_new(); in do_updatedb()
2341 a_tm = X509_gmtime_adj(a_tm, 0); in do_updatedb()
2342 a_tm_s = malloc(a_tm->length + 1); in do_updatedb()
2347 memcpy(a_tm_s, a_tm->data, a_tm->length); in do_updatedb()
2348 a_tm_s[a_tm->length] = '\0'; in do_updatedb()
2387 ASN1_UTCTIME_free(a_tm); in do_updatedb()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/apps/
H A Dca.c2612 ASN1_UTCTIME *a_tm = NULL; in do_updatedb() local
2617 a_tm = ASN1_UTCTIME_new(); in do_updatedb()
2620 a_tm = X509_gmtime_adj(a_tm, 0); in do_updatedb()
2621 a_tm_s = (char *) OPENSSL_malloc(a_tm->length+1); in do_updatedb()
2628 memcpy(a_tm_s, a_tm->data, a_tm->length); in do_updatedb()
2629 a_tm_s[a_tm->length] = '\0'; in do_updatedb()
2676 ASN1_UTCTIME_free(a_tm); in do_updatedb()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/apps/
H A Dca.c2226 ASN1_TIME *a_tm = NULL; in do_updatedb() local
2230 a_tm = ASN1_TIME_new(); in do_updatedb()
2231 if (a_tm == NULL) in do_updatedb()
2235 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2236 ASN1_TIME_free(a_tm); in do_updatedb()
2249 ASN1_TIME_free(a_tm); in do_updatedb()
2254 ASN1_TIME_free(a_tm); in do_updatedb()
2259 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
2270 ASN1_TIME_free(a_tm); in do_updatedb()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dca.c2226 ASN1_TIME *a_tm = NULL; in do_updatedb() local
2230 a_tm = ASN1_TIME_new(); in do_updatedb()
2231 if (a_tm == NULL) in do_updatedb()
2235 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2236 ASN1_TIME_free(a_tm); in do_updatedb()
2249 ASN1_TIME_free(a_tm); in do_updatedb()
2254 ASN1_TIME_free(a_tm); in do_updatedb()
2259 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
2270 ASN1_TIME_free(a_tm); in do_updatedb()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/apps/
H A Dca.c2226 ASN1_TIME *a_tm = NULL; in do_updatedb() local
2230 a_tm = ASN1_TIME_new(); in do_updatedb()
2231 if (a_tm == NULL) in do_updatedb()
2235 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2236 ASN1_TIME_free(a_tm); in do_updatedb()
2249 ASN1_TIME_free(a_tm); in do_updatedb()
2254 ASN1_TIME_free(a_tm); in do_updatedb()
2259 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
2270 ASN1_TIME_free(a_tm); in do_updatedb()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Dca.c2282 ASN1_TIME *a_tm = NULL; in do_updatedb() local
2286 a_tm = ASN1_TIME_new(); in do_updatedb()
2287 if (a_tm == NULL) in do_updatedb()
2291 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2292 ASN1_TIME_free(a_tm); in do_updatedb()
2305 ASN1_TIME_free(a_tm); in do_updatedb()
2310 ASN1_TIME_free(a_tm); in do_updatedb()
2315 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
2326 ASN1_TIME_free(a_tm); in do_updatedb()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Dca.c2282 ASN1_TIME *a_tm = NULL; in do_updatedb() local
2286 a_tm = ASN1_TIME_new(); in do_updatedb()
2287 if (a_tm == NULL) in do_updatedb()
2291 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2292 ASN1_TIME_free(a_tm); in do_updatedb()
2305 ASN1_TIME_free(a_tm); in do_updatedb()
2310 ASN1_TIME_free(a_tm); in do_updatedb()
2315 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
2326 ASN1_TIME_free(a_tm); in do_updatedb()
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dca.c2226 ASN1_TIME *a_tm = NULL; in do_updatedb() local
2230 a_tm = ASN1_TIME_new(); in do_updatedb()
2231 if (a_tm == NULL) in do_updatedb()
2235 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2236 ASN1_TIME_free(a_tm); in do_updatedb()
2249 ASN1_TIME_free(a_tm); in do_updatedb()
2254 ASN1_TIME_free(a_tm); in do_updatedb()
2259 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
2270 ASN1_TIME_free(a_tm); in do_updatedb()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Dca.c2282 ASN1_TIME *a_tm = NULL; in do_updatedb() local
2286 a_tm = ASN1_TIME_new(); in do_updatedb()
2287 if (a_tm == NULL) in do_updatedb()
2291 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2292 ASN1_TIME_free(a_tm); in do_updatedb()
2305 ASN1_TIME_free(a_tm); in do_updatedb()
2310 ASN1_TIME_free(a_tm); in do_updatedb()
2315 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
2326 ASN1_TIME_free(a_tm); in do_updatedb()
/dports/lang/rust/rustc-1.58.1-src/vendor/openssl-src/openssl/apps/
H A Dca.c2226 ASN1_TIME *a_tm = NULL; in do_updatedb() local
2230 a_tm = ASN1_TIME_new(); in do_updatedb()
2231 if (a_tm == NULL) in do_updatedb()
2235 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2236 ASN1_TIME_free(a_tm); in do_updatedb()
2249 ASN1_TIME_free(a_tm); in do_updatedb()
2254 ASN1_TIME_free(a_tm); in do_updatedb()
2259 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
2270 ASN1_TIME_free(a_tm); in do_updatedb()

12