OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msgcat_size
(Results
1 - 1
of
1
) 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
);
Completed in 33 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025