OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msgcat
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/gencat/
gencat.c
557
void *
msgcat
; /* message catalog data */
local in function:MCReadCat
591
msgcat
= xmalloc(cat_hdr.__mem);
593
n = read(fd,
msgcat
, cat_hdr.__mem);
601
set_hdr = (struct _nls_set_hdr *)
msgcat
;
602
msg_hdr = (struct _nls_msg_hdr *)((char *)
msgcat
+
604
strings = (char *)
msgcat
+ cat_hdr.__msg_txt_offset;
631
((char *)
msgcat
+ cat_hdr.__mem)))
638
free(
msgcat
);
657
void *
msgcat
; /* message catalog data */
local in function:MCWriteCat
695
msgcat
= xmalloc(msgcat_size)
[
all
...]
gencat.c
557
void *
msgcat
; /* message catalog data */
local in function:MCReadCat
591
msgcat
= xmalloc(cat_hdr.__mem);
593
n = read(fd,
msgcat
, cat_hdr.__mem);
601
set_hdr = (struct _nls_set_hdr *)
msgcat
;
602
msg_hdr = (struct _nls_msg_hdr *)((char *)
msgcat
+
604
strings = (char *)
msgcat
+ cat_hdr.__msg_txt_offset;
631
((char *)
msgcat
+ cat_hdr.__mem)))
638
free(
msgcat
);
657
void *
msgcat
; /* message catalog data */
local in function:MCWriteCat
695
msgcat
= xmalloc(msgcat_size)
[
all
...]
Completed in 23 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025