Home
last modified time | relevance | path

Searched refs:testStream (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DSourceFile.cpp42 std::ifstream testStream(actualPath.c_str(), std::ios_base::in | std::ios_base::binary); in openFile() local
43 if (!testStream.is_open()) in openFile()
51 if (ELFSourceFile::isELFFile(testStream)) in openFile()
53 testStream.close(); in openFile()
56 else if (SRecordSourceFile::isSRecordFile(testStream)) in openFile()
58 testStream.close(); in openFile()
63 testStream.close(); in openFile()
68 testStream.close(); in openFile()
/netbsd-src/external/bsd/bzip2/dist/
H A Dbzip2.c557 Bool testStream ( FILE *zStream ) in testStream() function
1597 allOK = testStream ( inStr ); in testf()