Searched defs:month (Results 1 - 3 of 3) 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
34 tm.tm_mon = month - 1;
/bind-9.11.3/lib/dns/
H A Dtime.c126 int year, month, day, hour, minute, second; local
148 &year, &month, &day, &hour, &minute, &second) != 6)
152 RANGE(1, 12, month);
153 RANGE(1, days[month - 1] +
154 ((month == 2 && is_leap(year)) ? 1 : 0), day);
172 for (i = 0; i < (month - 1); i++)
174 if (is_leap(year) && month > 2)
/bind-9.11.3/lib/isc/include/pkcs11/
H A Dpkcs11t.h575 CK_CHAR month[2]; /* the month ("01" - "12") */ member in struct:CK_DATE

Completed in 24 milliseconds