OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mo_file_header
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/intl/
gmo.h
73
struct
mo_file_header
struct
loadmsgcat.c
919
struct
mo_file_header
*data = (struct
mo_file_header
*) -1;
952
|| __builtin_expect (size < sizeof (struct
mo_file_header
), 0))
962
data = (struct
mo_file_header
*) mmap (NULL, size, PROT_READ,
965
if (__builtin_expect (data != (struct
mo_file_header
*) -1, 1))
975
if (data == (struct
mo_file_header
*) -1)
980
data = (struct
mo_file_header
*) malloc (size);
[
all
...]
Completed in 23 milliseconds