Searched refs:time_sec (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/
H A Do_time.c74 int time_sec, time_year, time_month, time_day; local
78 if (!julian_adj(tm, off_day, offset_sec, &time_jd, &time_sec))
94 tm->tm_hour = time_sec / 3600;
95 tm->tm_min = (time_sec / 60) % 60;
96 tm->tm_sec = time_sec % 60;
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dkrb5-v4compat.h123 uint32_t time_sec; /* Time ticket issued */ member in struct:_krb5_krb_auth_data
/freebsd-12-stable/include/rpc/
H A Dauth_kerb.h75 unsigned long time_sec; /* Time ticket issued */ member in struct:authkerb_clnt_cred
/freebsd-12-stable/contrib/unbound/dnstap/
H A Ddnstap.c283 uint64_t *time_sec, protobuf_c_boolean *has_time_sec,
287 *time_sec = tv->tv_sec;
282 dt_fill_timeval(const struct timeval *tv, uint64_t *time_sec, protobuf_c_boolean *has_time_sec, uint32_t *time_nsec, protobuf_c_boolean *has_time_nsec) argument
H A Dunbound-dnstap-socket.c497 static char* tv_to_str(protobuf_c_boolean has_time_sec, uint64_t time_sec, argument
504 if(has_time_sec) tv.tv_sec = time_sec;
511 (unsigned)time_sec, (unsigned)time_nsec, buf);
/freebsd-12-stable/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c992 time_t time_sec = (time_t)sec; local
1001 if ((tm = OPENSSL_gmtime(&time_sec, &tm_result)) == NULL)

Completed in 178 milliseconds