Searched defs:prefix (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/bionic/ |
D | perror.c | 32 void perror(const char *prefix) in perror()
|
D | strerror_r.cpp | 70 const char* prefix = "Unknown"; in __strsignal() local
|
D | malloc_debug_qemu.cpp | 495 const char* prefix; in qemu_log() local 553 volatile char* prefix = (volatile char*)desc->ptr; in test_access_violation() local
|
D | malloc_debug_common.cpp | 299 static void InitMalloc(MallocDebug* table, const char* prefix) { in InitMalloc()
|
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
D | ipt_ULOG.h | 36 char prefix[ULOG_PREFIX_LEN]; member 49 char prefix[ULOG_PREFIX_LEN]; member
|
D | ipt_LOG.h | 32 char prefix[30]; member
|
/bionic/libc/kernel/common/linux/netfilter_ipv6/ |
D | ip6t_LOG.h | 32 char prefix[30]; member
|
/bionic/libc/kernel/common/linux/ |
D | moduleparam.h | 70 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] =… argument
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 1395 def removePrefixedNode(self,e,prefix,names): argument 1423 def removePrefixed(self,prefix,names={}): argument 1776 def removePrefixed(self,prefix,names): argument
|