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 53 struct _nls_cat_hdr *cat_hdr;
63 cat_hdr = (struct _nls_cat_hdr *)catd->__data;
65 + sizeof(struct _nls_cat_hdr));
77 sizeof(struct _nls_cat_hdr) +
88 sizeof(struct _nls_cat_hdr) +
catopen.c 183 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 559 struct _nls_cat_hdr cat_hdr;
659 struct _nls_cat_hdr *cat_hdr;
691 msgcat_size = sizeof(struct _nls_cat_hdr)
700 cat_hdr = (struct _nls_cat_hdr *) msgcat;
703 cat_hdr->__mem = htonl(msgcat_size - sizeof(struct _nls_cat_hdr));
712 sizeof(struct _nls_cat_hdr));
714 sizeof(struct _nls_cat_hdr) +
717 sizeof(struct _nls_cat_hdr) +

Completed in 20 milliseconds