/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
|
/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/libc/bionic/ |
D | pathconf.cpp | 77 static long __pathconf(const struct statfs& s, int name) { in __pathconf() 142 long pathconf(const char* path, int name) { in pathconf() 150 long fpathconf(int fd, int name) { in fpathconf()
|
D | libc_init_common.cpp | 187 static const char* env_match(const char* envstr, const char* name) { in env_match() 201 static bool __is_valid_environment_variable(const char* name) { in __is_valid_environment_variable() 236 static bool __is_unsafe_environment_variable(const char* name) { in __is_unsafe_environment_variable()
|
D | gethostname.cpp | 35 struct utsname name; in gethostname() local
|
D | malloc_info.cpp | 25 explicit Elem(FILE* fp, const char* name, in Elem() 54 const char* name; member in Elem
|
/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 | sse2-strlcpy-slm.S | 44 # define ENTRY(name) \ argument 53 # 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
|
/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
|
D | sse2-memrchr-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/dns/net/ |
D | getservbyname.c | 33 struct servent* getservbyname(const char* name, const char* proto) { in getservbyname()
|
/bionic/libc/arch-x86/silvermont/string/ |
D | sse2-strlen-slm.S | 60 # define ENTRY(name) \ argument 69 # define END(name) \ argument
|
/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/upstream-netbsd/lib/libc/regex/ |
D | cname.h | 76 const char *name; member
|