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

/bionic/libc/upstream-netbsd/libc/string/
H A Dmemccpy.c52 unsigned char *tp = t; local
56 if ((*tp++ = *fp++) == uc)
57 return (tp);
/bionic/libc/upstream-netbsd/libc/inet/
H A Dinet_ntop.c134 char *tp, *ep; local
179 tp = tmp;
186 *tp++ = ':';
191 if (tp + 1 >= ep)
193 *tp++ = ':';
200 if (!inet_ntop4(src+12, tp, (socklen_t)(ep - tp)))
202 tp += strlen(tp);
205 advance = snprintf(tp, (size_
[all...]
H A Dinet_pton.c227 u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
235 memset((tp = tmp), '\0', NS_IN6ADDRSZ);
236 endp = tp + NS_IN6ADDRSZ;
262 colonp = tp;
266 if (tp + NS_INT16SZ > endp)
268 *tp++ = (u_char) (val >> 8) & 0xff;
269 *tp++ = (u_char) val & 0xff;
274 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
275 inet_pton4(curtok, tp, 1) > 0) {
276 tp
[all...]
/bionic/libc/kernel/common/linux/
H A Dcan.h55 struct { canid_t rx_id, tx_id; } tp; member in union:sockaddr_can::__anon283
/bionic/libc/netbsd/nameser/
H A Dns_name.c850 unsigned char *tp; local
868 for (tp = *dst + 1; cp < end && tp < eom; cp++) {
879 *tp++ = ((value << 4) & 0xff);
907 *tp++ = value;
915 if (cp >= end || tp >= eom)
945 *dst = tp;
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c4285 tchunkptr tp = (tchunkptr)p; local
4292 unlink_large_chunk(m, tp);
4302 insert_large_chunk(m, tp, psize);
4793 tchunkptr tp = (tchunkptr)p; local
4794 insert_large_chunk(fm, tp, psize);
5722 tchunkptr tp = (tchunkptr)p; local
5723 insert_large_chunk(fm, tp, psize);

Completed in 1064 milliseconds