Searched refs:fp_null (Results 1 – 2 of 2) sorted by relevance
905 static FILE *fp_null = NULL; /* if output is turned off */ in redirect() local917 else if ( (fp_out = fp_null) == NULL ) in redirect()918 fp_out = fp_null = fopen("/dev/null", "w"); in redirect()
2808 static FILE *fp_null = NULL; /* if output is turned off */ in redirect() local2821 else if ( (tf = fp_null) == NULL ) in redirect()2822 tf = fp_null = fopen("/dev/null", "w"); in redirect()