Searched refs:flog (Results 1 – 1 of 1) sorted by relevance
167 FILE* flog; in start_logging() local177 flog = fopen( temp, "at" ); in start_logging()178 if (flog == NULL) in start_logging()179 flog = fnul; in start_logging()181 setvbuf( flog, NULL, _IONBF, 0 ); in start_logging()183 stdout[0] = flog[0]; in start_logging()184 stderr[0] = flog[0]; in start_logging()