OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_msg
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/intl/
libgettext.h
74
const char *
_msg
;
member in struct:_msg_ent
/external/clang/test/CodeGen/
staticinit.c
35
static char
_msg
[40];
local
37
return
_msg
;
/bionic/libc/private/
arpa_nameser.h
111
const u_char *
_msg
, *_eom;
member in struct:__ns_msg
126
#define ns_msg_base(handle) ((handle).
_msg
+ 0)
128
#define ns_msg_size(handle) ((size_t)((handle)._eom - (handle).
_msg
))
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h
113
const u_char *
_msg
, *_eom;
member in struct:__ns_msg
131
#define ns_msg_base(handle) ((handle).
_msg
+ 0)
133
#define ns_msg_size(handle) ((handle)._eom - (handle).
_msg
)
Completed in 662 milliseconds