| /bionic/libc/private/ |
| D | thread_private.h | 18 #define __MUTEX_NAME(name) __CONCAT(__libc_mutex_,name) argument 19 #define _THREAD_PRIVATE_MUTEX(name) static pthread_mutex_t __MUTEX_NAME(name) = PTHREAD_MUTEX_INITI… argument 20 #define _THREAD_PRIVATE_MUTEX_LOCK(name) pthread_mutex_lock(&__MUTEX_NAME(name)) argument 21 #define _THREAD_PRIVATE_MUTEX_UNLOCK(name) pthread_mutex_unlock(&__MUTEX_NAME(name)) argument
|
| /bionic/libc/bionic/ |
| D | exec.cpp | 49 static int __execl(const char* name, const char* argv0, ExecVariant variant, va_list ap) { in __execl() 75 int execl(const char* name, const char* arg, ...) { in execl() 83 int execle(const char* name, const char* arg, ...) { in execle() 91 int execlp(const char* name, const char* arg, ...) { in execlp() 99 int execv(const char* name, char* const* argv) { in execv() 103 int execvp(const char* name, char* const* argv) { in execvp() 118 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 | system_property_api.cpp | 68 const prop_info* __system_property_find(const char* name) { in __system_property_find() 73 int __system_property_read(const prop_info* pi, char* name, char* value) { in __system_property_read() 79 void (*callback)(void* cookie, const char* name, in __system_property_read_callback() 86 int __system_property_get(const char* name, char* value) { in __system_property_get() 96 int __system_property_add(const char* name, unsigned int namelen, const char* value, in __system_property_add()
|
| D | getdomainname.cpp | 34 int getdomainname(char* name, size_t len) { in getdomainname()
|
| D | libc_init_common.cpp | 171 static const char* env_match(const char* envstr, const char* name) { in env_match() 185 static bool __is_valid_environment_variable(const char* name) { in __is_valid_environment_variable() 220 static bool __is_unsafe_environment_variable(const char* name) { in __is_unsafe_environment_variable()
|
| D | grp_pwd_file.cpp | 96 const char* name() const { in name() function 155 const char* name() const { in name() function 277 char name[kGrpPwdBufferSize]; in Find() local 304 bool MmapFile::FindByName(const char* name, Line* line) { in FindByName() 332 bool PasswdFile::FindByName(const char* name, passwd_state_t* passwd_state) { in FindByName() 348 bool GroupFile::FindByName(const char* name, group_state_t* group_state) { in FindByName()
|
| D | grp_pwd.cpp | 80 static int do_getpw_r(int by_name, const char* name, uid_t uid, in do_getpw_r() 130 int getpwnam_r(const char* name, passwd* pwd, in getpwnam_r() 175 static passwd* android_name_to_passwd(passwd_state_t* state, const char* name) { in android_name_to_passwd() 193 static group* android_name_to_group(group_state_t* state, const char* name) { in android_name_to_group() 292 static id_t app_id_from_name(const char* name, bool is_group) { in app_id_from_name() 416 static id_t oem_id_from_name(const char* name) { in oem_id_from_name() 657 static group* getgrnam_internal(const char* name, group_state_t* state) { in getgrnam_internal() 677 group* getgrnam(const char* name) { // NOLINT: implementing bad function. in getgrnam() 685 static int getgroup_r(bool by_name, const char* name, gid_t gid, struct group* grp, char* buf, in getgroup_r() 709 int getgrnam_r(const char* name, struct group* grp, char* buf, size_t buflen, in getgrnam_r()
|
| /bionic/linker/ |
| D | linker_config.cpp | 73 int next_token(std::string* name, std::string* value, std::string* error_msg) { in next_token() 200 std::string name; in parse_config_file() local 276 std::string name; in parse_config_file() local 296 std::string name; in parse_config_file() local 367 std::vector<std::string> get_strings(const std::string& name, size_t* lineno = nullptr) const { in get_strings() 383 bool get_bool(const std::string& name, size_t* lineno = nullptr) const { in get_bool() 392 std::string get_string(const std::string& name, size_t* lineno = nullptr) const { in get_string() 397 …std::vector<std::string> get_paths(const std::string& name, bool resolve, size_t* lineno = nullptr… in get_paths() 436 find_property(const std::string& name, size_t* lineno) const { in find_property() argument 471 for (const auto& name : additional_namespaces) { in read_binary_config() local [all …]
|
| /bionic/libc/kernel/uapi/sound/ |
| D | tlv.h | 35 #define SNDRV_CTL_TLVD_DECLARE_CONTAINER(name,...) unsigned int name[] = { SNDRV_CTL_TLVD_CONTAINER… argument 39 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_… argument 44 #define SNDRV_CTL_TLVD_DECLARE_DB_MINMAX(name,min_dB,max_dB) unsigned int name[] = { SNDRV_CTL_TLVD… argument 45 #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 53 #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-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/system_properties/ |
| D | prop_info.cpp | 38 prop_info::prop_info(const char* name, uint32_t namelen, const char* value, uint32_t valuelen) { in prop_info() 46 prop_info::prop_info(const char* name, uint32_t namelen, uint32_t long_offset) { in prop_info()
|
| D | system_properties.cpp | 125 const prop_info* SystemProperties::Find(const char* name) { in Find() 139 static bool is_read_only(const char* name) { in is_read_only() 143 int SystemProperties::Read(const prop_info* pi, char* name, char* value) { in Read() 182 void (*callback)(void* cookie, const char* name, in ReadCallback() 214 int SystemProperties::Get(const char* name, char* value) { in Get() 258 int SystemProperties::Add(const char* name, unsigned int namelen, const char* value, in Add()
|
| /bionic/libc/arch-x86/atom/string/ |
| D | sse2-wcslen-atom.S | 46 # define ENTRY(name) \ argument 55 # 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/tests/ |
| D | system_properties_test.cpp | 68 char name[PROP_NAME_MAX]; in hierarchical_test_callback() local 102 char name[PROP_NAME_MAX + 11]; in TEST() local 235 char name[PROP_NAME_MAX]; in TEST() local 461 const std::string& name = property.first; in TEST() local 467 const std::string& name = property.first; in TEST() local 480 auto check_with_read_callback = [&system_properties](const std::string& name, in TEST() 495 const std::string& name = property.first; in TEST() 504 const std::string& name = property.first; in TEST() local 521 auto name = "ro.super_long_property"s; in TEST() local
|
| /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/ |
| D | static_function_dispatch.S | 31 #define FUNCTION_DELEGATE(name, impl) \ argument
|
| /bionic/libc/arch-arm/ |
| D | static_function_dispatch.S | 31 #define FUNCTION_DELEGATE(name, impl) \ argument
|
| /bionic/libc/arch-x86/silvermont/string/ |
| D | sse2-strlen-slm.S | 60 # define ENTRY(name) \ argument 69 # define END(name) \ argument
|