potion_str2 208 core/potion.h #define PN_STRN(x, l) potion_str2(P, x, l) potion_str2 791 core/potion.h PN potion_str2(Potion *, char *, size_t); potion_str2 231 core/string.c return potion_str2(P, str + startoffset, endoffset - startoffset); potion_str2 250 core/string.c str = potion_str2(P, s, PN_STR_LEN(self) + PN_STR_LEN(x)); potion_str2 860 lib/aio.c return r ? aio_error(P, "tcp getsockname", r) : potion_str2(P, sock.sa_data, len); potion_str2 868 lib/aio.c return r ? aio_error(P, "tcp getpeername", r) : potion_str2(P, sock.sa_data, len); potion_str2 955 lib/aio.c return r ? aio_error(P, "udp getsockname", r) : potion_str2(P, sock.sa_data, len);