Lines Matching refs:secs
211 relts_print(int secs)218 if (secs == 0) {222 if (secs < 0) {224 secs = -secs;226 while (secs > 0) {227 if (secs >= *s) {228 (void)printf("%d%s", secs / *s, *l);229 secs -= (secs / *s) * *s;