Searched refs:adjmon (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_chronolog.c235 int adjmon; local
260 adjmon = gmtp->tm_mon+1;
261 pp->day = ymd2yd (adjyear, adjmon, gmtp->tm_mday);
268 adjyear,adjmon,gmtp->tm_mday,pp->hour,pp->minute,
H A Drefclock_dumbclock.c246 int adjmon; local
304 adjmon = gmtp->tm_mon+1;
305 pp->day = ymd2yd (adjyear, adjmon, gmtp->tm_mday);
312 adjyear,adjmon,gmtp->tm_mday,pp->hour,pp->minute,
/freebsd-11.0-release/bin/date/
H A Dvary.c149 adjmon(struct tm *t, char type, int val, int istext, int mk) function
220 if (!adjmon(t, '+', 1, 0, 0))
233 if (!adjmon(t, '-', 1, 0, 0))
446 if (!adjmon(t, type, val, 1, 1))
480 if (!adjmon(t, type, val, 0, 1))

Completed in 103 milliseconds