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

  /src/include/
nl_types.h 62 struct _nls_set_hdr { struct
  /src/lib/libc/nls/
catgets.c 53 struct _nls_set_hdr *set_hdr;
63 set_hdr = (struct _nls_set_hdr *)(void *)((char *)catd->__data
  /src/usr.bin/gencat/
gencat.c 559 struct _nls_set_hdr *set_hdr;
586 (cat_hdr.__mem < (int32_t)(cat_hdr.__nsets * sizeof(struct _nls_set_hdr))) ||
601 set_hdr = (struct _nls_set_hdr *)msgcat;
659 struct _nls_set_hdr *set_hdr;
691 + (nsets * sizeof(struct _nls_set_hdr))
704 htonl(nsets * sizeof(struct _nls_set_hdr));
706 htonl(nsets * sizeof(struct _nls_set_hdr) +
710 set_hdr = (struct _nls_set_hdr *) ((char *) msgcat +
714 nsets * sizeof(struct _nls_set_hdr));
717 nsets * sizeof(struct _nls_set_hdr)
    [all...]

Completed in 14 milliseconds