Home
last modified time | relevance | path

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

/external/libvncserver/client_examples/
DSDLvncviewer.c330 static char* logfile_str=0; in log_to_file() local
338 if(logfile_str==0) { in log_to_file()
339 logfile_str=getenv("VNCLOG"); in log_to_file()
340 if(logfile_str==0) in log_to_file()
341 logfile_str="vnc.log"; in log_to_file()
344 logfile=fopen(logfile_str,"a"); in log_to_file()