Searched refs:target (Results 1 – 9 of 9) 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 | 2136 res_queryN(const char *name, /* domain name */ struct res_target *target, in res_queryN() argument 2152 for (t = target; t; t = t->next) { in res_queryN() 2241 res_searchN(const char *name, struct res_target *target, res_state res) in res_searchN() argument 2250 assert(target != NULL); in res_searchN() 2252 hp = (HEADER *)(void *)target->answer; /*XXX*/ in res_searchN() 2270 ret = res_queryN(cp, target, res); in res_searchN() 2280 ret = res_querydomainN(name, NULL, target, res); in res_searchN() 2301 ret = res_querydomainN(name, *domain, target, res); in res_searchN() 2356 ret = res_querydomainN(name, NULL, target, res); in res_searchN() 2384 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/regex/ |
D | regerror.c | 83 int target = errcode &~ REG_ITOA; in regerror() local 91 if (r->code == target) in regerror() 100 "REG_0x%x", target); in regerror()
|
/bionic/libc/zoneinfo/ |
D | Android.mk | 6 $(transform-prebuilt-to-target) 10 $(transform-prebuilt-to-target) 14 $(transform-prebuilt-to-target)
|
/bionic/libc/kernel/common/linux/netfilter/ |
D | x_tables.h | 53 struct xt_target *target; member 64 struct xt_entry_target target; member
|
/bionic/libc/kernel/common/linux/ |
D | binder.h | 82 } 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()
|
/bionic/libc/docs/ |
D | CHANGES.TXT | 100 not match the features of the target device where we run a static executable
|