Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dlog.c39 static int log_to_file = 0; variable
72 log_to_file = 1; in log_start()
97 if (log_to_file && ent_pw && ent_pw->pw_uid != 0 && in log_start()
192 if (!log_to_file) in log_write()
339 if (!log_to_file) in my_syslog()
353 if (log_to_file) in my_syslog()
/external/toolchain-utils/binary_search_tool/
Dbisect_driver.py77 def log_to_file(path, execargs, link_from=None, link_to=None): function
226 log_to_file(pop_log, execargs, abs_file_path, bisect_path)
294 log_to_file(log_file, execargs, '? compiler', full_obj_path)
/external/libvncserver/client_examples/
DSDLvncviewer.c327 log_to_file(const char *format, ...) in log_to_file() function
488 rfbClientLog=rfbClientErr=log_to_file; in main()