Searched refs:day (Results 1 - 7 of 7) sorted by relevance

/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)
154 ((month == 2 && is_leap(year)) ? 1 : 0), day);
158 * arithmetic with day below).
160 RANGE(1, 31, day);
171 value = second + (60 * minute) + (3600 * hour) + ((day - 1) * 86400);
/bind-9.11.3/lib/isc/
H A Dtm.c67 static const char *day[7] = { variable
236 case 'A': /* The day of week, using the locale's form. */
241 len = strlen(day[i]);
242 if (strncasecmp(day[i], bp, len) == 0)
296 case 'd': /* The day of month. */
323 case 'j': /* The day of year. */
385 case 'w': /* The day of week, beginning on sunday. */
/bind-9.11.3/bin/tests/system/autosign/ns1/
H A Dkeygen.sh64 echo $zskactnowpub1d > ../activate-now-publish-1day.key
/bind-9.11.3/lib/dns/tests/
H A Dupdate_test.c29 static void set_mystdtime(int year, int month, int day) { argument
35 tm.tm_mday = day;
/bind-9.11.3/bin/tests/system/autosign/
H A Dclean.sh14 rm -f activate-now-publish-1day.key
H A Dtests.sh834 id=`sed 's/^K.+007+0*\([0-9]\)/\1/' < activate-now-publish-1day.key`
1165 # handle end of day roll over
/bind-9.11.3/lib/isc/include/pkcs11/
H A Dpkcs11t.h576 CK_CHAR day[2]; /* the day ("01" - "31") */ member in struct:CK_DATE

Completed in 30 milliseconds