Home
last modified time | relevance | path

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

/dragonfly/bin/date/
H A Dvary.c56 static int adjhour(struct tm *, char, long, int);
65 adjhour(t, type == '-' ? type : '+', 1, 0); in domktime()
289 adjhour(struct tm *t, char type, long val, int mk) in adjhour() function
342 if (!adjhour(t, '+', (t->tm_min + val) / 60, 0)) in adjmin()
353 if (!adjhour(t, '-', val / 60, 0)) in adjmin()
357 if (!adjhour(t, '-', 1, 0)) in adjmin()
500 if (!adjhour(t, type, val, 1)) in vary_apply()
593 if (!adjhour(t, type, hr, 1)) in vary_apply()