Searched defs:prefix (Results 1 – 16 of 16) sorted by relevance
/bionic/libc/bionic/ |
D | malloc_common_dynamic.cpp | 128 static bool InitMallocFunction(void* malloc_impl_handler, FunctionType* func, const char* prefix, c… in InitMallocFunction() 139 static bool InitMallocFunctions(void* impl_handler, MallocDispatch* table, const char* prefix) { in InitMallocFunctions() 255 bool InitSharedLibrary(void* impl_handle, const char* shared_lib, const char* prefix, MallocDispatc… in InitSharedLibrary() 284 void* LoadSharedLibrary(const char* shared_lib, const char* prefix, MallocDispatch* dispatch_table)… in LoadSharedLibrary() 322 bool FinishInstallHooks(libc_globals* globals, const char* options, const char* prefix) { in FinishInstallHooks() 357 static bool InstallHooks(libc_globals* globals, const char* options, const char* prefix, in InstallHooks()
|
D | strsignal.cpp | 53 const char* prefix = "Unknown"; in __strsignal() local
|
D | tmpfile.cpp | 104 char* tempnam(const char* dir, const char* prefix) { in tempnam()
|
/bionic/tools/versioner/src/ |
D | Utils.cpp | 85 llvm::StringRef StripPrefix(llvm::StringRef string, llvm::StringRef prefix) { in StripPrefix()
|
/bionic/libc/kernel/uapi/linux/netfilter_ipv4/ |
D | ipt_LOG.h | 31 char prefix[30]; member
|
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/ |
D | ip6t_LOG.h | 31 char prefix[30]; member
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_LOG.h | 31 char prefix[30]; member
|
D | xt_NFLOG.h | 32 char prefix[64]; member
|
/bionic/libc/kernel/uapi/linux/netfilter_bridge/ |
D | ebt_log.h | 31 __u8 prefix[EBT_LOG_PREFIX_SIZE]; member
|
D | ebt_nflog.h | 33 char prefix[EBT_NFLOG_PREFIX_SIZE]; member
|
/bionic/libc/system_properties/ |
D | contexts_split.cpp | 62 char* prefix; member 73 static void ListAddAfterLen(PrefixNode** list, const char* prefix, ContextListNode* context) { in ListAddAfterLen()
|
/bionic/libc/kernel/uapi/linux/ |
D | atmbr2684.h | 70 __be32 prefix; member
|
D | if_tunnel.h | 111 struct in6_addr prefix; member
|
D | kvm.h | 544 struct kvm_s390_prefix_info prefix; member
|
/bionic/libc/async_safe/ |
D | async_safe_log.cpp | 550 void async_safe_fatal_va_list(const char* prefix, const char* format, va_list args) { in async_safe_fatal_va_list()
|
/bionic/tests/ |
D | stdio_test.cpp | 2851 static void tempnam_test(bool has_TMPDIR, const char* dir, const char* prefix, const char* re) { in tempnam_test()
|