Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dtar.c95 static void itoo(char *str, int len, off_t val) in itoo() function
139 itoo(tmp.size, sizeof(tmp.size), sz); in write_longname()
144 itoo(tmp.chksum, sizeof(tmp.chksum)-1, sum); in write_longname()
194 itoo(hdr.mode, sizeof(hdr.mode), st->st_mode &07777); in add_file()
195 itoo(hdr.uid, sizeof(hdr.uid), st->st_uid); in add_file()
196 itoo(hdr.gid, sizeof(hdr.gid), st->st_gid); in add_file()
197 itoo(hdr.size, sizeof(hdr.size), 0); //set size later in add_file()
198 itoo(hdr.mtime, sizeof(hdr.mtime), st->st_mtime); in add_file()
210 itoo(hdr.size, sizeof(hdr.size), st->st_size); in add_file()
231 itoo(hdr.major, sizeof(hdr.major), major(st->st_rdev)); in add_file()
[all …]