Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A Dphio_posix.cc28 int err = posix_openfile_single(posixName.c_str(),f); in posix_openfile()
32 int posix_openfile_single(const char filename[], phio_fp f) { in posix_openfile_single() function
H A Dphio_posix.h7 int posix_openfile_single(
/phasta/phSolver/common/test/
H A DphIOreadIlwork.cc16 int err = posix_openfile_single(geomfilename, file); in openfile()