Searched refs:name (Results 26 - 50 of 195) sorted by relevance

12345678

/bionic/libc/bionic/
H A Dmalloc_info.cpp24 // name must be valid throughout lifetime of the object.
25 explicit Elem(FILE* fp, const char* name, argument
28 this->name = name;
30 fprintf(fp, "<%s", name);
42 fprintf(fp, "</%s>", name);
54 const char* name; member in class:Elem
H A Dlibc_init_common.cpp174 // starts with '<name>=', and if so return the address of the
176 static const char* env_match(const char* envstr, const char* name) { argument
179 while (envstr[i] == name[i] && name[i] != '\0') {
183 if (name[i] == '\0' && envstr[i] == '=') {
190 static bool __is_valid_environment_variable(const char* name) { argument
195 if (name == nullptr) {
203 if (name[pos] == '\0') {
206 if (name[pos] == '=' && first_equal_pos < 0) {
225 static bool __is_unsafe_environment_variable(const char* name) { argument
[all...]
H A Dstubs.cpp83 static int do_getpw_r(int by_name, const char* name, uid_t uid, argument
94 const passwd* src = by_name ? getpwnam(name) : getpwuid(uid); // NOLINT: see above.
133 int getpwnam_r(const char* name, passwd* pwd, argument
135 return do_getpw_r(1, name, -1, pwd, buf, byte_count, result);
145 snprintf(state->name_buffer_, sizeof(state->name_buffer_), "%s", iinfo->name);
160 snprintf(state->group_name_buffer_, sizeof(state->group_name_buffer_), "%s", iinfo->name);
178 static passwd* android_name_to_passwd(passwd_state_t* state, const char* name) { argument
180 if (!strcmp(android_ids[n].name, name)) {
196 static group* android_name_to_group(group_state_t* state, const char* name) { argument
211 app_id_from_name(const char* name, bool is_group) argument
318 oem_id_from_name(const char* name) argument
485 getgrnam_internal(const char* name, group_state_t* state) argument
498 getgrnam(const char* name) argument
506 getgroup_r(bool by_name, const char* name, gid_t gid, struct group* grp, char* buf, size_t buflen, struct group** result) argument
530 getgrnam_r(const char* name, struct group* grp, char* buf, size_t buflen, struct group **result) argument
[all...]
H A Dsystem_properties.cpp66 * Each property's name is delimited at '.' characters, and the tokens are put
107 char name[0]; member in struct:prop_bt
109 prop_bt(const char *name, const uint8_t name_length) { argument
111 memcpy(this->name, name, name_length);
112 this->name[name_length] = '\0';
130 const prop_info *find(const char *name);
131 bool add(const char *name, unsigned int namelen,
142 prop_bt *new_prop_bt(const char *name, uint8_t namelen, uint_least32_t *const off);
143 prop_info *new_prop_info(const char *name, uint8_
176 char name[0]; member in struct:prop_info
178 prop_info(const char *name, const uint8_t namelen, const char *value, const uint8_t valuelen) argument
360 new_prop_bt(const char *name, uint8_t namelen, uint_least32_t *const off) argument
373 new_prop_info(const char *name, uint8_t namelen, const char *value, uint8_t valuelen, uint_least32_t *const off) argument
421 find_prop_bt(prop_bt *const bt, const char *name, uint8_t namelen, bool alloc_if_needed) argument
472 find_property(prop_bt *const trie, const char *name, uint8_t namelen, const char *value, uint8_t valuelen, bool alloc_if_needed) argument
633 find(const char *name) argument
637 add(const char *name, unsigned int namelen, const char *value, unsigned int valuelen) argument
831 get_prop_area_for_name(const char* name) argument
1078 __system_property_find(const char *name) argument
1105 __system_property_read(const prop_info *pi, char *name, char *value) argument
1134 __system_property_get(const char *name, char *value) argument
1201 __system_property_add(const char *name, unsigned int namelen, const char *value, unsigned int valuelen) argument
[all...]
H A Djemalloc.h32 int je_mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp, size_t newlen);
/bionic/libc/arch-x86/include/machine/
H A Delf_machdep.h64 #define R_TYPE(name) __CONCAT(R_386_,name)
/bionic/libc/arch-x86_64/include/machine/
H A Delf_machdep.h51 #define R_TYPE(name) __CONCAT(R_X86_64_,name)
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_recent.h5 *** of the same name, to make information necessary for userspace to
45 char name[XT_RECENT_NAME_LEN]; member in struct:xt_recent_mtinfo
55 char name[XT_RECENT_NAME_LEN]; member in struct:xt_recent_mtinfo_v1
H A Dxt_hashlimit.h5 *** of the same name, to make information necessary for userspace to
49 char name[IFNAMSIZ]; member in struct:xt_hashlimit_info
72 char name[IFNAMSIZ]; member in struct:xt_hashlimit_mtinfo1
/bionic/libc/kernel/uapi/linux/
H A Dsync.h5 *** of the same name, to make information necessary for userspace to
26 char name[32]; member in struct:sync_merge_data
42 char name[32]; member in struct:sync_fence_info_data
H A Dauto_fs.h5 *** of the same name, to make information necessary for userspace to
46 char name[NAME_MAX + 1]; member in struct:autofs_packet_missing
52 char name[NAME_MAX + 1]; member in struct:autofs_packet_expire
H A Dip6_tunnel.h5 *** of the same name, to make information necessary for userspace to
34 char name[IFNAMSIZ]; member in struct:ip6_tnl_parm
47 char name[IFNAMSIZ]; member in struct:ip6_tnl_parm2
H A Duvcvideo.h5 *** of the same name, to make information necessary for userspace to
45 __u8 name[32]; member in struct:uvc_menu_info
50 __u8 name[32]; member in struct:uvc_xu_control_mapping
/bionic/libc/include/
H A Dgetopt.h47 /* name of long option */
48 const char *name; member in struct:option
H A Dnsswitch.h141 const char *name; member in struct:__anon51
161 * An nsswitch module provides a mapping from (database name, method name)
167 const char *name; member in struct:__anon52
191 * name and a list of ns_src's containing the source information.
194 const char *name; /* name of database */ member in struct:__anon53
203 const char *name; /* module name */ member in struct:__anon54
/bionic/libc/malloc_debug/
H A DMapData.h41 MapEntry(uintptr_t start, uintptr_t end, uintptr_t offset, const char* name, size_t name_len) argument
42 : start(start), end(end), offset(offset), name(name, name_len) {}
51 std::string name; member in struct:MapEntry
/bionic/libc/private/
H A Dbionic_vdso.h45 const char* name; member in struct:vdso_entry
/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dcharclass.h11 const char *name; member in struct:cclass
/bionic/tests/
H A Ddlext_private.h82 extern struct android_namespace_t* android_create_namespace(const char* name,
H A Dpty_test.cpp26 char name[32]; local
28 ASSERT_EQ(0, openpty(&master, &slave, name, NULL, &w));
35 ASSERT_STREQ(tty_name, name);
/bionic/tools/bionicbb/
H A Dbionicbb.py40 name = result['name']
50 logging.debug('%s #%s %s: %s', name, number, status, full_url)
54 if name == 'bionic-presubmit':
56 name, number, status, go_url)]
78 elif name == 'clean-bionic-presubmit':
85 elif name == 'bionic-lint':
88 logging.error('Unknown project: %s', name)
/bionic/libc/tools/
H A Dgenserv.py18 def __init__(self,name,port,proto):
19 self.name = name
28 result = "\\%0o%s" % (len(self.name),self.name)
H A Dcheck-symbols-glibc.py35 def MangleGlibcNameToBionic(name):
36 if name in glibc_to_bionic_names:
37 return glibc_to_bionic_names[name]
38 return name
40 def GetNdkIgnored(arch): # pylint: disable=redefined-outer-name
145 # These have mangled names in glibc, with a macro taking the "obvious" name.
/bionic/libc/arch-arm64/include/machine/
H A Delf_machdep.h104 #define R_TYPE(name) __CONCAT(R_AARCH64_,name)
/bionic/libc/kernel/uapi/drm/
H A Darmada_drm.h5 *** of the same name, to make information necessary for userspace to
25 #define ARMADA_IOCTL(dir,name,str) DRM_ ##dir(DRM_COMMAND_BASE + DRM_ARMADA_ ##name, struct drm_armada_ ##str)

Completed in 837 milliseconds

12345678