Searched refs:mday (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/usr.bin/at/
H A Dparsetime.c427 assign_date(struct tm *tm, long mday, long mon, long year) argument
455 (tm->tm_mon > mon ||(tm->tm_mon == mon && tm->tm_mday > mday)))
458 tm->tm_mday = mday;
479 long mday = 0, wday, mon; local
500 /* do month mday [year]
504 mday = atol(sc_token);
509 assign_date(tm, mday, mon, year);
519 mday = tm->tm_mday;
524 mday += 7 - (tm->tm_wday - wday);
526 mday
[all...]
/freebsd-10.1-release/tools/tools/netrate/tcpp/
H A Drunit.pl13 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
16 $date = sprintf("%04d%02d%02d", $year, $mon, $mday);
/freebsd-10.1-release/contrib/ntp/scripts/build/
H A DupdateBEDate26 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
39 printf { $OFILE } "%s-%s-%s %02d:%02d", $mday,$m_abbr[$mon],$year,$hour,$min;
/freebsd-10.1-release/contrib/dialog/
H A Dcalendar.c222 int mday; local
244 mday = ((6 + current->tm_mday - current->tm_wday) % 7) - 7;
245 if (mday <= -7)
246 mday += 7;
247 /* mday is now in the range -6 to 0. */
248 week = (current->tm_yday + 6 + mday - current->tm_mday) / 7;
250 for (y = 1; mday < last; y++) {
259 ++mday;
263 if (mday == day) {
268 if (mday >
[all...]
/freebsd-10.1-release/contrib/ntp/libparse/
H A Ddata_mbg.c142 tmp->mday = *(*buffpp)++;
268 tmp->year, tmp->month, tmp->mday,
/freebsd-10.1-release/contrib/ntp/scripts/monitoring/
H A Dntploopwatch1500 local($sec,$min,$hour,$mday,$mon,$year)
1557 $mday = $1;
1640 $mday = 1 if $last > $[ + 3;
1642 local($rtime) = &timelocal($sec,$min,$hour,$mday,$mon,$year, 0,0, 0);
1648 &timelocal($sec,$min,$hour,$mday,$mon,$year, 0,0, 1)
/freebsd-10.1-release/contrib/ntp/include/
H A Dmbg_gps166.h407 int8_t mday; ///< day of month, 1..31 member in struct:__anon8
/freebsd-10.1-release/crypto/openssl/util/
H A Dpod2man.pl302 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($secs);
305 return "$mday/$mname/$year";

Completed in 117 milliseconds