first_element 269 lib/util.h char *mc_build_filename (const char *first_element, ...); first_element 270 lib/util.h char *mc_build_filenamev (const char *first_element, va_list args); first_element 1234 lib/utilunix.c mc_build_filenamev (const char *first_element, va_list args) first_element 1237 lib/utilunix.c const char *element = first_element; first_element 1246 lib/utilunix.c absolute = IS_PATH_SEP (*first_element); first_element 1291 lib/utilunix.c mc_build_filename (const char *first_element, ...) first_element 1296 lib/utilunix.c if (first_element == NULL) first_element 1299 lib/utilunix.c va_start (args, first_element); first_element 1300 lib/utilunix.c ret = mc_build_filenamev (first_element, args); first_element 1249 lib/vfs/path.c vfs_path_build_filename (const char *first_element, ...) first_element 1255 lib/vfs/path.c if (first_element == NULL) first_element 1258 lib/vfs/path.c va_start (args, first_element); first_element 1259 lib/vfs/path.c str_path = mc_build_filenamev (first_element, args); first_element 1278 lib/vfs/path.c vfs_path_append_new (const vfs_path_t * vpath, const char *first_element, ...) first_element 1285 lib/vfs/path.c if (vpath == NULL || first_element == NULL) first_element 1288 lib/vfs/path.c va_start (args, first_element); first_element 1289 lib/vfs/path.c str_path = mc_build_filenamev (first_element, args); first_element 70 lib/vfs/path.h vfs_path_t *vfs_path_build_filename (const char *first_element, ...); first_element 71 lib/vfs/path.h vfs_path_t *vfs_path_append_new (const vfs_path_t * vpath, const char *first_element, ...);