Searched refs:tm_wday (Results 26 - 50 of 70) sorted by relevance

123

/netbsd-6-1-5-RELEASE/usr.bin/at/
H A Dparsetime.c410 tm->tm_wday++;
473 tm->tm_wday++;
504 if (wday < tm->tm_wday)
505 mday += 7 - (tm->tm_wday - wday);
507 mday += (wday - tm->tm_wday);
509 tm->tm_wday = wday;
627 runtime.tm_wday++;
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Dpartime.c213 = t->tm.tm_year = t->tm.tm_wday = t->tm.tm_yday
594 s = parse_ranged (s, 1, 1, 7, &t->tm.tm_wday);
595 t->tm.tm_wday--;
599 if (!TM_DEFINED (t->tm.tm_wday = lookup (s, weekday_names)))
655 conflict (t->tm.tm_wday, u->tm.tm_yday) ||
673 merge_ (t->tm.tm_wday, u->tm.tm_yday)
H A Drcstime.c155 t.tm_wday = -1;
/netbsd-6-1-5-RELEASE/tests/lib/libc/time/
H A Dt_strptime.c44 int tm_mon, int tm_year, int tm_wday, int tm_yday)
68 H_REQUIRE_FIELD(tm_wday);
42 h_pass(const char *buf, const char *fmt, int len, int tm_sec, int tm_min, int tm_hour, int tm_mday, int tm_mon, int tm_year, int tm_wday, int tm_yday) argument
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Ddb.c84 t -> tm_wday, t -> tm_year + 1900,
101 t -> tm_wday, t -> tm_year + 1900,
117 t -> tm_wday, t -> tm_year + 1900,
128 t -> tm_wday, t -> tm_year + 1900,
139 t -> tm_wday, t -> tm_year + 1900,
544 t -> tm_wday, t -> tm_year + 1900,
555 t -> tm_wday, t -> tm_year + 1900,
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dstrftime.c400 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(ABDAY_1) + tp->tm_wday))
402 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(DAY_1) + tp->tm_wday))
416 # define f_wkday (weekday_name[tp->tm_wday])
1125 DO_NUMBER (1, (tp->tm_wday - 1 + 7) % 7 + 1);
1131 DO_NUMBER (2, (tp->tm_yday - tp->tm_wday + 7) / 7);
1148 int days = iso_week_days (tp->tm_yday, tp->tm_wday);
1155 tp->tm_wday);
1160 tp->tm_wday);
1195 DO_NUMBER (2, (tp->tm_yday - (tp->tm_wday - 1 + 7) % 7 + 7) / 7);
1201 DO_NUMBER (1, tp->tm_wday);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dstrftime.c498 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(ABDAY_1) + tp->tm_wday))
500 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(DAY_1) + tp->tm_wday))
514 # define f_wkday (weekday_name[tp->tm_wday])
1181 DO_NUMBER (1, (tp->tm_wday - 1 + 7) % 7 + 1);
1187 DO_NUMBER (2, (tp->tm_yday - tp->tm_wday + 7) / 7);
1196 int days = iso_week_days (tp->tm_yday, tp->tm_wday);
1203 tp->tm_wday);
1208 tp->tm_wday);
1234 DO_NUMBER (2, (tp->tm_yday - (tp->tm_wday - 1 + 7) % 7 + 7) / 7);
1240 DO_NUMBER (1, tp->tm_wday);
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/time/
H A Dstrptime.c172 bp = find_string(bp, &tm->tm_wday, _ctloc(day),
296 bp = conv_num(bp, &tm->tm_wday, 0, 6);
302 tm->tm_wday = i % 7;
H A Dzdump.c662 ** values in tm_wday or tm_mon, but since this code might be compiled
665 if (timeptr->tm_wday < 0 || timeptr->tm_wday >=
668 else wn = wday_name[timeptr->tm_wday];
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dcdf_time.c133 tm.tm_wday = 0;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dprettydate.c183 days[tm->tm_wday], months[tm->tm_mon],
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/noncompile/
H A D920923-1.c124 int tm_wday;int tm_yday;int tm_isdst;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/noncompile/
H A D920923-1.c124 int tm_wday;int tm_yday;int tm_isdst;
/netbsd-6-1-5-RELEASE/usr.bin/calendar/
H A Dcalendar.c233 offset = tp->tm_wday == 5 ? lookahead + weekend : lookahead;
300 if (flags & F_WILDMONTH && flags & F_ISDOW && day == tp->tm_wday + 1)
307 day == tp->tm_wday + 1)
311 day = tp->tm_mday + (((day - 1) - tp->tm_wday + 7) % 7);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/
H A Do_time.c211 &result->tm_wday, systime);
212 result->tm_wday %= 7;
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Drates.c490 for (hd = rates[rate_type][ptr->tm_wday]; hd; hd = hd->next)
498 ptr->tm_wday,
/netbsd-6-1-5-RELEASE/include/
H A Dtime.h82 int tm_wday; /* days since Sunday [0-6] */ member in struct:tm
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dformat.c584 tm->tm_wday = tmp_tm.tm_wday;
667 tm->tm_wday = tmp_tm.tm_wday;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/
H A Dtestsuite_hooks.cc322 tmp.tm_wday = wday;
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dloslib.c146 setfield(L, "wday", stm->tm_wday+1);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_nvram.c191 nvram->memory[nvram->addr_day] = hw_nvram_bcd(clock->tm_wday + 1);
/netbsd-6-1-5-RELEASE/games/dm/
H A Ddm.c173 if (strcasecmp(s_day, days[ct->tm_wday]))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/
H A Dtestsuite_hooks.cc328 tmp.tm_wday = wday;
/netbsd-6-1-5-RELEASE/usr.bin/newsyslog/
H A Dnewsyslog.c985 if (ul != tm.tm_wday) {
986 if (ul < tm.tm_wday) {
987 save = 6 - tm.tm_wday;
990 save = ul - tm.tm_wday;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_bancomm.c100 int32_t tm_wday; member in struct:stfp_tm

Completed in 185 milliseconds

123