Lines Matching refs:printer
49 * lpd -- line printer daemon.
53 * \1printer\n
55 * \2printer\n
57 * \3printer [users ...] [jobs ...]\n
59 * \4printer [users ...] [jobs ...]\n
61 * \5printer person [users ...] [jobs ...]\n
73 * access files and printer. Users can't get to anything
153 const char *port = "printer";
464 printer = cp;
465 if (*printer == '\0')
466 printer = DEFLP;
474 printer = cp;
475 if (*printer == '\0')
476 printer = DEFLP;
481 printer = cp;
482 if (*printer == '\0')
483 printer = DEFLP;
511 printer = cp;
512 if (*printer == '\0')
513 printer = DEFLP;
563 continue; /* no work to do for this printer */
577 printer = buf;
578 setproctitle("working on printer %s", printer);
592 * Check to see if the from host has access to the line printer.
687 fatal("Your host does not have line printer access");
752 port ? port : "printer", &hints, &res);