Searched refs:printer (Results 26 - 50 of 93) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Doptions.c903 print_option(opt, mainopt, printer, arg)
905 void (*printer) __P((void *, char *, ...));
920 printer(arg, "%s", opt->name);
928 printer(arg, "%s", opt->name);
932 printer(arg, " %s", opt->name);
934 printer(arg, " # oops: %d not %d\n",
938 printer(arg, "%s %d", opt->name, i);
942 printer(arg, "%s", opt->name);
944 printer(arg, " %x", *(u_int32_t *)opt->addr);
955 printer(ar
[all...]
H A Dupap.c623 upap_printpkt(p, plen, printer, arg)
626 void (*printer) __P((void *, char *, ...));
644 printer(arg, " %s", upap_codenames[code-1]);
646 printer(arg, " code=0x%x", code);
647 printer(arg, " id=0x%x", id);
663 printer(arg, " user=");
664 print_string(user, ulen, printer, arg);
665 printer(arg, " password=");
667 print_string(pwd, wlen, printer, arg);
669 printer(ar
[all...]
H A Dlcp.c346 printendpoint(opt, printer, arg)
348 void (*printer) __P((void *, char *, ...));
351 printer(arg, "%s", epdisc_to_str(&lcp_wantoptions[0].endpoint));
2012 lcp_printpkt(p, plen, printer, arg)
2015 void (*printer) __P((void *, char *, ...));
2033 printer(arg, " %s", lcp_codenames[code-1]);
2035 printer(arg, " code=0x%x", code);
2036 printer(arg, " id=0x%x", id);
2051 printer(arg, " <");
2059 printer(ar
[all...]
H A Deap.c2159 eap_printpkt(inp, inlen, printer, arg)
2162 void (*printer) __P((void *, char *, ...));
2179 printer(arg, " %s", eap_codenames[code-1]);
2181 printer(arg, " code=0x%x", code);
2182 printer(arg, " id=0x%x", id);
2187 printer(arg, " <missing type>");
2194 printer(arg, " %s", eap_typenames[rtype-1]);
2196 printer(arg, " type=0x%x", rtype);
2201 printer(arg, " <Message ");
2202 print_string((char *)inp, len, printer, ar
[all...]
H A Dipxcp.c335 printipxnode(opt, printer, arg)
337 void (*printer) __P((void *, char *, ...));
344 printer(arg, "%.2x%.2x%.2x%.2x%.2x%.2x",
346 printer(arg, ":");
349 printer(arg, "%.2x%.2x%.2x%.2x%.2x%.2x",
1484 ipxcp_printpkt(p, plen, printer, arg)
1487 void (*printer) __P((void *, char *, ...));
1505 printer(arg, " %s", ipxcp_codenames[code-1]);
1507 printer(arg, " code=0x%x", code);
1508 printer(ar
[all...]
H A Dipv6cp.c393 printifaceid(opt, printer, arg)
395 void (*printer) __P((void *, char *, ...));
401 printer(arg, "%s", llv6_ntoa(wo->ourid));
402 printer(arg, ",");
404 printer(arg, "%s", llv6_ntoa(wo->hisid));
1448 ipv6cp_printpkt(p, plen, printer, arg)
1451 void (*printer) __P((void *, char *, ...));
1469 printer(arg, " %s", ipv6cp_codenames[code-1]);
1471 printer(arg, " code=0x%x", code);
1472 printer(ar
[all...]
H A Dchap-new.c140 void (*printer) __P((void *, char *, ...)), void *arg);
579 void (*printer) __P((void *, char *, ...)), void *arg)
594 printer(arg, " %s", chap_code_names[code-1]);
596 printer(arg, " code=0x%x", code);
597 printer(arg, " id=0x%x", id);
609 printer(arg, " <");
612 printer(arg, "%.2x", x);
614 printer(arg, ">, name = ");
615 print_string((char *)p, nlen, printer, arg);
619 printer(ar
[all...]
H A Dccp.c186 void (*printer) __P((void *, char *, ...)),
1500 ccp_printpkt(p, plen, printer, arg)
1503 void (*printer) __P((void *, char *, ...));
1521 printer(arg, " %s", ccp_codenames[code-1]);
1523 printer(arg, " code=0x%x", code);
1524 printer(arg, " id=0x%x", id);
1539 printer(arg, " <");
1549 printer(arg, "mppe %s %s %s %s %s %s%s",
1558 printer(arg, " (%.2x %.2x %.2x %.2x)",
1567 printer(ar
[all...]
H A Dipcp.c495 printipaddr(opt, printer, arg)
497 void (*printer) __P((void *, char *, ...));
503 printer(arg, "%I", wo->ouraddr);
504 printer(arg, ":");
506 printer(arg, "%I", wo->hisaddr);
2138 ipcp_printpkt(p, plen, printer, arg)
2141 void (*printer) __P((void *, char *, ...));
2159 printer(arg, " %s", ipcp_codenames[code-1]);
2161 printer(arg, " code=0x%x", code);
2162 printer(ar
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpd/
H A Dprintjob.c101 static int pfd; /* printer file descriptor */
187 syslog(LOG_ERR, "%s: %s: %m", printer, LO);
193 syslog(LOG_ERR, "%s: %s: %m", printer, LO);
202 syslog(LOG_ERR, "%s: %s: %m", printer, LO);
224 syslog(LOG_ERR, "%s: can't scan %s", printer, SD);
232 syslog(LOG_ERR, "%s: %s: %m", printer, LO);
234 openpr(); /* open printer or remote */
250 syslog(LOG_ERR, "%s: %s: %m", printer, LO);
270 printer, LO);
278 syslog(LOG_INFO, "restarting %s", printer);
[all...]
H A Dlpd.c49 * 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
154 const char *port = "printer";
465 printer = cp;
466 if (*printer
[all...]
H A Drecvjob.c49 * Receive printer jobs from the network, queue them and
50 * start the printer daemon.
91 getprintcap(printer);
104 frecverr("%s: %s: %m", printer, SD);
112 frecverr("%s: %s: %m", printer, SD);
122 * Read printer jobs sent by lpd and copy them to the spooling directory.
142 printer);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dlanghooks.c501 const char *old_prefix = context->printer->prefix;
504 pp_set_prefix (context->printer, new_prefix);
507 pp_printf (context->printer, _("At top level:"));
512 (context->printer, _("In member function %qs:"),
516 (context->printer, _("In function %qs:"),
521 pp_flush (context->printer);
522 context->printer->prefix = old_prefix;
H A Dc-objc-common.c245 pretty_printer *base = context->printer;
249 context->printer = (pretty_printer *) pp;
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/pac/
H A Dpac.c115 printer = optarg;
172 if (printer == NULL && (printer = getenv("PRINTER")) == NULL)
173 printer = DEFLP;
174 if (!chkprinter(printer)) {
175 printf("pac: unknown printer %s\n", printer);
410 * Perform lookup for printer name or abbreviation --
418 printf("pac: can't open printer description file\n");
426 printf("accounting not enabled for printer
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-objc-common.c178 pretty_printer *base = context->printer;
182 context->printer = (pretty_printer *) pp;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A DMakefile.sub22 printer.h \
/netbsd-6-1-5-RELEASE/gnu/dist/groff/arch/djgpp/
H A Dt-groff.bat29 echo I will use this command to format a document and print it on PS printer:
32 Rem Uncomment the following command if you have a PostScript printer:
36 echo I will use this command to format a document and print it on LJ4 printer:
39 Rem Uncomment the following command if you have a LaserJet4 printer:
53 echo I will use this command to format a document and print it on an LBP printer:
56 Rem Uncomment the following if you have a Canon CAPSL LBP-4 or LBP-8 printer:
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-objcp-common.c127 /* Construct a C++-aware pretty-printer for CONTEXT. It is assumed
128 that CONTEXT->printer is an already constructed basic pretty_printer. */
132 pretty_printer *base = context->printer;
136 context->printer = (pretty_printer *) pp;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dcp-objcp-common.c151 /* Construct a C++-aware pretty-printer for CONTEXT. It is assumed
152 that CONTEXT->printer is an already constructed basic pretty_printer. */
156 pretty_printer *base = context->printer;
160 context->printer = (pretty_printer *) pp;
/netbsd-6-1-5-RELEASE/sys/net/
H A Dradix.c343 rn_nodeprint(struct radix_node *rn, rn_printer_t printer, void *arg, argument
346 (*printer)(arg, "%s(%s%p: p<%p> l<%p> r<%p>)",
365 rn_treeprint(struct radix_node_head *h, rn_printer_t printer, void *arg) argument
370 if (printer == NULL)
373 rn = rn_walkfirst(h->rnh_treetop, printer, arg);
380 rn_nodeprint(dup, printer, arg, delim);
383 rn = rn_walknext(rn, printer, arg);
945 rn_walknext(struct radix_node *rn, rn_printer_t printer, void *arg) argument
949 if (printer != NULL)
950 (*printer)(ar
965 rn_walkfirst(struct radix_node *rn, rn_printer_t printer, void *arg) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/common_source/
H A Dlp.h36 * Global definitions for the line printer system.
52 extern const char *LP; /* line printer device name */
66 extern const char *RP; /* remote printer name */
83 extern const char *printer; /* printer name */
/netbsd-6-1-5-RELEASE/x11/Xserver/
H A DMakefile44 SUBDIR+= .WAIT dix os mi printer Xext xkb xinput GL lbx dbe record
/netbsd-6-1-5-RELEASE/x11/Xserver/printer/
H A DMakefile9 LIB= printer
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpr/
H A Dlpr.c53 * using information from a printer data base.
179 case 'P': /* specifiy printer name */
180 printer = optarg;
259 if (printer == NULL && (printer = getenv("PRINTER")) == NULL)
260 printer = DEFLP;
261 chkprinter(printer);
414 if (!startdaemon(printer))
671 * Perform lookup for printer name or abbreviation --

Completed in 164 milliseconds

1234