Searched defs:pp (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/upstream-netbsd/common/lib/libc/inet/
H A Dinet_addr.c132 uint8_t *pp = parts; local
177 if (pp >= parts + 3 || val > 0xffU)
179 *pp++ = val;
198 n = pp - parts + 1;
/bionic/libc/upstream-netbsd/libc/inet/
H A Dinet_pton.c107 u_int *pp = parts; local
156 if (pp >= parts + 3)
158 *pp++ = val;
172 n = pp - parts + 1;
/bionic/libc/netbsd/resolv/
H A Dres_init.c171 register char *cp, **pp; local
250 pp = statp->dnsrch;
251 *pp++ = cp;
252 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) {
259 *pp++ = cp;
268 *pp++ = 0;
321 pp = statp->dnsrch;
322 *pp++ = cp;
323 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) {
328 *pp
[all...]
H A Dres_cache.c2658 register char **pp = statp->dnsrch; local
2660 while (pp < statp->dnsrch + MAXDNSRCH && *p != -1) {
2661 *pp++ = &statp->defdname + *p++;
/bionic/libc/netbsd/nameser/
H A Dns_print.c835 const u_char **pp, const char *origin,
842 n = dn_expand(msg, msg + msglen, *pp, *buf, (int)*buflen);
866 *pp += n;
834 addname(const u_char *msg, size_t msglen, const u_char **pp, const char *origin, char **buf, size_t *buflen) argument
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c926 int posix_memalign(void** pp, size_t alignment, size_t n);
929 allocated memory to *pp rather than returning it, (2) fails and
5290 int dlposix_memalign(void** pp, size_t alignment, size_t bytes) { argument
5308 *pp = mem;

Completed in 198 milliseconds