Searched refs:path_suffix (Results 1 – 1 of 1) sorted by relevance
75 const char* path_suffix) { in make_path() argument82 if (asprintf(&path, "%s/%s", path_prefix, path_suffix) == -1) { in make_path()83 fprintf(stderr, "%s: couldn't allocate \"%s/%s\"\n", __FUNCTION__, path_prefix, path_suffix); in make_path()