Searched refs:itoo (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | tar.c | 96 static void itoo(char *str, int len, off_t val) in itoo() function 140 itoo(tmp.size, sizeof(tmp.size), sz); in write_longname() 145 itoo(tmp.chksum, sizeof(tmp.chksum)-1, sum); in write_longname() 195 itoo(hdr.mode, sizeof(hdr.mode), st->st_mode &07777); in add_file() 196 itoo(hdr.uid, sizeof(hdr.uid), st->st_uid); in add_file() 197 itoo(hdr.gid, sizeof(hdr.gid), st->st_gid); in add_file() 198 itoo(hdr.size, sizeof(hdr.size), 0); //set size later in add_file() 199 itoo(hdr.mtime, sizeof(hdr.mtime), st->st_mtime); in add_file() 211 itoo(hdr.size, sizeof(hdr.size), st->st_size); in add_file() 232 itoo(hdr.major, sizeof(hdr.major), dev_major(st->st_rdev)); in add_file() [all …]
|