| /bionic/libc/bionic/ |
| D | exec.cpp | 46 static int __execl(const char* name, const char* argv0, ExecVariant variant, va_list ap) { in __execl() 72 int execl(const char* name, const char* arg, ...) { in execl() 78 int execle(const char* name, const char* arg, ...) { in execle() 84 int execlp(const char* name, const char* arg, ...) { in execlp() 90 int execv(const char* name, char* const* argv) { in execv() 94 int execvp(const char* name, char* const* argv) { in execvp() 109 int execvpe(const char* name, char* const* argv, char* const* envp) { in execvpe()
|
| 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 | grp_pwd.cpp | 77 static int do_getpw_r(int by_name, const char* name, uid_t uid, in do_getpw_r() 127 int getpwnam_r(const char* name, passwd* pwd, in getpwnam_r() 172 static passwd* android_name_to_passwd(passwd_state_t* state, const char* name) { in android_name_to_passwd() 190 static group* android_name_to_group(group_state_t* state, const char* name) { in android_name_to_group() 206 static id_t app_id_from_name(const char* name, bool is_group) { in app_id_from_name() 330 static id_t oem_id_from_name(const char* name) { in oem_id_from_name() 549 static group* getgrnam_internal(const char* name, group_state_t* state) { in getgrnam_internal() 562 group* getgrnam(const char* name) { // NOLINT: implementing bad function. in getgrnam() 570 static int getgroup_r(bool by_name, const char* name, gid_t gid, struct group* grp, char* buf, in getgroup_r() 594 int getgrnam_r(const char* name, struct group* grp, char* buf, size_t buflen, in getgrnam_r()
|
| D | getdomainname.cpp | 34 int getdomainname(char* name, size_t len) { in getdomainname()
|
| D | malloc_info.cpp | 25 explicit Elem(FILE* fp, const char* name, in Elem() 54 const char* name; member in Elem
|
| D | gethostname.cpp | 35 struct utsname name; in gethostname() local
|
| D | sysconf.cpp | 49 long sysconf(int name) { in sysconf()
|
| /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/linker/ |
| D | linker_config.cpp | 64 int next_token(std::string* name, std::string* value, std::string* error_msg) { in next_token() 176 std::string name; in parse_config_file() local 224 std::string name; in parse_config_file() local 244 std::string name; in parse_config_file() local 292 std::vector<std::string> get_strings(const std::string& name, size_t* lineno = nullptr) const { in get_strings() 308 bool get_bool(const std::string& name, size_t* lineno = nullptr) const { in get_bool() 317 std::string get_string(const std::string& name, size_t* lineno = nullptr) const { in get_string() 322 std::vector<std::string> get_paths(const std::string& name, size_t* lineno = nullptr) { in get_paths() 354 find_property(const std::string& name, size_t* lineno) const { in find_property() argument 400 for (const auto& name : additional_namespaces) { in read_binary_config() local [all …]
|
| /bionic/libc/kernel/uapi/sound/ |
| D | tlv.h | 36 #define SNDRV_CTL_TLVD_DECLARE_CONTAINER(name,...) unsigned int name[] = { SNDRV_CTL_TLVD_CONTAINER… argument 41 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_… argument 45 #define SNDRV_CTL_TLVD_DECLARE_DB_MINMAX(name,min_dB,max_dB) unsigned int name[] = { SNDRV_CTL_TLVD… argument 46 #define SNDRV_CTL_TLVD_DECLARE_DB_MINMAX_MUTE(name,min_dB,max_dB) unsigned int name[] = { SNDRV_CTL… argument 49 #define SNDRV_CTL_TLVD_DECLARE_DB_LINEAR(name,min_dB,max_dB) unsigned int name[] = { SNDRV_CTL_TLVD… argument 51 #define SNDRV_CTL_TLVD_DECLARE_DB_RANGE(name,...) unsigned int name[] = { SNDRV_CTL_TLVD_DB_RANGE_I… argument
|
| /bionic/libc/arch-x86_64/string/ |
| D | sse2-strlen-slm.S | 50 # define ENTRY(name) \ argument 59 # 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-strlcpy-slm.S | 44 # define ENTRY(name) \ argument 53 # 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
|
| /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/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 | 90 setenv(const char *name, const char *value, int rewrite) in setenv() 156 unsetenv(const char *name) in unsetenv()
|
| /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/tools/versioner/src/ |
| D | Arch.cpp | 47 Arch arch_from_string(const std::string& name) { in arch_from_string()
|
| /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 | 33 struct servent* getservbyname(const char* name, const char* proto) { in getservbyname()
|
| /bionic/libc/kernel/uapi/linux/netfilter/ |
| D | xt_nfacct.h | 25 char name[NFACCT_NAME_MAX]; member
|