Searched refs:fp_null (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c906 static FILE *fp_null = NULL; /* if output is turned off */ local
918 else if ( (fp_out = fp_null) == NULL )
919 fp_out = fp_null = fopen("/dev/null", "w");
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c2810 static FILE *fp_null = NULL; /* if output is turned off */ local
2823 else if ( (tf = fp_null) == NULL )
2824 tf = fp_null = fopen("/dev/null", "w");

Completed in 326 milliseconds