HomeSort by: relevance | last modified time | path
    Searched refs:__setno (Results 1 - 3 of 3) sorted by relevancy

  /src/include/
nl_types.h 63 int32_t __setno; /* set number: 0 < x <= NL_SETMAX */ member in struct:_nls_set_hdr
  /src/lib/libc/nls/
catgets.c 71 r = set_id - ntohl((u_int32_t)set_hdr[i].__setno);
  /src/usr.bin/gencat/
gencat.c 608 set_hdr->__setno = ntohl(set_hdr->__setno);
609 if (set_hdr->__setno < setno)
611 CORRUPT, set_hdr->__setno);
612 setno = set_hdr->__setno;
740 set_hdr->__setno = htonl(set->setId);

Completed in 12 milliseconds