Home
last modified time | relevance | path

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

/dports/math/topaz/topaz-3.41/topaz/
H A Dgraph.cc1790 std::string filen, outfilen; in appendgraph() local
1896 outfilen = std::string(tmppath); in appendgraph()
1899 outfilen += std::string(stemp1); in appendgraph()
1901 outfilen += std::string(stemp1); in appendgraph()
1902 outfilen += filen; in appendgraph()
1903 if ((out = fopen(outfilen.c_str(), "w")) == 0) in appendgraph()
1918 outfilen = std::string(tmppath); in appendgraph()
1921 outfilen += std::string(stemp1); in appendgraph()
1923 outfilen += std::string(stemp1); in appendgraph()
1924 outfilen += filen; in appendgraph()
[all …]