OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msgcat
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/gencat/
gencat.c
558
void *
msgcat
; /* message catalog data */
local
592
msgcat
= xmalloc(cat_hdr.__mem);
594
n = read(fd,
msgcat
, cat_hdr.__mem);
602
set_hdr = (struct _nls_set_hdr *)
msgcat
;
603
msg_hdr = (struct _nls_msg_hdr *)((char *)
msgcat
+
605
strings = (char *)
msgcat
+ cat_hdr.__msg_txt_offset;
632
((char *)
msgcat
+ cat_hdr.__mem)))
639
free(
msgcat
);
658
void *
msgcat
; /* message catalog data */
local
696
msgcat
= xmalloc(msgcat_size)
[
all
...]
gencat.c
558
void *
msgcat
; /* message catalog data */
local
592
msgcat
= xmalloc(cat_hdr.__mem);
594
n = read(fd,
msgcat
, cat_hdr.__mem);
602
set_hdr = (struct _nls_set_hdr *)
msgcat
;
603
msg_hdr = (struct _nls_msg_hdr *)((char *)
msgcat
+
605
strings = (char *)
msgcat
+ cat_hdr.__msg_txt_offset;
632
((char *)
msgcat
+ cat_hdr.__mem)))
639
free(
msgcat
);
658
void *
msgcat
; /* message catalog data */
local
696
msgcat
= xmalloc(msgcat_size)
[
all
...]
Completed in 36 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026