Searched refs:months (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.1-release/contrib/ldns/
H A Dduration.c63 duration->months = 0;
90 if (d1->months != d2->months) {
91 return (int) (d1->months - d2->months);
146 duration->months = (time_t) atoi(str+1);
229 if (duration->months > 0) {
230 count = count + 1 + digits_in_number(duration->months);
265 if (duration->months > 0) {
266 count = digits_in_number(duration->months);
[all...]
/freebsd-10.1-release/contrib/ldns/ldns/
H A Dduration.h54 time_t months; member in struct:ldns_duration_struct
/freebsd-10.1-release/usr.bin/chpass/
H A Dutil.c60 static const char *months[] = variable
73 (void)sprintf(tbuf, "%s %d, %d", months[tp->tm_mon],
104 for (mp = months;; ++mp) {
108 month = mp - months + 1;
/freebsd-10.1-release/contrib/ntp/libntp/
H A Dhumandate.c31 tm->tm_mday, months[tm->tm_mon],
H A Dprettydate.c20 const char * const months[12] = { variable
191 daynames[jd.weekday], months[jd.month-1],
197 daynames[tm->tm_wday], months[tm->tm_mon],
/freebsd-10.1-release/usr.bin/calendar/
H A Ddates.c44 struct cal_month *months; member in struct:cal_year
125 pm = py->months;
145 py->months = pm;
243 m = y->months;
275 m = y->months;
311 m = y->months;
357 m = y->months;
380 m = y->months;
398 m = y->months;
423 m = y->months;
[all...]
H A Dcalendar.h144 extern const char *months[];
147 extern struct fixs fnmonths[13]; /* full national months names */
H A Dlocale.c56 const char *months[] = { variable
67 struct fixs fnmonths[13]; /* full national months names */
H A Dparsedata.c871 return (months[i - 1]);
906 for (i = 0; months[i] != NULL; i++) {
907 if (strncasecmp(s, months[i], 3) == 0) {
909 *month = months[i];
/freebsd-10.1-release/contrib/apr-util/misc/
H A Dapr_date.c151 static const int months[12] = local
246 if (mint == months[mon])
325 static const int months[12] = local
579 if (mint == months[mon])
/freebsd-10.1-release/usr.sbin/pw/
H A Dpsdate.c101 static char const *months[] = local
105 return aindex(months, str, 3);
162 * +nnnn[smhdwoy] Given time + nnnn hours, mins, days, weeks, months or years
163 * -nnnn[smhdwoy] Given time - nnnn hours, mins, days, weeks, months or years
209 case 'O': /* months */
/freebsd-10.1-release/contrib/libc++/src/
H A Dlocale.cpp4504 static string months[24]; local
4505 months[0] = "January";
4506 months[1] = "February";
4507 months[2] = "March";
4508 months[3] = "April";
4509 months[4] = "May";
4510 months[5] = "June";
4511 months[6] = "July";
4512 months[7] = "August";
4513 months[
4536 static wstring months[24]; local
4568 static const string* months = init_months(); local
4576 static const wstring* months = init_wmonths(); local
[all...]
/freebsd-10.1-release/contrib/ntp/include/
H A Dntp_calendar.h108 extern const char * const months[12];
183 ntpcal_days_in_months(int32_t /* months */);
186 * Convert ELAPSED years/months/days of gregorian calendar to elapsed
190 ntpcal_edate_to_eradays(int32_t /* years */, int32_t /* months */, int32_t /* mdays */);
199 * Convert ELAPSED years/months/days of gregorian calendar to elapsed
203 * even if months & days are off-scale.
206 ntpcal_edate_to_yeardays(int32_t /* years */, int32_t /* months */, int32_t /* mdays */);
238 * split the number of elapsed days into the number of elapsed months
/freebsd-10.1-release/sbin/dhclient/
H A Dparse.c435 static int months[11] = { 31, 59, 90, 120, 151, 181, local
564 (tm.tm_mon /* Days in months this year */
565 ? months[tm.tm_mon - 1]
/freebsd-10.1-release/contrib/bmake/
H A Dutil.c467 static char months[][4] = { local
505 s = snprintf(buf, len, "%s", months[tm->tm_mon]);
/freebsd-10.1-release/contrib/groff/src/preproc/refer/
H A Dref.cpp931 static const char *months[] = { local
954 for (unsigned int i = 0; i < sizeof(months)/sizeof(months[0]); i++) {
955 const char *q = months[i];
/freebsd-10.1-release/contrib/texinfo/makeinfo/
H A Dcmds.c585 static char *months[12] =
593 add_word_args ("%d %s %d", ts->tm_mday, _(months[ts->tm_mon]),
584 static char *months[12] = local
/freebsd-10.1-release/contrib/ntp/ntpq/
H A Dntpq.c2026 if (STREQ(buf, months[i]))
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Drefclock_oncore.c87 * can be 6months early. As such, we use the Bj command to turn on the
3166 d, months[mo-1], y, h, m, s, gmts, gmth, gmtm);
3401 * The event will usually be advertised several months in advance.
/freebsd-10.1-release/contrib/ntp/sntp/
H A Dconfigure24833 tm.tm_mon = 7; /* months since January [0, 11] */

Completed in 383 milliseconds