potion_byte_str2 116 core/file.c return potion_byte_str2(P, buf, r); potion_byte_str2 491 core/objmodel.c PN str = potion_byte_str2(P, NULL, 0); potion_byte_str2 797 core/potion.h PN potion_byte_str2(Potion *, const char *, size_t len); potion_byte_str2 237 core/string.c return potion_byte_str2(P, PN_STR_PTR(self), PN_STR_LEN(self)); potion_byte_str2 282 core/string.c return potion_byte_str2(P, str, strlen(str)); potion_byte_str2 389 core/string.c PN_CLOSURE(block)->method(P, block, P->lobby, potion_byte_str2(P, &s[i], 1)); potion_byte_str2 405 core/string.c return potion_byte_str2(P, &c, 1); potion_byte_str2 700 lib/aio.c potion_byte_str2(wrap->P, buf->base, buf->len)); potion_byte_str2 711 lib/aio.c potion_byte_str2(wrap->P, buf->base, buf->len), PN_NUM(pending)); potion_byte_str2 1085 lib/aio.c potion_byte_str2(wrap->P, buf->base, buf->len), potion_byte_str2 676 syn/syntax-p5.y return l ? potion_byte_str2(G->data, nl, l) : PN_NIL; potion_byte_str2 481 syn/syntax.y return l ? potion_byte_str2(G->data, nl, l) : PN_NIL;