Searched refs:name (Results 76 - 100 of 177) sorted by relevance

12345678

/bionic/libc/dns/net/
H A Dgetaddrinfo.c16 * 3. Neither the name of the project nor the names of its contributors
212 const char *name; /* domain name */ member in struct:res_target
256 "Temporary failure in name resolution", /* EAI_AGAIN */
258 "Non-recoverable failure in name resolution", /* EAI_FAIL */
746 * hostname as alphabetical name.
971 * the canonical name, based on a
992 * the canonical name, based on a
1359 /* res_send() has already verified that the query name is the
1360 * same as the one we sent; this just gets the expanded name
1882 const char *name; local
2036 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai) argument
2105 const char *name; local
2145 res_queryN(const char *name, struct res_target *target, res_state res) argument
2250 res_searchN(const char *name, struct res_target *target, res_state res) argument
2398 res_querydomainN(const char *name, const char *domain, struct res_target *target, res_state res) argument
[all...]
/bionic/libc/include/sys/
H A Dqueue.h13 * 3. Neither the name of the University nor the names of its contributors
84 #define LIST_HEAD(name, type) \
85 struct name { \
150 #define SLIST_HEAD(name, type) \
151 struct name { \
211 #define STAILQ_HEAD(name, type) \
212 struct name { \
285 #define SIMPLEQ_HEAD(name, type) \
286 struct name { \
359 #define _TAILQ_HEAD(name, typ
[all...]
H A Dcdefs.h18 * 3. Neither the name of the University nor the names of its contributors
354 #define __errordecl(name, msg) extern void name(void) __attribute__((__error__(msg)))
357 #define __errordecl(name, msg) extern void name(void)
/bionic/libc/arch-x86/atom/string/
H A Dsse2-wcslen-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
46 # define ENTRY(name) \
47 .type name, @function; \
48 .globl name; \
50 name: \ label
55 # define END(name) \
57 .size name, .-name
H A Dsse2-wcsrchr-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/arch-x86/silvermont/string/
H A Dsse2-memcpy-slm.S15 * Neither the name of Intel Corporation nor the names of its contributors
62 # define ENTRY(name) \
63 .type name, @function; \
64 .globl name; \
66 name: \ label
71 # define END(name) \
73 .size name, .-name
H A Dsse2-strlen-slm.S15 * Neither the name of Intel Corporation nor the names of its contributors
60 # define ENTRY(name) \
61 .type name, @function; \
62 .globl name; \
64 name: \ label
69 # define END(name) \
71 .size name, .-name
/bionic/libc/arch-x86_64/string/
H A Dsse2-memcpy-slm.S15 * Neither the name of Intel Corporation nor the names of its contributors
62 # define ENTRY(name) \
63 .type name, @function; \
64 .globl name; \
66 name: \ label
71 # define END(name) \
73 .size name, .-name
H A Dsse2-strlen-slm.S15 * Neither the name of Intel Corporation nor the names of its contributors
50 # define ENTRY(name) \
51 .type name, @function; \
52 .globl name; \
54 name: \ label
59 # define END(name) \
61 .size name, .-name
/bionic/libc/arch-mips/include/machine/
H A Dasm.h101 #define SETUP_GP64(gpoff, name)
110 #define SETUP_GP64(gpoff, name) \
111 .cpsetup t9, gpoff, name
H A Delf_machdep.h94 #define R_TYPE(name) __CONCAT(R_MIPS_,name)
/bionic/libc/arch-mips64/include/machine/
H A Dasm.h101 #define SETUP_GP64(gpoff, name)
110 #define SETUP_GP64(gpoff, name) \
111 .cpsetup t9, gpoff, name
H A Delf_machdep.h94 #define R_TYPE(name) __CONCAT(R_MIPS_,name)
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h5 *** of the same name, to make information necessary for userspace to
136 char name[XT_TABLE_MAXNAMELEN]; member in struct:ip6t_getinfo
146 char name[XT_TABLE_MAXNAMELEN]; member in struct:ip6t_replace
160 char name[XT_TABLE_MAXNAMELEN]; member in struct:ip6t_get_entries
/bionic/libc/kernel/uapi/video/
H A Dadf.h5 *** of the same name, to make information necessary for userspace to
122 char name[ADF_NAME_LEN]; member in struct:adf_device_data
135 char name[ADF_NAME_LEN]; member in struct:adf_interface_data
155 char name[ADF_NAME_LEN]; member in struct:adf_overlay_engine_data
/bionic/libc/bionic/
H A Dvdso.cpp38 const char* name; member in struct:vdso_entry
117 if (strcmp(vdso_entries[j].name, strtab + symtab[i].st_name) == 0) {
/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dkvm.h5 *** of the same name, to make information necessary for userspace to
90 #define KVM_REG_ARM_CORE_REG(name) (offsetof(struct kvm_regs, name) / sizeof(__u32))
/bionic/libc/dns/nameser/
H A Dns_print.c63 static size_t prune_origin(const char *name, const char *origin);
115 const char *name, ns_class class, ns_type type,
131 if (name_ctx != NULL && ns_samename(name_ctx, name) == 1) {
134 len = (int)prune_origin(name, origin);
135 if (*name == '\0') {
140 T(addstr(name, (size_t)len, &buf, &buflen));
144 name[len] == '\0')) && name[len - 1] != '.') {
206 /* Server name. */
210 /* Administrator name
114 ns_sprintrrf(const u_char *msg, size_t msglen, const char *name, ns_class class, ns_type type, u_long ttl, const u_char *rdata, size_t rdlen, const char *name_ctx, const char *origin, char *buf, size_t buflen) argument
1114 prune_origin(const char *name, const char *origin) argument
[all...]
/bionic/libc/kernel/tools/
H A Dutils.py83 # this is the name of another file, include it and parse it
115 for name in files:
116 os.remove(os.path.join(root, name))
117 for name in dirs:
118 os.rmdir(os.path.join(root, name))
/bionic/libc/kernel/uapi/linux/
H A Dbfs_fs.h5 *** of the same name, to make information necessary for userspace to
57 char name[BFS_NAMELEN]; member in struct:bfs_dirent
H A Dinotify.h5 *** of the same name, to make information necessary for userspace to
30 char name[0]; member in struct:inotify_event
H A Duhid.h5 *** of the same name, to make information necessary for userspace to
41 __u8 name[128]; member in struct:uhid_create_req
H A Duinput.h5 *** of the same name, to make information necessary for userspace to
67 char name[UINPUT_MAX_NAME_SIZE]; member in struct:uinput_user_dev
/bionic/libc/kernel/uapi/linux/can/
H A Dnetlink.h5 *** of the same name, to make information necessary for userspace to
36 char name[16]; member in struct:can_bittiming_const
/bionic/libc/kernel/uapi/sound/
H A Dasound_fm.h5 *** of the same name, to make information necessary for userspace to
101 char name[25]; member in struct:sbi_patch

Completed in 504 milliseconds

12345678