Searched refs:fnul (Results 1 – 1 of 1) sorted by relevance
913 FILE* fnul; in start_logging() local920 fnul = fopen( "NUL", "rt" ); in start_logging()921 if (fnul != NULL) in start_logging()922 stdin[0] = fnul[0]; in start_logging()926 flog = fnul; in start_logging()