Searched refs:printer (Results 1 - 25 of 257) sorted by relevance

1234567891011

/netbsd-current/external/gpl2/groff/dist/src/libs/libdriver/
H A DMakefile.sub4 printer.$(OBJEXT)
7 $(srcdir)/printer.cpp
H A Dprinter.cpp1 /* $NetBSD: printer.cpp,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */
5 // <groff_src_dir>/src/libs/libdriver/printer.cpp
87 printer::printer() function in class:printer
92 printer::~printer()
105 void printer::load_font(int n, const char *nm)
136 font *printer::find_font(const char *nm)
148 font *printer::make_font(const char *nm)
153 void printer
[all...]
/netbsd-current/external/mit/isl/dist/
H A Dlibisl-gdb.py13 # printer for the pointer which would lead to an infinite loop.
16 printer = gdb.parse_and_eval("isl_printer_to_str(isl_"
19 printer = gdb.parse_and_eval("isl_printer_print_"
21 + str(printer) + ", "
24 + str(printer) + ")")
25 gdb.parse_and_eval("isl_printer_free(" + str(printer) + ")")
38 # printer for the pointer which would lead to an infinite loop.
43 printer = gdb.parse_and_eval("isl_printer_to_str("
45 printer = gdb.parse_and_eval("isl_printer_print_isl_int("
46 + str(printer)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/
H A Dpretty_printers.py1 # Pretty-printer commands.
25 """Internal utility to parse a pretty-printer command argv.
31 printer-name;subprinter-name.
76 def printer_enabled_p(printer):
77 """Internal utility to see if printer (or subprinter) is enabled."""
78 if hasattr(printer, "enabled"):
79 return printer.enabled
87 Usage: info pretty-printer [OBJECT-REGEXP [NAME-REGEXP]]
93 NAME-REGEXP matches the name of the pretty-printer.
95 printer
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/
H A Dpretty_printers.py1 # Pretty-printer commands.
25 """Internal utility to parse a pretty-printer command argv.
31 printer-name;subprinter-name.
76 def printer_enabled_p(printer):
77 """Internal utility to see if printer (or subprinter) is enabled."""
78 if hasattr(printer, "enabled"):
79 return printer.enabled
87 Usage: info pretty-printer [OBJECT-REGEXP [NAME-REGEXP]]
93 NAME-REGEXP matches the name of the pretty-printer.
95 printer
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
H A Dprinting.py1 # Pretty-printer utilities.
30 """A basic pretty-printer.
40 enabled: A boolean indicating if the printer is enabled.
42 Subprinters are for situations where "one" pretty-printer is actually a
43 collection of several printers. E.g., The libstdc++ pretty-printer has
44 a pretty-printer for each of several different types, based on regexps.
76 def register_pretty_printer(obj, printer, replace=False):
77 """Register pretty-printer PRINTER with OBJ.
79 The printer is added to the front of the search list, thus one can override
80 an existing printer i
[all...]
H A Dtypes.py121 A type printer must have at least 'name' and 'enabled' attributes,
139 for printer in plist:
140 if printer.enabled:
141 inst = printer.instantiate()
170 def register_type_printer(locus, printer):
171 """Register a type printer.
172 PRINTER is the type printer instance.
178 locus.type_printers.insert(0, printer)
/netbsd-current/external/gpl3/gdb/dist/gdb/python/lib/gdb/
H A Dprinting.py1 # Pretty-printer utilities.
26 """A basic pretty-printer.
36 enabled: A boolean indicating if the printer is enabled.
38 Subprinters are for situations where "one" pretty-printer is actually a
39 collection of several printers. E.g., The libstdc++ pretty-printer has
40 a pretty-printer for each of several different types, based on regexps.
72 def register_pretty_printer(obj, printer, replace=False):
73 """Register pretty-printer PRINTER with OBJ.
75 The printer is added to the front of the search list, thus one can override
76 an existing printer i
[all...]
H A Dtypes.py122 A type printer must have at least 'name' and 'enabled' attributes,
141 for printer in plist:
142 if printer.enabled:
143 inst = printer.instantiate()
175 def register_type_printer(locus, printer):
176 """Register a type printer.
177 PRINTER is the type printer instance.
183 locus.type_printers.insert(0, printer)
/netbsd-current/external/bsd/ppp/dist/pppd/plugins/pppoe/
H A Dcommon.c167 void (*printer)(void *, char *, ...), void *arg)
174 printer(arg, "PPPOE Discovery V%dT%d ", PPPOE_VER(packet->vertype),
178 printer(arg, "PADI");
181 printer(arg, "PADO");
184 printer(arg, "PADR");
187 printer(arg, "PADS");
190 printer(arg, "PADT");
193 printer(arg, "unknown code %x", packet->code);
195 printer(arg, " session 0x%x length %d\n", ntohs(packet->session), len);
198 printer(ar
[all...]
/netbsd-current/usr.sbin/lpr/common_source/
H A Dcommon_vars.c46 char *printer; /* printer name */ variable
H A Dfatal.c59 if (printer)
60 (void)printf("%s: ", printer);
/netbsd-current/external/gpl2/groff/lib/libdriver/
H A DMakefile10 SRCS= input.cpp printer.cpp
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dconsole_reporter.cc104 PrinterFn* printer = (output_options_ & OO_Color) ? local
108 printer(Out, name_color, "%-*s ", name_field_width_,
112 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'",
114 printer(Out, COLOR_DEFAULT, "\n");
135 printer(Out, COLOR_YELLOW, "%10.2f %s %10.2f %s ", real_time, big_o.c_str(),
138 printer(Out, COLOR_YELLOW, "%10.0f %% %10.0f %% ", real_time * 100,
142 printer(Out, COLOR_YELLOW, "%10.0f %s %10.0f %s ", real_time, timeLabel,
147 printer(Out, COLOR_CYAN, "%10lld", result.iterations);
156 printer(Out, COLOR_DEFAULT, " %*s/s", cNameLen - 2, s.c_str());
158 printer(Ou
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dconsole_reporter.cc119 PrinterFn* printer = (output_options_ & OO_Color) ? local
123 printer(Out, name_color, "%-*s ", name_field_width_,
127 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'",
129 printer(Out, COLOR_DEFAULT, "\n");
141 printer(Out, COLOR_YELLOW, "%10.2f %-4s %10.2f %-4s ", real_time, big_o.c_str(),
144 printer(Out, COLOR_YELLOW, "%10.0f %-4s %10.0f %-4s ", real_time * 100, "%",
148 printer(Out, COLOR_YELLOW, "%s %-4s %s %-4s ", real_time_str.c_str(), timeLabel,
153 printer(Out, COLOR_CYAN, "%10lld", result.iterations);
162 printer(Out, COLOR_DEFAULT, " %*s/s", cNameLen - 2, s.c_str());
164 printer(Ou
[all...]
/netbsd-current/usr.sbin/lpr/lpq/
H A Dlpq.c51 * -P used to identify printer as per lpr/lprm
100 case 'P': /* printer name */
101 printer = optarg;
116 if (!aflag && printer == NULL && (printer = getenv("PRINTER")) == NULL)
117 printer = DEFLP;
142 printer = buf;
143 printf("%s:\n", printer);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
H A Dscm-pretty-print.scm51 ;; Test returning a <gdb:value> from a printer.
53 (define (make-string-printer val)
54 (make-pretty-printer-worker
56 (lambda (printer)
61 ;; Test a printer with children.
63 (define (make-container-printer val)
66 ;; of at printer time. Done this way to explore the possibilities.
70 (make-pretty-printer-worker
72 (lambda (printer)
75 (lambda (printer)
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
H A Dscm-pretty-print.scm51 ;; Test returning a <gdb:value> from a printer.
53 (define (make-string-printer val)
54 (make-pretty-printer-worker
56 (lambda (printer)
61 ;; Test a printer with children.
63 (define (make-container-printer val)
66 ;; of at printer time. Done this way to explore the possibilities.
70 (make-pretty-printer-worker
72 (lambda (printer)
75 (lambda (printer)
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFMCInstLower.h30 BPFMCInstLower(MCContext &ctx, AsmPrinter &printer) argument
31 : Ctx(ctx), Printer(printer) {}
/netbsd-current/external/gpl2/groff/dist/src/include/
H A Dprinter.h1 /* $NetBSD: printer.h,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */
5 // <groff_src_dir>/src/include/printer.h
34 The class `printer' performs the postprocessing. Each
35 postprocessor only needs to implement a derived class of `printer' and
37 Then the methods of class `printer' are called automatically by
63 class printer { class
65 printer();
66 virtual ~printer();
109 printer *make_printer();
/netbsd-current/sys/rump/dev/lib/libulpt/
H A DMakefile7 COMMENT=USB printer driver
/netbsd-current/usr.sbin/lpr/lprm/
H A Dlprm.c108 printer = &arg[2];
111 printer = *++argv;
150 if (printer == NULL && (printer = getenv("PRINTER")) == NULL)
151 printer = DEFLP;
/netbsd-current/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_test.c26 char *printer; local
32 fprintf(stderr, "usage: %s server host printer user password [transport]\n",
39 printer = argv[3];
64 test_v2_init(host_name, printer);
66 test_v2_start(host_name, printer, user_name, "foo", "foo");
68 test_v2_start(host_name, printer, user_name, "bar", "bar");
70 test_v2_start(host_name, printer, user_name, "bletch", "gack");
72 test_v2_queue(printer, user_name, FALSE);
75 test_v2_cancel(host_name, printer, "nosuchuser", last_id);
77 test_v2_cancel(host_name, printer, user_nam
198 test_v2_init(char *host_name, char *printer) argument
226 test_v2_start(char *host_name, char *printer, char *user_name, char *tag1, char *tag2) argument
278 test_v2_cancel(char *host_name, char *printer, char *user_name, char *id) argument
364 test_v2_queue(char *printer, char *user_name, int private) argument
436 test_v2_stat(char *printer) argument
[all...]
/netbsd-current/usr.sbin/lpr/lpc/
H A Dcmds.c44 * lpc -- line printer control program -- commands:
97 printf("Usage: abort {all | printer ...}\n");
101 printer = prbuf;
114 printer = *++argv;
129 printf("%s:\n", printer);
220 printf("Usage: clean {all | printer ...}\n");
224 printer = prbuf;
237 printer = *++argv;
289 printf("%s:\n", printer);
347 * Enable queuing to the printer (allo
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.h41 WebAssemblyMCInstLower(MCContext &ctx, WebAssemblyAsmPrinter &printer) argument
42 : Ctx(ctx), Printer(printer) {}

Completed in 672 milliseconds

1234567891011