Lines Matching +full:fractional +full:- +full:n
17 ASN1_TIME_dup, ASN1_UTCTIME_dup, ASN1_GENERALIZEDTIME_dup - ASN.1 Time functions
108 returns an error. The output for generalized time may include a fractional part
119 a format check on I<s> only. If I<s> is in Generalized format with fractional
120 seconds, e.g. YYYYMMDDHHMMSS.SSSZ, the fractional seconds will be lost while
222 passed-in time structure has invalid syntax, for example.
224 ASN1_TIME_cmp_time_t() and ASN1_UTCTIME_cmp_time_t() return -1 if I<s> is
225 before I<t>, 0 if I<s> equals I<t>, or 1 if I<s> is after I<t>. -2 is returned
228 ASN1_TIME_compare() returns -1 if I<a> is before I<b>, 0 if I<a> equals I<b>,
229 or 1 if I<a> is after I<b>. -2 is returned on error.
263 printf("Later\n");
265 printf("Sooner\n");
267 printf("Same\n");
279 Copyright 2015-2025 The OpenSSL Project Authors. All Rights Reserved.