Home
last modified time | relevance | path

Searched refs:cs_file_endswith (Results 1 – 4 of 4) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_file.h875 cs_file_endswith(const char *path,
H A Dcs_medcoupling_intersector.cxx543 if (cs_file_endswith(filename, _ext) == 0) in _dump_medcoupling_mesh()
H A Dcs_restart.c2198 if (cs_file_isreg(_name) == 0 && cs_file_endswith(name, _extension)) { in cs_restart_create()
H A Dcs_file.c4683 cs_file_endswith(const char *path, in cs_file_endswith() function