Home
last modified time | relevance | path

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

12

/bionic/libc/bionic/
Dandroid_set_abort_message.cpp40 char msg[0]; member
45 void android_set_abort_message(const char* msg) { in android_set_abort_message()
Dsys_msg.cpp55 ssize_t msgrcv(int id, void* msg, size_t n, long type, int flags) { in msgrcv()
63 int msgsnd(int id, const void* msg, size_t n, int flags) { in msgsnd()
D__cmsg_nxthdr.cpp31 cmsghdr* __cmsg_nxthdr(msghdr* msg, cmsghdr* cmsg) { in __cmsg_nxthdr()
Dbionic_netlink.cpp70 rtgenmsg msg; in SendRequest() member
Dstrerror_r.cpp20 const char* msg; member
Dlibc_logging.cpp437 static int __libc_write_stderr(const char* tag, const char* msg) { in __libc_write_stderr()
543 int __libc_write_log(int priority, const char* tag, const char* msg) { in __libc_write_log()
593 char msg[1024]; in __libc_fatal_va_list() local
Difaddrs.cpp194 ifaddrmsg* msg = reinterpret_cast<ifaddrmsg*>(NLMSG_DATA(hdr)); in __getifaddrs_callback() local
/bionic/libc/include/sys/
Dcdefs.h184 # define __errorattr(msg) __attribute__((unavailable(msg))) argument
185 # define __warnattr(msg) __attribute__((deprecated(msg))) argument
186 # define __warnattr_real(msg) __attribute__((deprecated(msg))) argument
187 # define __enable_if(cond, msg) __attribute__((enable_if(cond, msg))) argument
189 # define __errorattr(msg) __attribute__((__error__(msg))) argument
190 # define __warnattr(msg) __attribute__((__warning__(msg))) argument
195 # define __errordecl(name, msg) extern void name(void) __errorattr(msg) argument
203 # define __warnattr_strict(msg) /* __warnattr(msg) */ argument
205 # define __warnattr_strict(msg) argument
/bionic/tests/
D__cxa_thread_atexit_test.cpp27 void set_message(const std::string& msg) { in set_message()
46 std::string msg("dtor called."); in TEST() local
55 void set_message(const std::string& msg) { in set_message()
Dsys_msg_test.cpp59 } msg = { 1, "hello world" }; in TEST() local
/bionic/tools/bionicbb/
Dgmail.py22 def get_body(msg): argument
Dtasks.py37 def process_message(msg, dry_run): argument
/bionic/libm/
Dfreebsd-compat.h29 #define __warn_references(sym,msg) /* ignored */ argument
/bionic/linker/
Dlinker_dlwarning.cpp55 std::string msg = current_msg; in get_dlwarning() local
/bionic/libc/kernel/tools/
Dutils.py10 def panic(msg): argument
48 def write(self,msg): argument
Dclean_header.py76 def print_error(no_update, msg): argument
/bionic/libc/dns/nameser/
Dns_parse.c107 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) { in ns_initparse()
268 setsection(ns_msg *msg, ns_sect sect) { in setsection()
Dns_name.c408 ns_name_unpack(const u_char *msg, const u_char *eom, const u_char *src, in ns_name_unpack()
423 ns_name_unpack2(const u_char *msg, const u_char *eom, const u_char *src, in ns_name_unpack2()
529 const u_char **cpp, **lpp, *eob, *msg; in ns_name_pack() local
628 ns_name_uncompress(const u_char *msg, const u_char *eom, const u_char *src, in ns_name_uncompress()
933 dn_find(const u_char *domain, const u_char *msg, in dn_find()
/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.c279 res_pquery(const res_state statp, const u_char *msg, int len, FILE *file) { in res_pquery()
351 p_cdnname(const u_char *cp, const u_char *msg, int len, FILE *file) { in p_cdnname()
365 p_cdname(const u_char *cp, const u_char *msg, FILE *file) { in p_cdname()
373 p_fqnname(const u_char *cp, const u_char *msg, int msglen, char *name, in p_fqnname()
394 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/upstream-openbsd/android/include/
Dopenbsd-compat.h40 #define __warn_references(sym,msg) argument
/bionic/libc/kernel/uapi/linux/
Drio_cm_cdev.h35 __u64 msg; member
/bionic/libc/malloc_debug/tests/
Dlog_fake.cpp62 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { in __android_log_buf_write()
/bionic/libc/kernel/uapi/linux/dvb/
Dca.h57 unsigned char msg[256]; member

12