Searched refs:c_filesize (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/bin/pax/ |
| H A D | cpio.c | 301 arcn->sb.st_size = (off_t)asc_uqd(hd->c_filesize,sizeof(hd->c_filesize), in cpio_rd() 396 sizeof(hd->c_filesize), OCT)) { in cpio_wr() 406 if (ul_asc((u_long)arcn->ln_nlen, hd->c_filesize, in cpio_wr() 407 sizeof(hd->c_filesize), OCT)) in cpio_wr() 414 if (ul_asc((u_long)0, hd->c_filesize, sizeof(hd->c_filesize), in cpio_wr() 574 arcn->sb.st_size = (off_t)asc_uqd(hd->c_filesize, in vcpio_rd() 575 sizeof(hd->c_filesize), HEX); in vcpio_rd() 709 sizeof(hd->c_filesize), HEX)) { in vcpio_wr() 721 if (ul_asc((u_long)arcn->ln_nlen, hd->c_filesize, in vcpio_wr() 722 sizeof(hd->c_filesize), HEX)) in vcpio_wr() [all …]
|
| H A D | cpio.h | 70 char c_filesize[11]; /* length of file in bytes */ member 133 char c_filesize[8]; /* length of file in bytes */ member
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | archive | 266 # c_filesize[2]; size of pathname; most-significant 16 bits first like: 544
|