Searched refs:_CAT_HDR_SIZE (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dcatgets.c79 + _CAT_HDR_SIZE
88 + _CAT_HDR_SIZE
93 + _CAT_HDR_SIZE
/opensolaris-onvv-gate/usr/src/head/
H A Dnl_types.h47 #define _CAT_HDR_SIZE sizeof (struct _cat_hdr) macro
/opensolaris-onvv-gate/usr/src/cmd/gencat/
H A Dgencat.c531 i = read_block(fd, (char *) &hdr, _CAT_HDR_SIZE, pathname);
539 if (i < _CAT_HDR_SIZE || hdr.__nsets < 0) {
1060 n = _CAT_HDR_SIZE + mem;
1076 set = (struct _cat_set_hdr *) (cat + _CAT_HDR_SIZE);

Completed in 44 milliseconds