Home
last modified time | relevance | path

Searched refs:pday (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/crypto/openssl/crypto/
HDo_time.c70 long *pday, int *psec);
102 int OPENSSL_gmtime_diff(int *pday, int *psec, in OPENSSL_gmtime_diff() argument
123 if (pday) in OPENSSL_gmtime_diff()
124 *pday = (int)diff_day; in OPENSSL_gmtime_diff()
134 long *pday, int *psec) in julian_adj() argument
171 *pday = time_jd; in julian_adj()
/freebsd-14-stable/crypto/openssl/doc/man3/
HDOPENSSL_gmtime.pod15 int OPENSSL_gmtime_diff(int *pday, int *psec,
38 structures I<from> and I<to>. The difference in days is placed into I<*pday>,
HDASN1_TIME_set.pod52 int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from,
123 ASN1_TIME_diff() sets I<*pday> and I<*psec> to the time difference between
125 one or both (depending on the time difference) of I<*pday> and I<*psec>
127 one or both of I<*pday> and I<*psec> will be negative. If I<to> and I<from>
128 represent the same time then I<*pday> and I<*psec> will both be zero.
129 If both I<*pday> and I<*psec> are nonzero they will always have the same
/freebsd-14-stable/crypto/openssl/crypto/asn1/
HDa_time.c456 int ASN1_TIME_diff(int *pday, int *psec, in ASN1_TIME_diff() argument
465 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to); in ASN1_TIME_diff()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDcrypto.h435 int OPENSSL_gmtime_diff(int *pday, int *psec,
HDcrypto.h.in412 int OPENSSL_gmtime_diff(int *pday, int *psec,
HDasn1.h749 int ASN1_TIME_diff(int *pday, int *psec,
HDasn1.h.in630 int ASN1_TIME_diff(int *pday, int *psec,