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

/freebsd-11-stable/bin/date/
H A Dvary.c55 static int adjhour(struct tm *, char, int, int);
64 adjhour(t, type == '-' ? type : '+', 1, 0);
289 adjhour(struct tm *t, char type, int val, int mk) function
342 if (!adjhour(t, '+', (t->tm_min + val) / 60, 0))
353 if (!adjhour(t, '-', val / 60, 0))
357 if (!adjhour(t, '-', 1, 0))
465 if (!adjhour(t, type, val, 1))

Completed in 107 milliseconds