evboards.c | 418 * make_path -- 423 make_path(char *buf, size_t bufsize, const char *fmt, ...) function in typeref:typename:__printflike (3,4)const char * 453 return make_path(buf, bufsize, "%s/%s/boards.plist", 853 overlay_path = make_path(overlay_pathbuf, 870 overlay_path = make_path(overlay_pathbuf, 1655 return make_path(buf, bufsize, "%s/%s", base_path, file_name);
|