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

/freebsd-13-stable/usr.bin/at/
H A Dparsetime.c430 assign_date(struct tm *tm, long mday, long mon, long year) argument
458 (tm->tm_mon > mon ||(tm->tm_mon == mon && tm->tm_mday > mday)))
461 tm->tm_mday = mday;
482 long mday = 0, wday, mon; local
503 /* do month mday [year]
507 mday = atol(sc_token);
512 assign_date(tm, mday, mon, year);
522 mday = tm->tm_mday;
527 mday += 7 - (tm->tm_wday - wday);
529 mday
[all...]
/freebsd-13-stable/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-13-stable/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-13-stable/contrib/dialog/
H A Dcalendar.c377 int mday; local
401 mday = ((6 + current->tm_mday -
404 if (mday <= -MAX_DAYS)
405 mday += MAX_DAYS;
410 /* mday is now in the range -6 to 0. */
411 week = (current->tm_yday + 6 + mday - current->tm_mday) / MAX_DAYS;
414 for (y = 1; mday < last; y++) {
423 ++mday;
427 if (mday == day) {
432 if (mday >
[all...]
/freebsd-13-stable/contrib/ntp/libparse/
H A Ddata_mbg.c142 tmp->mday = *(*buffpp)++;
268 tmp->year, tmp->month, tmp->mday,
/freebsd-13-stable/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-13-stable/contrib/ntp/include/
H A Dmbg_gps166.h407 int8_t mday; ///< day of month, 1..31 member in struct:__anon5208

Completed in 138 milliseconds