Lines Matching defs:day
45 * Compute the day of the week and the day of the year from the year, month
46 * and day. The day of the year is straightforward, the day of the week uses
62 /* March and onwards can be one day further into the year */
552 int day, sec;
560 if (!OPENSSL_gmtime_diff(&day, &sec, &ttm, &stm))
563 if (day > 0 || sec > 0)
565 if (day < 0 || sec < 0)
582 int day, sec;
584 if (!ASN1_TIME_diff(&day, &sec, b, a))
586 if (day > 0 || sec > 0)
588 if (day < 0 || sec < 0)