Searched refs:msgcat_size (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/gencat/
H A Dgencat.c482 int msgcat_size; /* total size of message catalog */ local
518 msgcat_size = sizeof(struct _nls_cat_hdr)
523 msgcat = xmalloc(msgcat_size);
524 memset(msgcat, '\0', msgcat_size);
530 cat_hdr->__mem = htonl(msgcat_size - sizeof(struct _nls_cat_hdr));
578 write(fd, msgcat, msgcat_size);

Completed in 118 milliseconds