Searched refs:target (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/netbsd/net/ |
D | base64.c | 137 b64_ntop(src, srclength, target, targsize) in b64_ntop() argument 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[datalength++] = Pad64; [all …]
|
D | getaddrinfo.c | 2152 res_queryN(const char *name, /* domain name */ struct res_target *target, in res_queryN() argument 2168 for (t = target; t; t = t->next) { in res_queryN() 2257 res_searchN(const char *name, struct res_target *target, res_state res) in res_searchN() argument 2266 assert(target != NULL); in res_searchN() 2268 hp = (HEADER *)(void *)target->answer; /*XXX*/ in res_searchN() 2286 ret = res_queryN(cp, target, res); in res_searchN() 2296 ret = res_querydomainN(name, NULL, target, res); in res_searchN() 2317 ret = res_querydomainN(name, *domain, target, res); in res_searchN() 2372 ret = res_querydomainN(name, NULL, target, res); in res_searchN() 2400 struct res_target *target, res_state res) in res_querydomainN() argument [all …]
|
/bionic/libc/stdio/ |
D | fseek.c | 52 fpos_t target, curoff; in fseeko() local 144 target = offset; in fseeko() 148 target = st.st_size + offset; in fseeko() 188 target >= curoff && target < (fpos_t)(curoff + n)) { in fseeko() 189 int o = target - curoff; in fseeko() 208 curoff = target & ~(fp->_blksize - 1); in fseeko() 216 n = target - curoff; in fseeko()
|
/bionic/libc/upstream-netbsd/libc/regex/ |
D | regerror.c | 170 int target = errcode &~ REG_ITOA; in regerror() local 181 if (r->code == target) in regerror() 189 "REG_0x%x", target); in regerror()
|
/bionic/libc/kernel/common/linux/netfilter/ |
D | x_tables.h | 56 struct xt_target *target; member 66 struct xt_entry_target target; member
|
/bionic/libc/kernel/common/linux/ |
D | binder.h | 86 } target; member
|
D | videodev2.h | 592 __u32 target; member
|
/bionic/libc/netbsd/nameser/ |
D | ns_print.c | 71 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) { in addtab() argument 902 if (spaced || len >= target - 1) { in addtab() 906 for (t = (target - len - 1) / 8; t >= 0; t--) in addtab()
|