Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dcpio.h100 u_char h_namesize[2]; member
H A Dcpio.c858 nsz = (int)(RSHRT_EXT(hd->h_namesize)); in bcpio_rd()
873 nsz = (int)(SHRT_EXT(hd->h_namesize)); in bcpio_rd()
1059 hd->h_namesize[0] = CHR_WR_2(nsz); in bcpio_wr()
1060 hd->h_namesize[1] = CHR_WR_3(nsz); in bcpio_wr()
1061 if (nsz != (int)(SHRT_EXT(hd->h_namesize))) in bcpio_wr()