Searched refs:fp_acct (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postdmd/
H A Dpostdmd.c166 FILE *fp_acct = NULL; /* for accounting data */ variable
360 if ( (fp_acct = fopen(optarg, "a")) == NULL )
503 * Writes an accounting record to *fp_acct provided it's not NULL. Accounting is
509 if ( fp_acct != NULL )
510 fprintf(fp_acct, " print %d\n copies %d\n", printed, copies);
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postplot/
H A Dpostplot.c183 FILE *fp_acct = NULL; /* for accounting data */ variable
370 if ( (fp_acct = fopen(optarg, "a")) == NULL )
755 * Writes an accounting record to *fp_acct provided it's not NULL. Accounting is
760 if ( fp_acct != NULL )
761 fprintf(fp_acct, " print %d\n copies %d\n", printed, copies);
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c146 FILE *fp_acct = NULL; /* for accounting data */ variable
398 if ( (fp_acct = fopen(optarg, "a")) == NULL )
597 * Writes an accounting record to *fp_acct provided it's not NULL. Accounting is
602 if ( fp_acct != NULL )
603 fprintf(fp_acct, " print %d\n copies %d\n", printed, copies);
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postdaisy/
H A Dpostdaisy.c172 FILE *fp_acct = NULL; /* for accounting data */ variable
402 if ( (fp_acct = fopen(optarg, "a")) == NULL )
571 * Writes an accounting record to *fp_acct provided it's not NULL. Accounting
577 if ( fp_acct != NULL )
578 fprintf(fp_acct, " print %d\n copies %d\n", printed, copies);
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/posttek/
H A Dposttek.c181 FILE *fp_acct = NULL; /* for accounting data */ variable
387 if ( (fp_acct = fopen(optarg, "a")) == NULL )
563 * Writes an accounting record to *fp_acct provided it's not NULL. Accounting
569 if ( fp_acct != NULL )
570 fprintf(fp_acct, " print %d\n copies %d\n", printed, copies);
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postmd/
H A Dpostmd.c237 FILE *fp_acct = NULL; /* for accounting data */ variable
449 if ( (fp_acct = fopen(optarg, "a")) == NULL )
593 * Writes an accounting record to *fp_acct provided it's not NULL. Accounting
599 if ( fp_acct != NULL )
600 fprintf(fp_acct, " print %d\n copies %d\n", printed, copies);
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c551 FILE *fp_acct = NULL; /* accounting stuff written here */ variable
809 if ( (fp_acct = fopen(optarg, "a")) == NULL )
1032 * Writes an accounting record to *fp_acct provided it's not NULL. Accounting is
1037 if ( fp_acct != NULL )
1038 fprintf(fp_acct, " print %d\n copies %d\n", printed, copies);

Completed in 206 milliseconds