Home | History | Annotate | Download | only in crt

Lines Matching refs:FXSYS_fopen

428   m_hFile = FXSYS_fopen(szFileName.c_str(), wsMode);
432 m_hFile = FXSYS_fopen(szFileName.c_str(), "w+b");
435 m_hFile = FXSYS_fopen(szFileName.c_str(), "r+b");