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

/opensolaris-onvv-gate/usr/src/head/
H A Dnl_types.h58 int __nsets; /* the number of sets in the catalogue */ member in struct:_cat_hdr
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dcatgets.c68 hi = p->__nsets - 1;
/opensolaris-onvv-gate/usr/src/cmd/gencat/
H A Dgencat.c458 for (i = 0; i < hdr.__nsets; ++set, ++i) {
505 for (i = 0; i < hdr.__nsets; ++set, ++i) {
539 if (i < _CAT_HDR_SIZE || hdr.__nsets < 0) {
543 if (hdr.__nsets == 0)
549 hdr.__mem < hdr.__nsets * _CAT_SET_HDR_SIZE ||
1070 hdrp->__nsets = nsets;

Completed in 95 milliseconds