Home
last modified time | relevance | path

Searched refs:wday (Results 1 – 22 of 22) sorted by relevance

/trueos/contrib/ntp/parseutil/
HDtestdcf.c55 long wday; member
251 clock_time->wday = ext_bf(buffer, DCF_DW); in convert_rawdcf()
299 static const char *wday[8] = variable
418 clock_time.wday = 0; in main()
459 clock_time.wday = 0; in main()
489 wday[clock_time.wday], in main()
HDdcfd.c205 long wday; /* Day of week: 1: Monday - 7: Sunday */ member
467 clock_time->wday = ext_bf(buffer, DCF_DW); in convert_rawdcf()
884 static const char *wday[8] = variable
1828 wday[clock_time.wday], in main()
/trueos/usr.bin/at/
HDparsetime.c479 long mday = 0, wday, mon; in month() local
517 wday = (sc_tokid-SUN); in month()
523 if (wday < tm->tm_wday) in month()
524 mday += 7 - (tm->tm_wday - wday); in month()
526 mday += (wday - tm->tm_wday); in month()
528 tm->tm_wday = wday; in month()
/trueos/crypto/heimdal/lib/roken/
HDstrftime.c137 int wday = (tm->tm_wday + 6) % 7; in week_number_mon() local
139 return (tm->tm_yday + 7 - (tm->tm_yday % 7 - wday + 7) % 7) / 7; in week_number_mon()
151 int wday = (tm->tm_wday + 6) % 7; in week_number_mon4() local
152 int w1day = (wday - tm->tm_yday % 7 + 7) % 7; in week_number_mon4()
/trueos/gnu/usr.bin/rcs/lib/
HDmaketime.c260 int localzone, wday; local
302 wday = tm.tm_wday;
308 if (r != -1 && TM_DEFINED(wday) && wday != tm.tm_wday)
/trueos/contrib/subversion/subversion/libsvn_subr/
HDtime.c137 char wday[4], month[4]; in svn_time_from_cstring() local
177 wday, in svn_time_from_cstring()
193 exploded_time.tm_wday = find_matching_string(wday, 7, apr_day_snames); in svn_time_from_cstring()
/trueos/sys/dev/mk48txx/
HDmk48txx.c80 uint8_t wday; in mk48txx_attach() local
130 wday = (*sc->sc_nvrd) in mk48txx_attach()
132 wday |= MK48TXX_WDAY_CEB; in mk48txx_attach()
134 (dev, sc->sc_clkoffset + MK48TXX_IWDAY, wday); in mk48txx_attach()
/trueos/lib/libc/stdtime/
HDstrftime.c160 "?" : tptr->wday[t->tm_wday],
382 int wday; local
388 wday = t->tm_wday;
401 bot = ((yday + 11 - wday) %
HDtimelocal.h45 const char *wday[7]; member
HDstrptime.c333 len = strlen(tptr->wday[i]); in _strptime()
334 if (strncasecmp_l(buf, tptr->wday[i], in _strptime()
/trueos/tools/tools/netrate/tcpp/
HDrunit.pl13 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
/trueos/etc/
HDcrontab8 #minute hour mday month wday who command
/trueos/contrib/tzcode/zic/
HDzic.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 = 0;
2590 if (--wday < 0)
[all …]
/trueos/contrib/ntp/ntpd/
HDrefclock_arc.c861 int i, n, wday, month, flags, status; in arc_receive() local
1153 || !get1(pp->a_lastcode + 7, &wday) in arc_receive()
1179 (wday < 1) || (wday > 7) || in arc_receive()
/trueos/lib/libc/locale/
HDnl_langinfo.c90 ret = (char*) __get_current_time_locale(loc)->wday[_REL(ABDAY_1)]; in nl_langinfo_l()
/trueos/crypto/openssl/util/
HDpod2man.pl302 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($secs);
/trueos/contrib/ntp/include/
HDmbg_gps166.h206 char wday; /* 0..6 == Sun..Sat */ member
/trueos/contrib/diff/lib/
HDstrftime.c310 iso_week_days (int yday, int wday) in iso_week_days() argument
315 - (yday - wday + ISO_WEEK1_WDAY + big_enough_multiple_of_7) % 7 in iso_week_days()
/trueos/contrib/ntp/libparse/
HDdata_mbg.c142 tmp->wday = *(*buffpp)++; in get_mbg_tm()
/trueos/contrib/sendmail/contrib/
HDmmuegel332 %Tags = ( '%a', q|($rep = $DoW[$wday])=~ s/^(...).*/\1/|, # abbr. weekday name - Sun to Sat
333 X '%A', q|$rep = $DoW[$wday]|, # full weekday name - Sunday to Saturday
362 X '%w', q|$rep = $wday; 1|, # day of week - Sunday = 0
376 X local($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst);
388 X ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) =
/trueos/sbin/launchd/
HDcore.c890 static time_t cronemu_wday(int wday, int hour, int min);
7924 cronemu_wday(int wday, int hour, int min) in cronemu_wday() argument
7936 if (wday == 7) { in cronemu_wday()
7937 wday = 0; in cronemu_wday()
7940 while (!(workingtm.tm_wday == wday && cronemu_hour(&workingtm, hour, min))) { in cronemu_wday()
/trueos/contrib/ntp/
HDCommitLog-4.1.05777 * parseutil/testdcf.c (wday): const keyword