Searched refs:adjhour (Results 1 – 1 of 1) sorted by relevance
/freebsd/bin/date/ |
H A D | vary.c | 54 static int adjhour(struct tm *, char, int64_t, int); 63 adjhour(t, type == '-' ? type : '+', 1, 0); in domktime() 288 adjhour(struct tm *t, char type, int64_t val, int mk) in adjhour() function 341 if (!adjhour(t, '+', (t->tm_min + val) / 60, 0)) in adjmin() 352 if (!adjhour(t, '-', val / 60, 0)) in adjmin() 356 if (!adjhour(t, '-', 1, 0)) in adjmin() 464 if (!adjhour(t, type, val, 1)) in vary_apply()
|