Searched defs:interest (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c717 char **interest = interest_list(svc); local
719 if (interest != NULL) {
722 for (i = 0; interest[i] != NULL; i++)
723 result += printer_query(interest[i],
1071 char **interest = interest_list(svc); local
1073 if (interest != NULL) {
1076 for (i = 0; interest[i] != NULL; i++)
1077 result += job_query(interest[i], report,

Completed in 60 milliseconds