Searched refs:tar_getoctal (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/pax/ |
H A D | pax-tar.c | 490 tar_getoctal(const char* f, const char* p, size_t n, int z, void* r) function 554 if (tar_getoctal("mode", tar->header.mode, 7, sizeof(f->st->st_mode), &f->st->st_mode)) 556 if (tar_getoctal("uid", tar->header.uid, 7, sizeof(f->st->st_uid), &f->st->st_uid)) 558 if (tar_getoctal("gid", tar->header.gid, 7, sizeof(f->st->st_gid), &f->st->st_gid)) 560 if (tar_getoctal("mtime", tar->header.mtime, 11, sizeof(f->st->st_mtime), &f->st->st_mtime)) 562 if (tar_getoctal("chksum", tar->header.chksum, 7, sizeof(num), &num)) 575 if (!tar_getoctal("chksum", tar->header.chksum, 7, sizeof(num), &num) && tar_checksum(ap, 1, num)) 585 if (tar_getoctal("size", tar->header.size, 11, sizeof(f->st->st_size), &f->st->st_size)) 634 if (tar_getoctal("devmajor", tar->header.devmajor, 7, sizeof(i), &i)) 636 if (tar_getoctal("devmino [all...] |
Completed in 11 milliseconds