Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dxutil.c839 FILE *new_logfp = stderr; in switch_to_logfile() local
847 new_logfp = stderr; in switch_to_logfile()
852 new_logfp = stderr; in switch_to_logfile()
870 new_logfp = fopen(logfile, "a"); in switch_to_logfile()
878 if (!new_logfp && logfile) { in switch_to_logfile()
888 logfp = new_logfp; in switch_to_logfile()