Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dtar.c89 static int ascii_fits(unsigned long long val, int len) in ascii_fits() function
97 if (ascii_fits(val, len)) sprintf(str, "%0*llo", len-1, val); in itoo()
297 ascii_fits(st->st_uid, sizeof(hdr.uid))) in add_to_tar()
300 ascii_fits(st->st_gid, sizeof(hdr.gid))) in add_to_tar()