Lines Matching defs:ptr
224 char *ptr;
228 port = strtoul(toys.optargs[1], &ptr, 10);
231 if (*ptr) ptr = toys.optargs[1];
234 ptr = toybuf;
240 if ((ret = getaddrinfo(host, ptr, &hints, &res)))
272 char *ptr = NULL, *addr, *server, buf[sizeof(struct sockaddr_in6)];
279 if ((ptr = strchr(TT.nmsg, ':'))) {
280 *ptr = '\0';
281 ptr++;
331 if (ptr) write(newfd, ptr, strlen(ptr)+1);