Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c905 static FILE *fp_null = NULL; /* if output is turned off */ in redirect() local
917 else if ( (fp_out = fp_null) == NULL ) in redirect()
918 fp_out = fp_null = fopen("/dev/null", "w"); in redirect()
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c2808 static FILE *fp_null = NULL; /* if output is turned off */ in redirect() local
2821 else if ( (tf = fp_null) == NULL ) in redirect()
2822 tf = fp_null = fopen("/dev/null", "w"); in redirect()