Searched refs:name (Results 51 - 75 of 177) sorted by relevance

12345678

/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregerror.c18 * 3. Neither the name of the University nor the names of its contributors
55 * 4. Neither the name of the University nor the names of its contributors
129 = #define REG_ATOI 255 // convert name to number (!)
130 = #define REG_ITOA 0400 // convert number to name (!)
134 const char *name; member in struct:rerr
186 (void)strlcpy(convbuf, r->name, sizeof convbuf);
216 if (strcmp(r->name, preg->re_endp) == 0)
/bionic/tests/
H A Dstdlib_test.cpp103 // Get the name of this executable.
120 char name[16]; member in struct:s
122 return strcmp(reinterpret_cast<const s*>(lhs)->name, reinterpret_cast<const s*>(rhs)->name);
126 strcpy(entries[0].name, "charlie");
127 strcpy(entries[1].name, "bravo");
128 strcpy(entries[2].name, "alpha");
131 ASSERT_STREQ("alpha", entries[0].name);
132 ASSERT_STREQ("bravo", entries[1].name);
133 ASSERT_STREQ("charlie", entries[2].name);
[all...]
/bionic/libc/bionic/
H A Dpathconf.c133 pathconf(const char *path, int name) argument
141 switch (name) {
201 long fpathconf(int fildes, int name) argument
209 switch (name) {
H A Dposix_timers.cpp167 // Give the thread a meaningful name.
169 char name[32]; local
170 snprintf(name, sizeof(name), "POSIX interval timer %d", to_kernel_timer_id(timer));
171 pthread_setname_np(timer->callback_thread, name);
/bionic/libc/dns/
H A Dgethnamaddr.c17 * 3. Neither the name of the University nor the names of its contributors
38 * the name of Digital Equipment Corporation not be used in advertising or
236 /* res_send() has already verified that the query name is the
237 * same as the one we sent; this just gets the expanded name
264 cp += n; /* name */
300 /* Get canonical name. */
322 /* Get canonical name. */
476 gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t buflen, argument
481 res = gethostbyname(name);
493 gethostbyname(const char *name) argument
517 gethostbyname2(const char *name, int af) argument
523 android_gethostbynamefornet(const char *name, int af, unsigned netid, unsigned mark) argument
626 gethostbyname_internal_real(const char *name, int af, res_state res) argument
749 gethostbyname_internal(const char *name, int af, res_state res, unsigned netid, unsigned mark) argument
1001 const char *name; local
1034 _gethtbyname2(const char *name, int af) argument
1263 const char *name; local
[all...]
/bionic/libc/dns/net/
H A Dnsdispatch.c22 * 4. Neither the name of The NetBSD Foundation nor the names of its
119 while (srclist[srclistsize].name != NULL)
125 cb = _nsmethod(srclist[i].name, database, method,
/bionic/libc/kernel/uapi/linux/
H A Dauto_fs4.h5 *** of the same name, to make information necessary for userspace to
57 char name[NAME_MAX+1]; member in struct:autofs_packet_expire_multi
80 char name[NAME_MAX+1]; member in struct:autofs_v5_packet
H A Dbcache.h5 *** of the same name, to make information necessary for userspace to
22 #define BITMASK(name, type, field, offset, size) static inline __u64 name(const type *k) { return (k->field >> offset) & ~(~0ULL << size); } static inline void SET_##name(type *k, __u64 v) { k->field &= ~(~(~0ULL << size) << offset); k->field |= (v & ~(~0ULL << size)) << offset; }
30 #define KEY_FIELD(name, field, offset, size) BITMASK(name, struct bkey, field, offset, size)
31 #define PTR_FIELD(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
H A Ddlm_device.h5 *** of the same name, to make information necessary for userspace to
47 char name[0]; member in struct:dlm_lock_params
54 char name[0]; member in struct:dlm_lspace_params
H A Dminix_fs.h5 *** of the same name, to make information necessary for userspace to
95 char name[0]; member in struct:minix_dir_entry
100 char name[0]; member in struct:minix3_dir_entry
H A Dromfs_fs.h5 *** of the same name, to make information necessary for userspace to
42 char name[0]; member in struct:romfs_super_block
51 char name[0]; member in struct:romfs_inode
H A Dtipc.h5 *** of the same name, to make information necessary for userspace to
111 struct tipc_name name; member in struct:sockaddr_tipc::__anon759::__anon760
114 } name; member in union:sockaddr_tipc::__anon759
H A Ddm-ioctl.h5 *** of the same name, to make information necessary for userspace to
41 char name[DM_NAME_LEN]; member in struct:dm_ioctl
65 char name[0]; member in struct:dm_name_list
71 char name[0]; member in struct:dm_target_versions
H A Dcramfs_fs.h5 *** of the same name, to make information necessary for userspace to
56 __u8 name[16]; member in struct:cramfs_super
H A Disdn.h5 *** of the same name, to make information necessary for userspace to
106 char name[10]; member in struct:__anon428
112 char name[10]; member in struct:__anon429
H A Dsom.h5 *** of the same name, to make information necessary for userspace to
116 union name_pt name; member in struct:space_dictionary_record
165 union name_pt name; member in struct:subspace_dictionary_record
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dx_tables.h5 *** of the same name, to make information necessary for userspace to
32 char name[XT_EXTENSION_MAXNAMELEN]; member in struct:xt_entry_match::__anon511::__anon512
51 char name[XT_EXTENSION_MAXNAMELEN]; member in struct:xt_entry_target::__anon514::__anon515
65 #define XT_TARGET_INIT(__name, __size) { .target.u.user = { .target_size = XT_ALIGN(__size), .name = __name, }, }
77 char name[XT_EXTENSION_MAXNAMELEN]; member in struct:xt_get_revision
102 char name[XT_TABLE_MAXNAMELEN]; member in struct:xt_counters_info
/bionic/libc/arch-x86/atom/string/
H A Dsse2-wcschr-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
56 # define ENTRY(name) \
57 .type name, @function; \
58 .globl name; \
60 name: \ label
65 # define END(name) \
67 .size name, .-name
/bionic/libc/dns/resolv/
H A Dres_data.c170 const char *dname, /* domain name */
200 res_query(const char *name, /* domain name */ argument
209 return (res_nquery(&_nres, name, class, type, answer, anslen));
269 res_search(const char *name, /* domain name */ argument
279 return (res_nsearch(&_nres, name, class, type, answer, anslen));
283 res_querydomain(const char *name, argument
294 return (res_nquerydomain(&_nres, name, domain,
306 hostalias(const char *name) { argument
[all...]
H A Dres_debug.c36 * 4. Neither the name of the University nor the names of its contributors
59 * the name of Digital Equipment Corporation not be used in advertising or
79 * all paragraphs of this notice appear in all copies, and that the name of IBM
360 char name[MAXDNAME]; local
363 if ((n = dn_expand(msg, msg + len, cp, name, (int)sizeof name)) < 0)
365 if (name[0] == '\0')
368 fputs(name, file);
377 /* Return a fully-qualified domain name from a compressed name (wit
381 p_fqnname(const u_char *cp, const u_char *msg, int msglen, char *name, int namelen) argument
403 char name[MAXDNAME]; local
566 sym_ston(const struct res_sym *syms, const char *name, int *success) argument
1139 dn_count_labels(const char *name) argument
[all...]
/bionic/libc/kernel/uapi/linux/netfilter_arp/
H A Darp_tables.h5 *** of the same name, to make information necessary for userspace to
102 char name[XT_TABLE_MAXNAMELEN]; member in struct:arpt_getinfo
112 char name[XT_TABLE_MAXNAMELEN]; member in struct:arpt_replace
126 char name[XT_TABLE_MAXNAMELEN]; member in struct:arpt_get_entries
/bionic/libc/kernel/uapi/linux/netfilter_ipv4/
H A Dip_tables.h5 *** of the same name, to make information necessary for userspace to
119 char name[XT_TABLE_MAXNAMELEN]; member in struct:ipt_getinfo
129 char name[XT_TABLE_MAXNAMELEN]; member in struct:ipt_replace
142 char name[XT_TABLE_MAXNAMELEN]; member in struct:ipt_get_entries
/bionic/linker/
H A Dlinker.h115 char name[SOINFO_NAME_LEN]; member in struct:soinfo
234 soinfo* do_dlopen(const char* name, int flags, const android_dlextinfo* extinfo);
237 ElfW(Sym)* dlsym_linear_lookup(const char* name, soinfo** found, soinfo* start);
241 ElfW(Sym)* dlsym_handle_lookup(soinfo* si, soinfo** found, const char* name);
/bionic/libc/arch-arm/include/machine/
H A Delf_machdep.h113 #define R_TYPE(name) __CONCAT(R_ARM_,name)
/bionic/libc/kernel/uapi/mtd/
H A Dubi-user.h5 *** of the same name, to make information necessary for userspace to
76 char name[UBI_MAX_VOLUME_NAME + 1]; member in struct:ubi_mkvol_req
92 char name[UBI_MAX_VOLUME_NAME + 1]; member in struct:ubi_rnvol_req::__anon816

Completed in 4805 milliseconds

12345678