Home
last modified time | relevance | path

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

/dports/lang/fth/fth-1.4.1/src/
H A Dfile.c675 fth_file_dirname(const char *name) in fth_file_dirname() function
700 res = fth_file_dirname(fth_string_ref(fs)); in ficl_file_dirname()
H A Dfth.h552 FTH fth_file_dirname(const char *);
H A Dio.c1129 dir = fth_file_dirname(name); in file_number()