Home
last modified time | relevance | path

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

/dports/games/maxr/maxr-0.2.9/src/utility/
H A Dlog.cpp101 writeToFile(tmp, netLogfile); in write()
129 if (netLogfile.is_open()) in checkOpenFile()
151 netLogfile.open(NETLOGFILE, std::fstream::out | std::fstream::trunc); in checkOpenFile()
152 if (!netLogfile.is_open()) in checkOpenFile()
H A Dlog.h65 std::ofstream netLogfile; variable
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dpldnet.c9341 static FILE *netLogfile; variable
9346 netLogfile = fopen("NETINFO.TXT","w"); in InitNetLog()
9347 fprintf(netLogfile, "NETGAME DEBUGGING LOG \n \n"); in InitNetLog()
9348 fclose(netLogfile); in InitNetLog()
9356 netLogfile = fopen("NETINFO.TXT","a"); in LogNetInfo()
9357 fprintf(netLogfile, msg); in LogNetInfo()
9358 fclose(netLogfile); in LogNetInfo()