Searched refs:tempFile (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/common/
H A DSearchPath.cpp56 FILE * tempFile; local
62 tempFile = fopen(base.c_str(), "r");
63 if (tempFile)
65 fclose(tempFile);
83 tempFile = fopen(searchPath.c_str(), "r");
84 if (tempFile)
86 fclose(tempFile);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c57378 u8 tempFile; /* zFilename is a temporary or immutable file */ member in struct:Pager
61469 int tempFile = 0; /* True for temp files (incl. in-memory files) */ local
[all...]

Completed in 843 milliseconds