asprintf          171 core/file.c        rv = asprintf(&buf, "<file %s fd: %d>", PN_STR_PTR(self->path), fd);
asprintf          173 core/file.c        rv = asprintf(&buf, "<file fd: %d>", fd);
asprintf          175 core/file.c        rv = asprintf(&buf, "<closed file>");
asprintf           83 core/internal.h int asprintf (char **string_ptr, const char *format, ...);
asprintf           58 core/load.c      if (asprintf(&func_name, "Potion_Init_%s", ext_name) == -1)
asprintf          137 core/load.c          if (asprintf(&r, "%s", dirname) == -1) potion_allocation_error();
asprintf          140 core/load.c          if (asprintf(&r, "%s%s", dirname, ext) == -1) potion_allocation_error();
asprintf          148 core/load.c          if (asprintf(&r, "%s/%s", dirname, file) == -1) potion_allocation_error();
asprintf          274 lib/buffile.c      rv = asprintf(&buf, "<buffile %s fd: %d>", PN_STR_PTR(self->path), fd);
asprintf          276 lib/buffile.c      rv = asprintf(&buf, "<buffile %p fd: %d>", self->file, fd);
asprintf          278 lib/buffile.c      rv = asprintf(&buf, "<closed buffile %p>", self->file);