Searched refs:fp_null (Results 1 – 2 of 2) sorted by relevance
906 static FILE *fp_null = NULL; /* if output is turned off */ in redirect() local918 else if ( (fp_out = fp_null) == NULL ) in redirect()919 fp_out = fp_null = fopen("/dev/null", "w"); in redirect()
2810 static FILE *fp_null = NULL; /* if output is turned off */ in redirect() local2823 else if ( (tf = fp_null) == NULL ) in redirect()2824 tf = fp_null = fopen("/dev/null", "w"); in redirect()