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

/netbsd-6-1-5-RELEASE/include/
H A Dnl_types.h61 int32_t __setno; /* set number: 0 < x <= NL_SETMAX */ member in struct:_nls_set_hdr
/netbsd-6-1-5-RELEASE/lib/libc/nls/
H A Dcatgets.c75 r = set_id - ntohl((u_int32_t)set_hdr[i].__setno);
/netbsd-6-1-5-RELEASE/usr.bin/gencat/
H A Dgencat.c591 set_hdr->__setno = ntohl(set_hdr->__setno);
592 if (set_hdr->__setno < setno)
594 CORRUPT, set_hdr->__setno);
595 setno = set_hdr->__setno;
727 set_hdr->__setno = htonl(set->setId);

Completed in 109 milliseconds