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

/freebsd-10.1-release/usr.sbin/lpr/lpc/
H A Dcmds.c111 int cmdstatus, more, targc; local
147 cmdstatus = 0;
204 more = firstprinter(pp, &cmdstatus);
205 if (cmdstatus)
210 more = nextprinter(pp, &cmdstatus);
212 switch (cmdstatus) {
220 fatal(pp, "%s", pcaperr(cmdstatus));
222 } while (more && cmdstatus);
230 cmdstatus = getprintcap(*argv, pp);
231 switch (cmdstatus) {
1156 int cmdstatus, changed; local
[all...]
H A Dlpc.c387 int cdres, cmdstatus; local
390 cmdstatus = getprintcap(pwanted, pp);
391 switch (cmdstatus) {
393 fatal(pp, "%s", pcaperr(cmdstatus));
/freebsd-10.1-release/usr.sbin/nandsim/
H A Dnandsim.c97 static commandfunc_t cmdstatus; variable
126 {"status", cmdstatus, 1,
279 cmdstatus(int gargc, char **gargv) function

Completed in 202 milliseconds