Home
last modified time | relevance | path

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

/coreutils/src/
Dpr.c1676 char secbuf[INT_BUFSIZE_BOUND (intmax_t)]; in init_header() local
1677 buf = xmalloc (sizeof secbuf + MAX (10, INT_BUFSIZE_BOUND (int))); in init_header()
1678 sprintf (buf, "%s.%09d", timetostr (t.tv_sec, secbuf), ns); in init_header()
Dstat.c662 char secbuf[INT_BUFSIZE_BOUND (intmax_t)]; in human_time() local
663 sprintf (str, "%s.%09d", timetostr (t.tv_sec, secbuf), ns); in human_time()