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

/freebsd-13-stable/usr.sbin/lpr/lpc/
H A Dcmds.c113 int cmdstatus, more, targc; local
149 cmdstatus = 0;
206 more = firstprinter(pp, &cmdstatus);
207 if (cmdstatus)
212 more = nextprinter(pp, &cmdstatus);
214 switch (cmdstatus) {
222 fatal(pp, "%s", pcaperr(cmdstatus));
224 } while (more && cmdstatus);
232 cmdstatus = getprintcap(*argv, pp);
233 switch (cmdstatus) {
1158 int cmdstatus, changed; local
[all...]
H A Dlpc.c389 int cdres, cmdstatus; local
392 cmdstatus = getprintcap(pwanted, pp);
393 switch (cmdstatus) {
395 fatal(pp, "%s", pcaperr(cmdstatus));

Completed in 105 milliseconds