Home
last modified time | relevance | path

Searched refs:ERR_STR_SIZE (Results 1 – 1 of 1) sorted by relevance

/dports/lang/chibi-scheme/chibi-scheme-0.10/
H A Dgc_heap.c9 #define ERR_STR_SIZE 256 macro
10 static char gc_heap_err_str[ERR_STR_SIZE];
263 snprintf(gc_heap_err_str, ERR_STR_SIZE, "Could not allocate memory for heap"); in sexp_gc_packed_heap_make()
485 snprintf(gc_heap_err_str, ERR_STR_SIZE, in load_image_fn()
518 snprintf(gc_heap_err_str, ERR_STR_SIZE, "dlopen failure: %s", in load_image_fn()
529 snprintf(gc_heap_err_str, ERR_STR_SIZE, in load_image_fn()
580 snprintf(gc_heap_err_str, ERR_STR_SIZE, "couldn't read image header"); in load_image_header()
588 snprintf(gc_heap_err_str, ERR_STR_SIZE, "unsupported image version: %d.%d\n", in load_image_header()
600 gc_heap_err_str[ERR_STR_SIZE-1] = 0; in sexp_load_image_err()
647 snprintf(gc_heap_err_str, ERR_STR_SIZE, "couldn't malloc heap\n"); in sexp_load_image()
[all …]