OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sysdep_segments
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
write-mo.c
154
struct pre_sysdep_segment *
sysdep_segments
;
local
183
sysdep_segments
= NULL;
317
if (
sysdep_segments
[r].length == length
318
&& memcmp (
sysdep_segments
[r].pointer, pointer, length)
324
sysdep_segments
=
326
xrealloc (
sysdep_segments
,
329
sysdep_segments
[r].length = length;
330
sysdep_segments
[r].pointer = pointer;
610
sysdep_segments_tab[i].length =
sysdep_segments
[i].length + 1;
746
fwrite (
sysdep_segments
[i].pointer, sysdep_segments[i].length, 1
[
all
...]
/src/external/gpl2/gettext/dist/gettext-runtime/intl/
loadmsgcat.c
960
const struct sysdep_segment *
sysdep_segments
;
local
975
sysdep_segments
= (const struct sysdep_segment *)
984
+ W (domain->must_swap,
sysdep_segments
[i].offset);
986
W (domain->must_swap,
sysdep_segments
[i].length);
/src/external/gpl2/texinfo/dist/intl/
loadmsgcat.c
1076
const struct sysdep_segment *
sysdep_segments
;
local
1091
sysdep_segments
= (const struct sysdep_segment *)
1100
+ W (domain->must_swap,
sysdep_segments
[i].offset);
1102
W (domain->must_swap,
sysdep_segments
[i].length);
/src/external/gpl3/gcc.old/dist/intl/
loadmsgcat.c
1070
const struct sysdep_segment *
sysdep_segments
;
local
1084
sysdep_segments
= (const struct sysdep_segment *)
1093
+ W (domain->must_swap,
sysdep_segments
[i].offset);
1095
W (domain->must_swap,
sysdep_segments
[i].length);
Completed in 26 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026