Home
last modified time | relevance | path

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

/netbsd/usr.bin/gencat/
H A Dgencat.c580 cat_hdr.__nsets = ntohl(cat_hdr.__nsets); in MCReadCat()
586 (cat_hdr.__mem < (int32_t)(cat_hdr.__nsets * sizeof(struct _nls_set_hdr))) || in MCReadCat()
607 for (s = 0; s < cat_hdr.__nsets; s++, set_hdr++) { in MCReadCat()
701 cat_hdr->__nsets = htonl(nsets); in MCWriteCat()
/netbsd/include/
H A Dnl_types.h54 int32_t __nsets; member
/netbsd/lib/libc/nls/
H A Dcatgets.c68 u = ntohl((u_int32_t)cat_hdr->__nsets) - 1; in __weak_alias()