Home
last modified time | relevance | path

Searched refs:c_filesize (Results 1 – 2 of 2) sorted by relevance

/openbsd/bin/pax/
H A Dcpio.c302 arcn->sb.st_size = (off_t)asc_ull(hd->c_filesize,sizeof(hd->c_filesize), in cpio_rd()
398 if (ull_asc(arcn->sb.st_size, hd->c_filesize, in cpio_wr()
399 sizeof(hd->c_filesize), OCT)) { in cpio_wr()
409 if (ul_asc(arcn->ln_nlen, hd->c_filesize, in cpio_wr()
410 sizeof(hd->c_filesize), OCT)) in cpio_wr()
417 if (ul_asc(0, hd->c_filesize, sizeof(hd->c_filesize), OCT)) in cpio_wr()
570 sizeof(hd->c_filesize), HEX); in vcpio_rd()
703 sizeof(hd->c_filesize), HEX)) { in vcpio_wr()
715 if (ul_asc(arcn->ln_nlen, hd->c_filesize, in vcpio_wr()
716 sizeof(hd->c_filesize), HEX)) in vcpio_wr()
[all …]
H A Dcpio.h71 char c_filesize[11]; /* length of file in bytes */ member
134 char c_filesize[8]; /* length of file in bytes */ member