Home
last modified time | relevance | path

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

/dports/ftp/wget/wget-1.21.2/src/
H A Dmswindows.c160 FILE *new_log_fp = unique_create (DEFAULT_LOGFILE, false, &opt.lfilename); in fake_fork_child() local
161 if (new_log_fp) in fake_fork_child()
166 fclose (new_log_fp); in fake_fork_child()
H A Dutils.c483 FILE *new_log_fp = unique_create (DEFAULT_LOGFILE, false, &opt.lfilename); in fork_to_background() local
484 if (new_log_fp) in fork_to_background()
487 fclose (new_log_fp); in fork_to_background()