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

/freebsd-10.0-release/usr.bin/gencat/
H A Dgencat.c480 int msgcat_size; /* total size of message catalog */ local
516 msgcat_size = sizeof(struct _nls_cat_hdr)
521 msgcat = xmalloc(msgcat_size);
522 memset(msgcat, '\0', msgcat_size);
528 cat_hdr->__mem = htonl(msgcat_size - sizeof(struct _nls_cat_hdr));
576 write(fd, msgcat, msgcat_size);

Completed in 121 milliseconds