Searched refs:adjhour (Results 1 – 1 of 1) sorted by relevance
| /freebsd/bin/date/ |
| H A D | vary.c | 56 static int adjhour(struct tm *, char, int64_t, int); 65 adjhour(t, type == '-' ? type : '+', 1, 0); in domktime() 290 adjhour(struct tm *t, char type, int64_t val, int mk) in adjhour() function 343 if (!adjhour(t, '+', (t->tm_min + val) / 60, 0)) in adjmin() 354 if (!adjhour(t, '-', val / 60, 0)) in adjmin() 358 if (!adjhour(t, '-', 1, 0)) in adjmin() 466 if (!adjhour(t, type, val, 1)) in vary_apply()
|