Searched refs:c_filesize (Results 1 – 3 of 3) sorted by relevance
| /src/bin/pax/ |
| H A D | cpio.c | 295 arcn->sb.st_size = (off_t)asc_uqd(hd->c_filesize,sizeof(hd->c_filesize), in cpio_rd() 389 if (uqd_asc((u_quad_t)arcn->sb.st_size, hd->c_filesize, in cpio_wr() 390 sizeof(hd->c_filesize), OCT)) { in cpio_wr() 400 if (ul_asc((u_long)arcn->ln_nlen, hd->c_filesize, in cpio_wr() 401 sizeof(hd->c_filesize), OCT)) in cpio_wr() 408 if (ul_asc((u_long)0, hd->c_filesize, sizeof(hd->c_filesize), in cpio_wr() 568 arcn->sb.st_size = (off_t)asc_uqd(hd->c_filesize, in vcpio_rd() 569 sizeof(hd->c_filesize), HEX); in vcpio_rd() 702 if (uqd_asc((u_quad_t)arcn->sb.st_size, hd->c_filesize, in vcpio_wr() 703 sizeof(hd->c_filesize), HEX)) { in vcpio_wr() [all …]
|
| H A D | cpio.h | 68 char c_filesize[11]; /* length of file in bytes */ member 131 char c_filesize[8]; /* length of file in bytes */ member
|
| /src/contrib/file/magic/Magdir/ |
| H A D | archive | 399 # c_filesize[2]; size of pathname; most-significant 16 bits first like: 544
|