Searched refs:time_type (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/amd/rpcx/
H A Damq.x51 * The type time_type should correspond to the system time_t
53 typedef int64_t time_type;
63 time_type mt_mounttime; /* Mount time */
H A Damq.h25 typedef int64_t time_type; typedef
27 extern "C" bool_t xdr_time_type(XDR *, time_type *);
29 extern bool_t xdr_time_type(XDR *, time_type *);
40 time_type mt_mounttime;
H A Damq_xdr.c18 xdr_time_type(XDR *xdrs, time_type *objp)
/openbsd-current/usr.sbin/rpki-client/
H A Dcms.c68 int time_type = V_ASN1_UTCTIME; local
71 at = X509_ATTRIBUTE_get0_data(attr, 0, time_type, NULL);
74 time_type = V_ASN1_GENERALIZEDTIME;
75 at = X509_ATTRIBUTE_get0_data(attr, 0, time_type, NULL);

Completed in 67 milliseconds