Searched refs:fp_null (Results 1 – 7 of 7) 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()
769 static FILE *fp_null = NULL; /* if output is turned off */ in redirect() local781 else if ( (fp_out = fp_null) == NULL ) in redirect()782 fp_out = fp_null = fopen("/dev/null", "w"); in redirect()
814 static FILE *fp_null = NULL; /* if output is turned off */ in redirect() local825 else if ( (fp_out = fp_null) == NULL ) in redirect()826 fp_out = fp_null = fopen("/dev/null", "w"); in redirect()
1303 static FILE *fp_null = NULL; /* if output is turned off */ in redirect() local1315 else if ( (fp_out = fp_null) == NULL ) in redirect()1316 fp_out = fp_null = fopen("/dev/null", "w"); in redirect()
1308 static FILE *fp_null = NULL; /* if output is turned off */ in redirect() local1320 else if ( (fp_out = fp_null) == NULL ) in redirect()1321 fp_out = fp_null = fopen("/dev/null", "w"); in redirect()
1217 static FILE *fp_null = NULL; /* if output is turned off */ in redirect() local1229 else if ( (fp_out = fp_null) == NULL ) in redirect()1230 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()