asprintf 166 core/file.c rv = asprintf(&buf, "<file %s fd: %d>", PN_STR_PTR(self->path), fd); asprintf 168 core/file.c rv = asprintf(&buf, "<file fd: %d>", fd); asprintf 170 core/file.c rv = asprintf(&buf, "<closed file>"); asprintf 86 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 130 core/load.c if (asprintf(&r, "%s", dirname) == -1) potion_allocation_error(); asprintf 133 core/load.c if (asprintf(&r, "%s%s", dirname, ext) == -1) potion_allocation_error(); asprintf 141 core/load.c if (asprintf(&r, "%s/%s", dirname, file) == -1) potion_allocation_error(); asprintf 21 lib/buffile.c int asprintf (char **string_ptr, const char *format, ...); asprintf 283 lib/buffile.c rv = asprintf(&buf, "<buffile %s fd: %d>", PN_STR_PTR(self->path), fd); asprintf 285 lib/buffile.c rv = asprintf(&buf, "<buffile %p fd: %d>", self->file, fd); asprintf 287 lib/buffile.c rv = asprintf(&buf, "<closed buffile %p>", self->file);