Searched refs:set_hdr (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/nls/
H A Dcatgets.c57 struct _nls_set_hdr *set_hdr; variable in typeref:struct:_nls_set_hdr
67 set_hdr = (struct _nls_set_hdr *)(void *)((char *)catd->__data
75 r = set_id - ntohl((u_int32_t)set_hdr[i].__setno);
83 l = ntohl((u_int32_t)set_hdr[i].__index);
84 u = l + ntohl((u_int32_t)set_hdr[i].__nmsgs) - 1;
/netbsd-6-1-5-RELEASE/usr.bin/gencat/
H A Dgencat.c540 struct _nls_set_hdr *set_hdr; local
584 set_hdr = (struct _nls_set_hdr *)msgcat;
590 for (s = 0; s < cat_hdr.__nsets; s++, set_hdr++) {
591 set_hdr->__setno = ntohl(set_hdr->__setno);
592 if (set_hdr->__setno < setno)
594 CORRUPT, set_hdr->__setno);
595 setno = set_hdr->__setno;
599 set_hdr->__nmsgs = ntohl(set_hdr
642 struct _nls_set_hdr *set_hdr; local
[all...]

Completed in 106 milliseconds