Home
last modified time | relevance | path

Searched refs:time_sec (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Do_time.c74 int time_sec, time_year, time_month, time_day; in OPENSSL_gmtime_adj() local
78 if (!julian_adj(tm, off_day, offset_sec, &time_jd, &time_sec)) in OPENSSL_gmtime_adj()
94 tm->tm_hour = time_sec / 3600; in OPENSSL_gmtime_adj()
95 tm->tm_min = (time_sec / 60) % 60; in OPENSSL_gmtime_adj()
96 tm->tm_sec = time_sec % 60; in OPENSSL_gmtime_adj()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/
H A Do_time.c74 int time_sec, time_year, time_month, time_day; in OPENSSL_gmtime_adj() local
78 if (!julian_adj(tm, off_day, offset_sec, &time_jd, &time_sec)) in OPENSSL_gmtime_adj()
94 tm->tm_hour = time_sec / 3600; in OPENSSL_gmtime_adj()
95 tm->tm_min = (time_sec / 60) % 60; in OPENSSL_gmtime_adj()
96 tm->tm_sec = time_sec % 60; in OPENSSL_gmtime_adj()
/netbsd-src/sys/sys/
H A Dtape.h51 uint32_t time_sec; member
H A Diostat.h62 u_int32_t time_sec; member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkrb5-v4compat.h125 uint32_t time_sec; /* Time ticket issued */ member
/netbsd-src/sys/kern/
H A Dsubr_iostat.c442 sdrive.time_sec = stats->io_busytime.tv_sec; in sysctl_hw_iostats()
458 sdrive.time_sec = stats->io_busytime.tv_sec; in sysctl_hw_iostats()
/netbsd-src/external/bsd/unbound/dist/dnstap/
H A Ddnstap.c283 uint64_t *time_sec, protobuf_c_boolean *has_time_sec, in dt_fill_timeval() argument
287 *time_sec = tv->tv_sec; in dt_fill_timeval()
H A Dunbound-dnstap-socket.c499 static char* tv_to_str(protobuf_c_boolean has_time_sec, uint64_t time_sec, in tv_to_str() argument
506 if(has_time_sec) tv.tv_sec = time_sec; in tv_to_str()
513 (unsigned)time_sec, (unsigned)time_nsec, buf); in tv_to_str()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_rsp_sign.c821 time_t time_sec = (time_t)sec; in TS_RESP_set_genTime_with_precision() local
830 if ((tm = OPENSSL_gmtime(&time_sec, &tm_result)) == NULL) in TS_RESP_set_genTime_with_precision()
/netbsd-src/external/bsd/nsd/dist/dnstap/
H A Ddnstap.c708 uint64_t *time_sec, protobuf_c_boolean *has_time_sec, in dt_fill_timeval() argument
712 *time_sec = tv->tv_sec; in dt_fill_timeval()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ts/
H A Dts_rsp_sign.c992 time_t time_sec = (time_t)sec; in TS_RESP_set_genTime_with_precision() local
1001 if ((tm = OPENSSL_gmtime(&time_sec, &tm_result)) == NULL) in TS_RESP_set_genTime_with_precision()