Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dtime.c247 #define P2DIG(fp, i) (void)fprintf(fp, "%ld%ld", (i) / 10, (i) % 10) macro
259 P2DIG(cshout, i / 60); in psecs()
267 P2DIG(cshout, i); in psecs()
280 P2DIG(fp, i / 60); in pcsecs()
288 P2DIG(fp, i); in pcsecs()
290 P2DIG(fp, (l % 100)); in pcsecs()