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

/freebsd-current/lib/libc/stdtime/
H A Dtimelocal.h45 const char *wday[7]; member in struct:lc_time_T
H A Dstrftime.c140 "?" : tptr->wday[t->tm_wday],
362 int wday; local
368 wday = t->tm_wday;
381 bot = ((yday + 11 - wday) %
H A Dstrptime.c333 len = strlen(tptr->wday[i]);
334 if (strncasecmp_l(buf, tptr->wday[i],
/freebsd-current/usr.bin/localedef/
H A Dtime.c129 add_list(tm.wday, str, 7);
168 if (tm.wday[6] != NULL)
209 free((char *)tm.wday[i]);
210 tm.wday[i] = NULL;
249 if (putl_category(tm.wday[i], f) == EOF) {
/freebsd-current/tools/tools/netrate/tcpp/
H A Drunit.pl12 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
/freebsd-current/contrib/ntp/parseutil/
H A Dtestdcf.c56 long wday; member in struct:clocktime
253 clock_time->wday = ext_bf(buffer, DCF_DW);
301 static const char *wday[8] = variable
420 clock_time.wday = 0;
461 clock_time.wday = 0;
491 wday[clock_time.wday],
H A Ddcfd.c205 long wday; /* Day of week: 1: Monday - 7: Sunday */ member in struct:clocktime
475 clock_time->wday = ext_bf(buffer, DCF_DW);
893 static const char *wday[8] = variable
1809 wday[clock_time.wday],
/freebsd-current/usr.bin/at/
H A Dparsetime.c480 long mday = 0, wday, mon; local
518 wday = (sc_tokid-SUN);
524 if (wday < tm->tm_wday)
525 mday += 7 - (tm->tm_wday - wday);
527 mday += (wday - tm->tm_wday);
529 tm->tm_wday = wday;
/freebsd-current/contrib/ntp/scripts/build/
H A DupdateBEDate26 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
/freebsd-current/crypto/heimdal/lib/roken/
H A Dstrftime.c137 int wday = (tm->tm_wday + 6) % 7; local
139 return (tm->tm_yday + 7 - (tm->tm_yday % 7 - wday + 7) % 7) / 7;
151 int wday = (tm->tm_wday + 6) % 7; local
152 int w1day = (wday - tm->tm_yday % 7 + 7) % 7;
/freebsd-current/contrib/tzcode/
H A Dstrftime.c49 const char * wday[DAYSPERWEEK]; member in struct:lc_time_T
185 "?" : Locale->wday[t->tm_wday],
397 int wday; local
403 wday = t->tm_wday;
416 bot = ((yday + 11 - wday) %
H A Dzic.c2975 register int wday = rp->r_wday; local
2982 wday -= wdayoff;
2992 wday -= wdayoff;
2997 if (wday < 0)
2998 wday += DAYSPERWEEK;
3000 rp->r_month + 1, week, wday);
3901 zic_t wday = ((EPOCH_WDAY + dayoff % DAYSPERWEEK + DAYSPERWEEK) local
3903 while (wday != rp->r_wday)
3906 if (++wday >= DAYSPERWEEK)
3907 wday
[all...]
/freebsd-current/lib/libc/locale/
H A Dnl_langinfo.c103 ret = (char*) __get_current_time_locale(loc)->wday[_REL(ABDAY_1)];
/freebsd-current/sys/dev/iicbus/rtc/
H A Dds13rtc.c158 uint8_t sec, min, hour, wday, day, month, year; member in struct:time_regs
448 tregs.wday = bct.dow;
H A Dnxprtc.c198 uint8_t sec, min, hour, day, wday, month, year; member in struct:time_regs
857 tregs.wday = bct.dow;
/freebsd-current/contrib/netbsd-tests/dev/clock_subr/
H A Dt_clock_subr.c294 CHECK_FIELD(wday);
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_arc.c880 int i, wday, month, flags, status; local
1172 || !get1(pp->a_lastcode + 7, &wday)
1198 (wday < 1) || (wday > 7) ||
/freebsd-current/contrib/ntp/include/
H A Dmbg_gps166.h409 int8_t wday; ///< day of week, 0..6 == Sun..Sat member in struct:__anon5273
/freebsd-current/contrib/ntp/libparse/
H A Ddata_mbg.c144 tmp->wday = *(*buffpp)++;
/freebsd-current/contrib/diff/lib/
H A Dstrftime.c310 iso_week_days (int yday, int wday) argument
315 - (yday - wday + ISO_WEEK1_WDAY + big_enough_multiple_of_7) % 7

Completed in 198 milliseconds