Home | History | Annotate | Download | only in rpc.pcnfsd

Lines Matching refs:printer

326 	** Try to match to an aliased printer
379 * system for bletch: hinode (as printer hisname)
385 * device for pcdslw is the remote printer pcdslw on hinode
386 * device for bletch is the remote printer hisname on hinode
442 /* "system" OR "system (as printer pname)" */
449 /* "sys (as printer pname)" */
455 if (!cp || strcmp(cp, "printer")) {
468 /* start of "the remote printer foo on bar" */
475 if (!cp || strcmp(cp, "printer")) {
616 ** In SVR4 the command to list the print jobs for printer
629 ** I don't yet have any info on what it looks like if the printer
837 ** New - SVR4 printer status handling.
839 ** The command we'll use for checking the status of printer "lp"
844 ** printer lp disabled since Thu Feb 21 22:52:36 EST 1991. available.
845 ** new printer
849 ** printer pcdslw disabled since Fri Jul 12 22:15:37 EDT 1991. available.
850 ** new printer
853 ** printer lp now printing lp-2. enabled since Sat Jul 13 12:02:17 EDT 1991. available.
856 ** printer lp now printing lp-2. enabled since Sat Jul 13 12:02:17 EDT 1991. available.
859 ** printer lp disabled since Sat Jul 13 12:05:20 EDT 1991. available.
864 ** printer pcdslw is idle. enabled since Sat Jul 13 12:05:28 EDT 1991. available.
871 ** (2) The second line has several forms, all beginning "printer printername":
918 if (!strncmp(buff, "printer ", 8)) {
1050 ** UX:cancel: WARNING: "foo" is not a request id or a printer.
1052 ** name of printer where printing.
1141 if (strstr(resbuf, "unknown printer") != NULL)
1154 ** up to NPRINTERDEFS aliases for printer names. This is done
1158 ** void add_printer_alias(char *printer, char *alias_for, char *command)
1161 ** "printer" line. "printer" is the name of a printer; note that
1162 ** it is possible to redefine an existing printer. "alias_for"
1163 ** is the name of the underlying printer, used for queue listing
1165 ** underlying printer, or the administrative functions are
1166 ** not applicable to this printer. "command"
1168 ** job is printed on this printer. The following tokens may be
1184 ** char *map_printer_name(char *printer)
1186 ** If "printer" identifies an aliased printer, this function returns
1190 ** char *expand_alias(char *printer, char *file, char *user, char *host)
1192 ** If "printer" is an aliased printer, this function returns a
1205 add_printer_alias(char *printer, char *alias_for, char *command)
1210 alias[num_aliases].a_printer = strdup(printer);
1261 map_printer_name(char *printer)
1265 if (!strcmp(printer, alias[i].a_printer))
1268 return (printer);
1288 expand_alias(char *printer, char *file, char *user, char *host)
1293 if (!strcmp(printer, alias[i].a_printer)) {