Home
last modified time | relevance | path

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

/coreutils/src/
Dfactor.c2415 char const *umaxstr = umaxtostr (i, buf); in lbuf_putint() local
2416 size_t width = sizeof (buf) - (umaxstr - buf) - 1; in lbuf_putint()
2422 memcpy (lbuf.end, umaxstr, width); in lbuf_putint()