potion_str2 211 core/potion.h #define PN_STRN(x, l) potion_str2(P, x, l) potion_str2 819 core/potion.h PN potion_str2(Potion *, char *, size_t); potion_str2 266 core/string.c return potion_str2(P, str + startoffset, endoffset - startoffset); potion_str2 285 core/string.c str = potion_str2(P, s, PN_STR_LEN(self) + PN_STR_LEN(x)); potion_str2 307 core/string.c return potion_str2(P, str + startoffset, endoffset - startoffset); potion_str2 880 lib/aio.c return r ? aio_error(P, "tcp getsockname", r) : potion_str2(P, sock.sa_data, len); potion_str2 888 lib/aio.c return r ? aio_error(P, "tcp getpeername", r) : potion_str2(P, sock.sa_data, len); potion_str2 975 lib/aio.c return r ? aio_error(P, "udp getsockname", r) : potion_str2(P, sock.sa_data, len);