Searched refs:secbuf (Results 1 – 2 of 2) sorted by relevance
1676 char secbuf[INT_BUFSIZE_BOUND (intmax_t)]; in init_header() local1677 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()
662 char secbuf[INT_BUFSIZE_BOUND (intmax_t)]; in human_time() local663 sprintf (str, "%s.%09d", timetostr (t.tv_sec, secbuf), ns); in human_time()