HomeSort by: relevance | last modified time | path
    Searched refs:sumfile (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/lpr/pac/
pac.c 73 static char *sumfile; /* summary file */ variable in typeref:typename:char *
183 if ((acf = fopen(sumfile, "r")) != NULL) {
300 if ((acf = fopen(sumfile, "w")) == NULL) {
301 warn("%s", sumfile);
315 warn("%s", sumfile);
432 asprintf(&sumfile, "%s_sum", acctfile);
433 if (sumfile == NULL)
pac.c 73 static char *sumfile; /* summary file */ variable in typeref:typename:char *
183 if ((acf = fopen(sumfile, "r")) != NULL) {
300 if ((acf = fopen(sumfile, "w")) == NULL) {
301 warn("%s", sumfile);
315 warn("%s", sumfile);
432 asprintf(&sumfile, "%s_sum", acctfile);
433 if (sumfile == NULL)

Completed in 21 milliseconds