Searched refs:time_sec (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | o_time.c | 74 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 D | o_time.c | 74 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 D | tape.h | 51 uint32_t time_sec; member
|
H A D | iostat.h | 62 u_int32_t time_sec; member
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | krb5-v4compat.h | 125 uint32_t time_sec; /* Time ticket issued */ member
|
/netbsd-src/sys/kern/ |
H A D | subr_iostat.c | 442 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 D | dnstap.c | 283 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 D | unbound-dnstap-socket.c | 499 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 D | ts_rsp_sign.c | 821 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 D | dnstap.c | 708 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 D | ts_rsp_sign.c | 992 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()
|