Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dcpio.c573 devmajor = (dev_t)asc_ul(hd->c_maj, sizeof(hd->c_maj), HEX); in vcpio_rd()
576 devmajor = (dev_t)asc_ul(hd->c_rmaj, sizeof(hd->c_maj), HEX); in vcpio_rd()
739 ul_asc(MAJOR(arcn->sb.st_dev),hd->c_maj, sizeof(hd->c_maj), HEX) || in vcpio_wr()
741 ul_asc(MAJOR(arcn->sb.st_rdev),hd->c_rmaj,sizeof(hd->c_maj), HEX) || in vcpio_wr()
H A Dcpio.h135 char c_maj[8]; /* block/char major # */ member