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

/freebsd-11-stable/lib/libc/stdtime/
H A Dtimelocal.h45 const char *wday[7]; member in struct:lc_time_T
H A Dstrftime.c155 "?" : tptr->wday[t->tm_wday],
377 int wday; local
383 wday = t->tm_wday;
396 bot = ((yday + 11 - wday) %
H A Dstrptime.c332 len = strlen(tptr->wday[i]);
333 if (strncasecmp_l(buf, tptr->wday[i],
/freebsd-11-stable/usr.bin/localedef/
H A Dtime.c131 add_list(tm.wday, str, 7);
170 if (tm.wday[6] != NULL)
211 free((char *)tm.wday[i]);
212 tm.wday[i] = NULL;
251 if (putl_category(tm.wday[i], f) == EOF) {
/freebsd-11-stable/tools/tools/netrate/tcpp/
H A Drunit.pl13 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
/freebsd-11-stable/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
1805 wday[clock_time.wday],
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtime.c141 char wday[4], month[4];
181 wday,
197 exploded_time.tm_wday = find_matching_string(wday, 7, apr_day_snames);
139 char wday[4], month[4]; local
/freebsd-11-stable/usr.bin/at/
H A Dparsetime.c482 long mday = 0, wday, mon; local
520 wday = (sc_tokid-SUN);
526 if (wday < tm->tm_wday)
527 mday += 7 - (tm->tm_wday - wday);
529 mday += (wday - tm->tm_wday);
531 tm->tm_wday = wday;
/freebsd-11-stable/contrib/ntp/scripts/build/
H A DupdateBEDate26 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
/freebsd-11-stable/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-11-stable/gnu/usr.bin/rcs/lib/
H A Dmaketime.c133 * plus adjust wday if it is defined.
260 int localzone, wday; local
302 wday = tm.tm_wday;
308 if (r != -1 && TM_DEFINED(wday) && wday != tm.tm_wday)
/freebsd-11-stable/sys/dev/mk48txx/
H A Dmk48txx.c80 uint8_t wday; local
130 wday = (*sc->sc_nvrd)
132 wday |= MK48TXX_WDAY_CEB;
134 (dev, sc->sc_clkoffset + MK48TXX_IWDAY, wday);
/freebsd-11-stable/lib/libc/locale/
H A Dnl_langinfo.c104 ret = (char*) __get_current_time_locale(loc)->wday[_REL(ABDAY_1)];
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzic.c2568 register long wday; local
2571 wday = eitol(EPOCH_WDAY);
2576 wday = (wday + dayoff) % LDAYSPERWEEK;
2578 wday -= ((-dayoff) % LDAYSPERWEEK);
2579 if (wday < 0)
2580 wday += LDAYSPERWEEK;
2582 while (wday != eitol(rp->r_wday))
2585 if (++wday >= LDAYSPERWEEK)
2586 wday
[all...]
/freebsd-11-stable/sys/dev/iicbus/
H A Dds13rtc.c159 uint8_t sec, min, hour, wday, day, month, year; member in struct:time_regs
449 tregs.wday = bct.dow;
H A Dnxprtc.c182 uint8_t sec, min, hour, day, wday, month, year; member in struct:time_regs
670 tregs.wday = bct.dow;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_arc.c877 int i, n, wday, month, flags, status; local
1169 || !get1(pp->a_lastcode + 7, &wday)
1195 (wday < 1) || (wday > 7) ||
/freebsd-11-stable/contrib/netbsd-tests/dev/clock_subr/
H A Dt_clock_subr.c294 CHECK_FIELD(wday);
/freebsd-11-stable/contrib/ntp/include/
H A Dmbg_gps166.h409 int8_t wday; ///< day of week, 0..6 == Sun..Sat member in struct:__anon4757
/freebsd-11-stable/contrib/ntp/libparse/
H A Ddata_mbg.c144 tmp->wday = *(*buffpp)++;
/freebsd-11-stable/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
/freebsd-11-stable/crypto/openssl/util/
H A Dpod2man.pl302 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($secs);

Completed in 194 milliseconds