HomeSort by: relevance | last modified time | path
    Searched defs:set_hdr (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/nls/
catgets.c 53 struct _nls_set_hdr *set_hdr; local in function:__weak_alias
63 set_hdr = (struct _nls_set_hdr *)(void *)((char *)catd->__data
71 r = set_id - ntohl((u_int32_t)set_hdr[i].__setno);
79 l = ntohl((u_int32_t)set_hdr[i].__index);
80 u = l + ntohl((u_int32_t)set_hdr[i].__nmsgs) - 1;
  /src/usr.bin/gencat/
gencat.c 559 struct _nls_set_hdr *set_hdr; local in function:MCReadCat
601 set_hdr = (struct _nls_set_hdr *)msgcat;
607 for (s = 0; s < cat_hdr.__nsets; s++, set_hdr++) {
608 set_hdr->__setno = ntohl(set_hdr->__setno);
609 if (set_hdr->__setno < setno)
611 CORRUPT, set_hdr->__setno);
612 setno = set_hdr->__setno;
616 set_hdr->__nmsgs = ntohl(set_hdr->__nmsgs)
659 struct _nls_set_hdr *set_hdr; local in function:MCWriteCat
    [all...]

Completed in 12 milliseconds