Searched defs:target (Results 1 - 7 of 7) sorted by last modified time

/bionic/libc/kernel/common/linux/
H A Dbinder.h86 } target; member in struct:binder_transaction_data
H A Dvideodev2.h592 __u32 target; member in struct:v4l2_selection
/bionic/libc/kernel/common/linux/netfilter/
H A Dx_tables.h56 struct xt_target *target; member in struct:xt_entry_target::__anon398::__anon400
66 struct xt_entry_target target; member in struct:xt_standard_target
/bionic/libc/netbsd/nameser/
H A Dns_print.c71 static int addtab(size_t len, size_t target, int spaced,
897 addtab(size_t len, size_t target, int spaced, char **buf, size_t *buflen) { argument
902 if (spaced || len >= target - 1) {
906 for (t = (target - len - 1) / 8; t >= 0; t--)
/bionic/libc/netbsd/net/
H A Dgetaddrinfo.c2152 res_queryN(const char *name, /* domain name */ struct res_target *target, argument
2163 /* XXX: target may be NULL??? */
2168 for (t = target; t; t = t->next) {
2257 res_searchN(const char *name, struct res_target *target, res_state res) argument
2266 assert(target != NULL);
2268 hp = (HEADER *)(void *)target->answer; /*XXX*/
2286 ret = res_queryN(cp, target, res);
2296 ret = res_querydomainN(name, NULL, target, res);
2317 ret = res_querydomainN(name, *domain, target, res);
2372 ret = res_querydomainN(name, NULL, target, re
2399 res_querydomainN(const char *name, const char *domain, struct res_target *target, res_state res) argument
[all...]
/bionic/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 < (fpos_t)(curoff + n)) {
189 int o = target - curoff;
208 curoff = target & ~(fp->_blksize - 1);
216 n = target - curoff;
/bionic/libc/upstream-netbsd/libc/regex/
H A Dregerror.c170 int target = errcode &~ REG_ITOA; local
181 if (r->code == target)
189 "REG_0x%x", target);

Completed in 696 milliseconds