/bionic/libc/private/ |
D | thread_private.h | 22 #define __THREAD_NAME(name) __CONCAT(_thread_tagname_,name) argument 29 #define _THREAD_PRIVATE_MUTEX(name) \ argument 31 #define _THREAD_PRIVATE_MUTEX_LOCK(name) \ argument 33 #define _THREAD_PRIVATE_MUTEX_UNLOCK(name) \ argument
|
D | ThreadLocalBuffer.h | 42 #define GLOBAL_INIT_THREAD_LOCAL_BUFFER(name) \ argument 52 #define LOCAL_INIT_THREAD_LOCAL_BUFFER(type, name, byte_count) \ argument
|
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
D | exec.c | 46 execl(const char *name, const char *arg, ...) in execl() 72 execle(const char *name, const char *arg, ...) in execle() 99 execlp(const char *name, const char *arg, ...) in execlp() 125 execv(const char *name, char *const *argv) in execv() 132 execvpe(const char *name, char *const *argv, char *const *envp) in execvpe() 247 execvp(const char *name, char *const *argv) in execvp()
|
/bionic/linker/ |
D | linker_environ.cpp | 62 static const char* env_match(const char* envstr, const char* name) { in env_match() 76 static bool __is_valid_environment_variable(const char* name) { in __is_valid_environment_variable() 111 static bool __is_unsafe_environment_variable(const char* name) { in __is_unsafe_environment_variable() 174 const char* linker_env_get(const char* name) { in linker_env_get()
|
/bionic/libc/arch-x86_64/string/ |
D | sse2-strlen-slm.S | 50 # define ENTRY(name) \ argument 59 # define END(name) \ argument
|
D | sse2-memset-slm.S | 54 # define ENTRY(name) \ argument 62 # define END(name) \ argument
|
D | ssse3-strcmp-slm.S | 63 # define ENTRY(name) \ argument 72 # define END(name) \ argument
|
D | sse2-strcat-slm.S | 48 # define ENTRY(name) \ argument 57 # define END(name) \ argument
|
D | sse2-strcpy-slm.S | 50 # define ENTRY(name) \ argument 59 # define END(name) \ argument
|
D | sse4-memcmp-slm.S | 54 # define ENTRY(name) \ argument 63 # define END(name) \ argument
|
D | sse2-memmove-slm.S | 62 # define ENTRY(name) \ argument 71 # define END(name) \ argument
|
D | sse2-memcpy-slm.S | 62 # define ENTRY(name) \ argument 71 # define END(name) \ argument
|
/bionic/benchmarks/ |
D | benchmark.h | 25 Benchmark(const char* name, void (*fn)(int)) { in Benchmark() 29 Benchmark(const char* name, void (*fn_range)(int, int)) { in Benchmark()
|
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | getenv.c | 47 __findenv(const char *name, int len, int *offset) in __findenv() 73 getenv(const char *name) in getenv()
|
D | setenv.c | 91 setenv(const char *name, const char *value, int rewrite) in setenv() 156 unsetenv(const char *name) in unsetenv()
|
/bionic/libc/arch-x86/atom/string/ |
D | sse2-wcslen-atom.S | 46 # define ENTRY(name) \ argument 55 # define END(name) \ argument
|
D | sse2-wcschr-atom.S | 56 # define ENTRY(name) \ argument 65 # define END(name) \ argument
|
/bionic/libc/dns/resolv/ |
D | res_query.c | 129 const char *name, /* domain name */ in res_nquery() 223 const char *name, /* domain name */ in res_nsearch() 379 const char *name, in res_nquerydomain() 423 res_hostalias(const res_state statp, const char *name, char *dst, size_t siz) { in res_hostalias()
|
/bionic/libc/arch-x86/silvermont/string/ |
D | sse2-strlen-slm.S | 60 # define ENTRY(name) \ argument 69 # define END(name) \ argument
|
/bionic/libc/dns/net/ |
D | getservbyname.c | 34 getservbyname(const char *name, const char *proto) in getservbyname()
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | cname.h | 76 const char *name; member
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_helper.h | 24 char name[30]; member
|
D | xt_nfacct.h | 25 char name[NFACCT_NAME_MAX]; member
|
/bionic/libc/bionic/ |
D | gethostname.c | 35 struct utsname name; in gethostname() local
|
D | system_properties.cpp | 90 char name[0]; member 125 char name[0]; member 311 static prop_bt *new_prop_bt(const char *name, uint8_t namelen, uint32_t *const off) in new_prop_bt() 324 static prop_info *new_prop_info(const char *name, uint8_t namelen, in new_prop_info() 364 static prop_bt *find_prop_bt(prop_bt *const bt, const char *name, in find_prop_bt() 417 static const prop_info *find_property(prop_bt *const trie, const char *name, in find_property() 593 const prop_info *__system_property_find(const char *name) in __system_property_find() 601 int __system_property_read(const prop_info *pi, char *name, char *value) in __system_property_read() 621 int __system_property_get(const char *name, char *value) in __system_property_get() 674 int __system_property_add(const char *name, unsigned int namelen, in __system_property_add()
|