Home
last modified time | relevance | path

Searched refs:gethdr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/btxld/
H A Dbtxld.c113 static void gethdr(int, struct hdr *);
231 gethdr(fdi[i], &ihdr); in btxld()
241 gethdr(fdi[i], &ihdr); in btxld()
337 gethdr(int fd, struct hdr *hdr) in gethdr() function
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c450 goto gethdr; in getvol()
473 goto gethdr; in getvol()
564 gethdr: in getvol()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c163 static int gethdr(void);
739 while ((i = gethdr()) != 0) { in main()
4471 gethdr(void) in gethdr() function
6361 while (gethdr()) { in scan4trail()