Searched refs:pday (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/crypto/openssl/crypto/ |
| HD | o_time.c | 70 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/ |
| HD | OPENSSL_gmtime.pod | 15 int OPENSSL_gmtime_diff(int *pday, int *psec, 38 structures I<from> and I<to>. The difference in days is placed into I<*pday>,
|
| HD | ASN1_TIME_set.pod | 52 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/ |
| HD | a_time.c | 456 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/ |
| HD | crypto.h | 435 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
| HD | crypto.h.in | 412 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
| HD | asn1.h | 749 int ASN1_TIME_diff(int *pday, int *psec,
|
| HD | asn1.h.in | 630 int ASN1_TIME_diff(int *pday, int *psec,
|