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

/freebsd-11.0-release/bin/date/
H A Dvary.c334 adjmin(struct tm *t, char type, int val, int mk) function
383 if (!adjmin(t, '+', (t->tm_sec + val) / 60, 0))
394 if (!adjmin(t, '-', val / 60, 0))
398 if (!adjmin(t, '-', 1, 0))
461 if (!adjmin(t, type, val, 1))

Completed in 45 milliseconds