Searched refs:fnul (Results 1 – 1 of 1) sorted by relevance
166 FILE* fnul; in start_logging() local173 fnul = fopen( "NUL", "rt" ); in start_logging()174 if (fnul != NULL) in start_logging()175 stdin[0] = fnul[0]; in start_logging()179 flog = fnul; in start_logging()