Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dcpio.h70 char c_namesize[6]; /* length of pathname */ member
139 char c_namesize[8]; /* length of pathname */ member
H A Dcpio.c309 if ((nsz = (int)asc_ul(hd->c_namesize,sizeof(hd->c_namesize),OCT)) < 2) in cpio_rd()
435 ul_asc(nsz, hd->c_namesize, sizeof(hd->c_namesize), OCT)) in cpio_wr()
585 if ((nsz = (int)asc_ul(hd->c_namesize,sizeof(hd->c_namesize),HEX)) < 2) in vcpio_rd()
743 ul_asc(nsz, hd->c_namesize, sizeof(hd->c_namesize), HEX)) in vcpio_wr()