Searched defs:gethdr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/btxld/
H A Dbtxld.c114 static void gethdr(int, struct hdr *);
216 gethdr(fdi[i], &ihdr);
226 gethdr(fdi[i], &ihdr);
325 gethdr(int fd, struct hdr *hdr) function
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c154 static int gethdr(void);
730 while ((i = gethdr()) != 0) {
2614 * prepended info size and original file size have been read in gethdr().
2713 /* We've already read the header in gethdr() */
4453 * gethdr: Get a header from the archive, validate it and check for the trailer.
4457 * examination of any part of the header cause gethdr to throw away any current
4459 * header cause gethdr to advance one byte and continue the examination.
4463 gethdr(void) function
6350 while (gethdr()) {

Completed in 242 milliseconds