Searched refs:mo_file_header (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/legacy/binutils/intl/
H A Dloadmsgcat.c70 struct mo_file_header *data = (struct mo_file_header *) -1;
95 || size < sizeof (struct mo_file_header))
106 data = (struct mo_file_header *) mmap (NULL, size, PROT_READ,
109 if (data != (struct mo_file_header *) -1)
119 if (data == (struct mo_file_header *) -1)
124 data = (struct mo_file_header *) malloc (size);
H A Dgettext.h77 struct mo_file_header struct
/haiku-buildtools/legacy/gcc/gcc/intl/
H A Dloadmsgcat.c70 struct mo_file_header *data = (struct mo_file_header *) -1;
95 || size < sizeof (struct mo_file_header))
106 data = (struct mo_file_header *) mmap (NULL, size, PROT_READ,
109 if (data != (struct mo_file_header *) -1)
119 if (data == (struct mo_file_header *) -1)
124 data = (struct mo_file_header *) malloc (size);
H A Dgettext.h77 struct mo_file_header struct
/haiku-buildtools/legacy/gcc/texinfo/intl/
H A Dloadmsgcat.c69 struct mo_file_header *data = (struct mo_file_header *) -1;
93 && st.st_size < (off_t) sizeof (struct mo_file_header))
104 data = (struct mo_file_header *) mmap (NULL, st.st_size, PROT_READ,
107 if (data != (struct mo_file_header *) -1)
117 if (data == (struct mo_file_header *) -1)
122 data = (struct mo_file_header *) malloc (st.st_size);
H A Dgettext.h77 struct mo_file_header struct
/haiku-buildtools/binutils/intl/
H A Dgmo.h72 struct mo_file_header struct
H A Dloadmsgcat.c916 struct mo_file_header *data = (struct mo_file_header *) -1;
949 || __builtin_expect (size < sizeof (struct mo_file_header), 0))
959 data = (struct mo_file_header *) mmap (NULL, size, PROT_READ,
962 if (__builtin_expect (data != (struct mo_file_header *) -1, 1))
972 if (data == (struct mo_file_header *) -1)
977 data = (struct mo_file_header *) malloc (size);
/haiku-buildtools/gcc/intl/
H A Dgmo.h72 struct mo_file_header struct
H A Dloadmsgcat.c916 struct mo_file_header *data = (struct mo_file_header *) -1;
949 || __builtin_expect (size < sizeof (struct mo_file_header), 0))
959 data = (struct mo_file_header *) mmap (NULL, size, PROT_READ,
962 if (__builtin_expect (data != (struct mo_file_header *) -1, 1))
972 if (data == (struct mo_file_header *) -1)
977 data = (struct mo_file_header *) malloc (size);

Completed in 180 milliseconds