Searched refs:flog (Results 1 – 1 of 1) sorted by relevance
832 FILE* flog; in start_logging() local842 flog = fopen( temp, "at" ); in start_logging()843 if (flog == NULL) in start_logging()844 flog = fnul; in start_logging()846 setvbuf( flog, NULL, _IONBF, 0 ); in start_logging()848 stdout[0] = flog[0]; in start_logging()849 stderr[0] = flog[0]; in start_logging()