Searched defs:year (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/dns/tests/
H A Dupdate_test.c29 static void set_mystdtime(int year, int month, int day) { argument
33 tm.tm_year = year - 1900;
/bind-9.11.3/lib/dns/
H A Dtime.c106 * is defined, but even the current code is good until the year
126 int year, month, day, hour, minute, second; local
148 &year, &month, &day, &hour, &minute, &second) != 6)
151 RANGE(0, 9999, year);
154 ((month == 2 && is_leap(year)) ? 1 : 0), day);
174 if (is_leap(year) && month > 2)
176 if (year < 1970) {
177 for (i = 1969; i >= year; i--) {
182 for (i = 1970; i < year; i++) {
H A Dgen.c514 char year[11]; local
620 n = snprintf(year, sizeof(year), "-%d",
622 INSIST(n > 0 && (unsigned)n < sizeof(year));
624 snprintf(year, sizeof(year), "-2016");
627 snprintf(year, sizeof(year), "-2016");
631 fprintf(stdout, copyright, year);
/bind-9.11.3/lib/isc/include/pkcs11/
H A Dpkcs11t.h574 CK_CHAR year[4]; /* the year ("1900" - "9999") */ member in struct:CK_DATE

Completed in 30 milliseconds