Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 28) sorted by relevance

12

/bionic/libc/tools/
Dbionic_utils.py13 def D(msg): argument
18 def D2(msg): argument
23 def D3(msg): argument
28 def D4(msg): argument
45 def E(self, msg): argument
160 def write(self,msg): argument
/bionic/libc/kernel/tools/
Dutils.py11 def panic(msg): argument
16 def D(msg): argument
21 def D2(msg): argument
26 def D3(msg): argument
31 def D4(msg): argument
54 def write(self,msg): argument
Dcpp.py127 def __init__(self,msg): argument
590 def throw(self, exception, msg): argument
/bionic/libc/bionic/
D__cmsg_nxthdr.cpp31 cmsghdr* __cmsg_nxthdr(msghdr* msg, cmsghdr* cmsg) { in __cmsg_nxthdr()
Dlibc_logging.cpp427 static int __libc_write_stderr(const char* tag, const char* msg) { in __libc_write_stderr()
489 static int __libc_write_log(int priority, const char* tag, const char* msg) { in __libc_write_log()
611 void __fortify_chk_fail(const char* msg, uint32_t tag) { in __fortify_chk_fail()
619 char msg[1024]; in __libc_fatal() local
651 void android_set_abort_message(const char* msg) { in android_set_abort_message()
Dstrerror_r.cpp15 const char* msg; member
Dsystem_properties.cpp476 static int send_prop_msg(const prop_msg *msg) in send_prop_msg()
640 prop_msg msg; in __system_property_set() local
/bionic/libc/include/sys/
Dcdefs_elf.h44 #define __warn_references(sym,msg) \ argument
Dcdefs.h343 #define __errordecl(name, msg) extern void name(void) __attribute__((__error__(msg))) argument
344 #define __warnattr(msg) __attribute__((__warning__(msg))) argument
346 #define __errordecl(name, msg) extern void name(void) argument
347 #define __warnattr(msg) argument
/bionic/libc/dns/nameser/
Dns_parse.c105 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) { in ns_initparse()
266 setsection(ns_msg *msg, ns_sect sect) { in setsection()
Dns_name.c414 ns_name_unpack(const u_char *msg, const u_char *eom, const u_char *src, in ns_name_unpack()
429 ns_name_unpack2(const u_char *msg, const u_char *eom, const u_char *src, in ns_name_unpack2()
535 const u_char **cpp, **lpp, *eob, *msg; in ns_name_pack() local
634 ns_name_uncompress(const u_char *msg, const u_char *eom, const u_char *src, in ns_name_uncompress()
939 dn_find(const u_char *domain, const u_char *msg, in dn_find()
Dns_print.c114 ns_sprintrrf(const u_char *msg, size_t msglen, in ns_sprintrrf()
1183 addname(const u_char *msg, size_t msglen, in addname()
/bionic/libc/dns/resolv/
Dres_data.c151 p_query(const u_char *msg) { in p_query()
156 fp_query(const u_char *msg, FILE *file) { in fp_query()
161 fp_nquery(const u_char *msg, int len, FILE *file) { in fp_nquery()
Dres_debug.c287 res_pquery(const res_state statp, const u_char *msg, int len, FILE *file) { in res_pquery()
359 p_cdnname(const u_char *cp, const u_char *msg, int len, FILE *file) { in p_cdnname()
373 p_cdname(const u_char *cp, const u_char *msg, FILE *file) { in p_cdname()
381 p_fqnname(const u_char *cp, const u_char *msg, int msglen, char *name, in p_fqnname()
402 p_fqname(const u_char *cp, const u_char *msg, FILE *file) { in p_fqname()
Dres_comp.c104 dn_expand(const u_char *msg, const u_char *eom, const u_char *src, in dn_expand()
/bionic/libc/private/
Dlibc_logging.h69 char msg[0]; member
/bionic/linker/
Dlinker_environ.cpp53 const char* msg = "FATAL: kernel did not supply AT_SECURE\n"; in __init_AT_SECURE() local
Ddebugger.cpp229 debugger_msg_t msg; in send_debuggerd_packet() local
Ddlfcn.cpp42 static void __bionic_format_dlerror(const char* msg, const char* detail) { in __bionic_format_dlerror()
/bionic/libc/kernel/uapi/linux/dvb/
Dca.h57 unsigned char msg[256]; member
Dfrontend.h89 __u8 msg [6]; member
94 __u8 msg [4]; member
/bionic/libc/kernel/uapi/linux/
Dipmi.h100 struct ipmi_msg msg; member
117 struct ipmi_msg msg; member
Dnetlink.h106 struct nlmsghdr msg; member
Di2o-dev.h46 __u32 msg; member
51 void __user *msg; member
/bionic/libc/dns/
Dgethnamaddr.c145 dprintf(const char *msg, res_state res, ...) in dprintf()
161 # define dprintf(msg, res, num) ((void)0) /*nada*/ argument

12