HomeSort by: relevance | last modified time | path
    Searched defs:msgcat_size (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/gencat/
gencat.c 656 int msgcat_size; /* total size of message catalog */ local in function:MCWriteCat
690 msgcat_size = sizeof(struct _nls_cat_hdr)
695 msgcat = xmalloc(msgcat_size);
696 memset(msgcat, '\0', msgcat_size);
702 cat_hdr->__mem = htonl(msgcat_size - sizeof(struct _nls_cat_hdr));
748 write(fd, msgcat, msgcat_size);
gencat.c 656 int msgcat_size; /* total size of message catalog */ local in function:MCWriteCat
690 msgcat_size = sizeof(struct _nls_cat_hdr)
695 msgcat = xmalloc(msgcat_size);
696 memset(msgcat, '\0', msgcat_size);
702 cat_hdr->__mem = htonl(msgcat_size - sizeof(struct _nls_cat_hdr));
748 write(fd, msgcat, msgcat_size);

Completed in 24 milliseconds