Home
last modified time | relevance | path

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

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dpaths.c51 #if !defined(PATH_ALLOC)
52 #define PATH_ALLOC(n) malloc(n) macro
83 char *buf = PATH_ALLOC(i+1); in remove_components()
183 char *path = PATH_ALLOC(r+1); in get_executable_path()
273 char* buf = PATH_ALLOC(bufsiz); in get_install_dir()
309 char *r = PATH_ALLOC(tail-q+1); in get_libgauche_path()
326 char *buf = PATH_ALLOC(buflen); in get_executable_path()
396 char *buf = (char*)PATH_ALLOC(buflen+1); in substitute_all()
H A Dexecenv.c90 #define PATH_ALLOC(n) SCM_MALLOC_ATOMIC(n) macro
H A Dlibextra.c22 #define PATH_ALLOC(n) SCM_MALLOC_ATOMIC(n) macro