Searched refs:temp1 (Results 1 – 6 of 6) sorted by relevance
23 char temp1[L_tmpnam], temp2[L_tmpnam]; in main() local24 tmpnam(temp1); in main()27 std::ofstream fs1(temp1); in main()36 std::ifstream fs(temp1); in main()43 remove(temp1); in main()54 std::wofstream fs1(temp1); in main()63 std::wifstream fs(temp1); in main()70 remove(temp1); in main()
22 char temp1[L_tmpnam], temp2[L_tmpnam]; in main() local23 tmpnam(temp1); in main()26 std::ofstream fs1(temp1); in main()35 std::ifstream fs(temp1); in main()42 remove(temp1); in main()53 std::wofstream fs1(temp1); in main()62 std::wifstream fs(temp1); in main()69 remove(temp1); in main()
22 char temp1[L_tmpnam], temp2[L_tmpnam]; in main() local23 tmpnam(temp1); in main()26 std::fstream fs1(temp1, std::ios_base::in | std::ios_base::out in main()46 std::remove(temp1); in main()49 std::wfstream fs1(temp1, std::ios_base::in | std::ios_base::out in main()69 std::remove(temp1); in main()
23 char temp1[L_tmpnam], temp2[L_tmpnam]; in main() local24 tmpnam(temp1); in main()27 std::fstream fs1(temp1, std::ios_base::in | std::ios_base::out in main()47 std::remove(temp1); in main()50 std::wfstream fs1(temp1, std::ios_base::in | std::ios_base::out in main()70 std::remove(temp1); in main()
68 deque temp1; variable72 yyy (GeometryAddress (temp1)); in main()