Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/intl/
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);
Dgettext.h77 struct mo_file_header struct
/openbsd/src/gnu/usr.bin/binutils/intl/
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);
Dgettext.h77 struct mo_file_header struct
/openbsd/src/gnu/usr.bin/gcc/gcc/intl/
Dloadmsgcat.c360 struct mo_file_header *data = (struct mo_file_header *) -1;
394 || __builtin_expect (st.st_size < (off_t) sizeof (struct mo_file_header),
406 data = (struct mo_file_header *) mmap (NULL, size, PROT_READ,
409 if (__builtin_expect (data != (struct mo_file_header *) -1, 1))
419 if (data == (struct mo_file_header *) -1)
424 data = (struct mo_file_header *) malloc (size);
Dgettext.h71 struct mo_file_header struct
/openbsd/src/gnu/gcc/intl/
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);
Dgmo.h72 struct mo_file_header struct
/openbsd/src/gnu/usr.bin/texinfo/intl/
Dloadmsgcat.c919 struct mo_file_header *data = (struct mo_file_header *) -1; in _nl_load_domain()
952 || __builtin_expect (size < sizeof (struct mo_file_header), 0)) in _nl_load_domain()
962 data = (struct mo_file_header *) mmap (NULL, size, PROT_READ, in _nl_load_domain()
965 if (__builtin_expect (data != (struct mo_file_header *) -1, 1)) in _nl_load_domain()
975 if (data == (struct mo_file_header *) -1) in _nl_load_domain()
980 data = (struct mo_file_header *) malloc (size); in _nl_load_domain()
Dgmo.h73 struct mo_file_header struct