Searched refs:formatted (Results 1 – 4 of 4) sorted by relevance
/busybox-1.35.0/archival/libarchive/ |
D | get_header_ar.c | 35 struct ar_header formatted; in get_header_ar() member 55 if (ar.formatted.magic[0] != '`' || ar.formatted.magic[1] != '\n') in get_header_ar() 63 typed->size = size = read_num(ar.formatted.size, 10, in get_header_ar() 64 sizeof(ar.formatted.size)); in get_header_ar() 67 if (ar.formatted.name[0] == '/') { in get_header_ar() 68 if (ar.formatted.name[1] == ' ') { in get_header_ar() 75 if (ar.formatted.name[1] == '/') { in get_header_ar() 100 typed->mode = read_num(ar.formatted.mode, 8, sizeof(ar.formatted.mode)) | S_IFREG; in get_header_ar() 101 typed->gid = read_num(ar.formatted.gid, 10, sizeof(ar.formatted.gid)); in get_header_ar() 102 typed->uid = read_num(ar.formatted.uid, 10, sizeof(ar.formatted.uid)); in get_header_ar() [all …]
|
D | decompress_gunzip.c | 1150 } PACKED formatted; in check_header_gzip() member 1169 if (header.formatted.gz_method != 8) { in check_header_gzip() 1173 if (header.formatted.flags & 0x04) { in check_header_gzip() 1189 if (header.formatted.flags & 0x18) { in check_header_gzip() 1195 if ((header.formatted.flags & 0x18) != 0x18) in check_header_gzip() 1197 header.formatted.flags &= ~0x18; in check_header_gzip() 1201 xstate->mtime = SWAP_LE32(header.formatted.mtime); in check_header_gzip() 1204 if (header.formatted.flags & 0x02) { in check_header_gzip()
|
/busybox-1.35.0/docs/ |
D | tar_pax.txt | 84 The group of the file(s), formatted as a group name in the 158 The owner of the following file(s), formatted as a user name 188 Time records shall be formatted as a decimal representation of the
|
/busybox-1.35.0/examples/bootfloppy/ |
D | bootfloppy.txt | 122 - Copy the root file system you made onto the MSDOS formatted floppy
|