Searched refs:flog (Results 1 – 1 of 1) sorted by relevance
964 FILE* flog; in start_logging() local974 flog = fopen( temp, "at" ); in start_logging()975 if (flog == NULL) in start_logging()976 flog = fnul; in start_logging()978 setvbuf( flog, NULL, _IONBF, 0 ); in start_logging()980 stdout[0] = flog[0]; in start_logging()981 stderr[0] = flog[0]; in start_logging()