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

  /src/lib/libc/nls/
catgets.c 52 struct _nls_cat_hdr *cat_hdr;
62 cat_hdr = (struct _nls_cat_hdr *)catd->__data;
64 + sizeof(struct _nls_cat_hdr));
76 sizeof(struct _nls_cat_hdr) +
87 sizeof(struct _nls_cat_hdr) +
catopen.c 182 if (ntohl((u_int32_t)((struct _nls_cat_hdr *)data)->__magic) !=
  /src/include/
nl_types.h 54 struct _nls_cat_hdr { struct
  /src/usr.bin/gencat/
gencat.c 558 struct _nls_cat_hdr cat_hdr;
658 struct _nls_cat_hdr *cat_hdr;
690 msgcat_size = sizeof(struct _nls_cat_hdr)
699 cat_hdr = (struct _nls_cat_hdr *) msgcat;
702 cat_hdr->__mem = htonl(msgcat_size - sizeof(struct _nls_cat_hdr));
711 sizeof(struct _nls_cat_hdr));
713 sizeof(struct _nls_cat_hdr) +
716 sizeof(struct _nls_cat_hdr) +

Completed in 42 milliseconds