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 - 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
Indexes created Sat Sep 27 22:09:54 GMT 2025