Searched refs:target (Results 1 - 25 of 28) sorted by relevance

12

/bionic/libc/bionic/
H A Dumount.cpp31 int umount(const char* target) { argument
32 return umount2(target, 0);
/bionic/libc/kernel/uapi/linux/netfilter_bridge/
H A Debt_redirect.h22 int target; member in struct:ebt_redirect_info
H A Debt_arpreply.h24 int target; member in struct:ebt_arpreply_info
H A Debt_nat.h25 int target; member in struct:ebt_nat_info
H A Debt_mark_t.h29 int target; member in struct:ebt_mark_t_info
H A Debtables.h120 struct xt_target *target; member in union:ebt_entry_target::__anon562
129 struct ebt_entry_target target; member in struct:ebt_standard_target
/bionic/libc/dns/net/
H A Dbase64.c137 b64_ntop(src, srclength, target, targsize)
140 char *target;
149 assert(target != NULL);
170 target[datalength++] = Base64[output[0]];
171 target[datalength++] = Base64[output[1]];
172 target[datalength++] = Base64[output[2]];
173 target[datalength++] = Base64[output[3]];
194 target[datalength++] = Base64[output[0]];
195 target[datalength++] = Base64[output[1]];
197 target[datalengt
[all...]
H A Dgetaddrinfo.c2145 res_queryN(const char *name, /* domain name */ struct res_target *target, argument
2156 /* XXX: target may be NULL??? */
2161 for (t = target; t; t = t->next) {
2250 res_searchN(const char *name, struct res_target *target, res_state res) argument
2259 assert(target != NULL);
2261 hp = (HEADER *)(void *)target->answer; /*XXX*/
2279 ret = res_queryN(cp, target, res);
2289 ret = res_querydomainN(name, NULL, target, res);
2316 ret = res_querydomainN(name, *domain, target, res);
2371 ret = res_querydomainN(name, NULL, target, re
2398 res_querydomainN(const char *name, const char *domain, struct res_target *target, res_state res) argument
[all...]
/bionic/tests/libs/
H A DAndroid.mk32 build_type := target
48 build_type := target
76 build_type := target
89 build_type := target
100 build_type := target
113 build_type := target
126 build_type := target
139 build_type := target
/bionic/libc/kernel/uapi/linux/netfilter_arp/
H A Darpt_mangle.h37 int target; member in struct:arpt_mangle
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dfseek.c52 fpos_t target, curoff; local
144 target = offset;
148 target = st.st_size + offset;
182 * If the target offset is within the current buffer,
188 target >= curoff && target < curoff + n) {
189 int o = target - curoff;
208 curoff = target & ~(fp->_blksize - 1);
216 n = target - curoff;
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h104 struct xt_standard_target target; member in struct:ip6t_standard
109 struct xt_error_target target; member in struct:ip6t_error
112 #define IP6T_STANDARD_INIT(__verdict) { .entry = IP6T_ENTRY_INIT(sizeof(struct ip6t_standard)), .target = XT_TARGET_INIT(XT_STANDARD_TARGET, sizeof(struct xt_standard_target)), .target.verdict = -(__verdict) - 1, }
114 #define IP6T_ERROR_INIT { .entry = IP6T_ENTRY_INIT(sizeof(struct ip6t_error)), .target = XT_TARGET_INIT(XT_ERROR_TARGET, sizeof(struct xt_error_target)), .target.errorname = "ERROR", }
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregerror.c170 int target = errcode &~ REG_ITOA; local
181 if (r->code == target)
189 "REG_0x%x", target);
/bionic/tests/
H A DAndroid.mk141 build_type := target
160 build_type := target
186 build_type := target
194 build_type := target
205 build_type := target
217 build_type := target
232 build_type := target
267 build_type := target
289 build_type := target
328 # Use the current target ou
[all...]
H A DAndroid.build.mk84 ifeq ($(build_type),target)
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dx_tables.h57 struct xt_target *target; member in struct:xt_entry_target::__anon514::__anon516
65 #define XT_TARGET_INIT(__name, __size) { .target.u.user = { .target_size = XT_ALIGN(__size), .name = __name, }, }
67 struct xt_entry_target target; member in struct:xt_standard_target
72 struct xt_entry_target target; member in struct:xt_error_target
/bionic/libc/kernel/uapi/linux/
H A Dfsl_hypervisor.h50 __u32 target; member in struct:fsl_hv_ioctl_memcpy
H A Dv4l2-subdev.h87 __u32 target; member in struct:v4l2_subdev_selection
H A Dbinder.h100 } target; member in struct:binder_transaction_data
H A Dbtrfs.h196 __u64 target; member in struct:btrfs_balance_args
/bionic/linker/
H A Dlinker_executable.mk25 @echo "target PrefixSymbols: $(PRIVATE_MODULE) ($@)"
/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dkvm.h67 __u32 target; member in struct:kvm_vcpu_init
/bionic/libc/kernel/uapi/drm/
H A Dtegra_drm.h100 } target; member in struct:drm_tegra_reloc
/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dkvm.h80 __u32 target; member in struct:kvm_vcpu_init
/bionic/libc/dns/nameser/
H A Dns_print.c72 static int addtab(size_t len, size_t target, int spaced,
1247 addtab(size_t len, size_t target, int spaced, char **buf, size_t *buflen) { argument
1252 if (spaced || len >= target - 1) {
1256 for (t = (target - len - 1) / 8; t >= 0; t--)

Completed in 2338 milliseconds

12