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

/freebsd-10-stable/usr.sbin/lpr/pac/
H A Dpac.c110 FILE *acctf; local
177 if ((acctf = fopen(acctfile, "r")) == NULL) {
181 account(acctf);
182 fclose(acctf);
183 if ((acctf = fopen(sumfile, "r")) != NULL) {
184 account(acctf);
185 fclose(acctf);
211 account(FILE *acctf) argument
219 while (fgets(linebuf, BUFSIZ, acctf) != NULL) {
296 FILE *acctf; local
[all...]

Completed in 40 milliseconds