Searched refs:commdout (Results 1 – 2 of 2) sorted by relevance
379 extern FILE *commdout; /* debug output file for the commd */407 if (commdout == NULL) { in commd_debug()413 (void) fprintf(commdout, "[%s]", in commd_debug()418 (void) vfprintf(commdout, message, ap); in commd_debug()
125 FILE *commdout; /* debug output for the commd */ variable203 if (commdout != (FILE *)NULL) { \204 (void) fflush(commdout); \205 (void) fsync(fileno(commdout)); \250 if (commdout == (FILE *)NULL) in flush_fcout()282 (void) fflush(commdout); in flush_fcout()432 if (commdout != (FILE *)NULL) { in setup_debug()433 (void) fclose(commdout); in setup_debug()442 commdout = fopen(commdoutfile, "a"); in setup_debug()447 ((commdout = fopen(commdoutfile, "a")) == (FILE *)NULL)) { in setup_debug()[all …]