HomeSort by relevance Sort by last modified time
    Searched refs:printer (Results 1 - 25 of 384) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sfw/usr/src/cmd/cups/
desktop-print-management-applet 31 exec /usr/lib/system-config-printer/system-config-printer-applet
desktop-print-management 32 exec /usr/bin/system-config-printer
  /sfw/usr/src/cmd/swig/swig-1.3.35/Examples/php4/sync/
example.h 8 void printer(void);
example.cxx 7 void Sync::printer(void) { function in class:Sync
  /sfw/usr/src/cmd/foomatic-db-engine/foomatic-db-engine-3.0-20080903/
foomatic-preferred-driver.in 3 # This is foomatic-preferred driver, it reads the printer database
5 # every printer's XML database entry.
20 # Get the printer overview list as a Perl data structure
24 my $printer;
25 for $printer (@{$db->{'overview'}}) {
28 next if $printer->{'noxmlentry'};
29 print "$printer->{'make'} $printer->{'model'} ($printer->{'id'})";
30 if ($printer->{'driver'}) { # We have already a default drive
    [all...]
foomatic-nonumericalids.in 3 # This is foomatic-nonumericalids, it renames all printer entries with a
16 # Get the printer overview list as a Perl data structure
20 # printer entry files.
26 my $printer;
27 for $printer (@{$db->{'overview'}}) {
29 next if $printer->{'id'} !~ /^\d/;
31 $newid = join('-',($printer->{'make'},
32 $printer->{'model'}));
51 print "$printer->{'make'} $printer->{'model'}: $printer->{'id'} -> $newid\n"
    [all...]
foomatic-printermap-to-gutenprint-xml.in 3 # This script updates the printer list of the driver XML file of
10 # - Manually added printer entries will not be removed. They drop out
11 # to the beginning of the printer list during the update. The same
21 # - A printer which was added manually before and is in foomatic-printermap
43 -g <gutenprint.xml>: File gutenprint.xml whose printer list should be
47 This program updates the printer list of the driver XML file of
69 # Read list of printer IDs from Gutenprint's foomatic-printermap
85 # Remove printer list
88 # Mark beginning of printer list from foomatic-printermap before deleting
89 # these printer entrie
    [all...]
  /sfw/usr/src/cmd/cups/cups-1.4.1/backend/
usb-libusb.c 18 * close_device() - Close the connection to the USB printer.
20 * get_device_id() - Get the IEEE-1284 device ID for the printer.
22 * make_device_uri() - Create a device URI for a USB printer.
23 * open_device() - Open a connection to the USB printer.
24 * print_cb() - Find a USB printer for printing.
40 typedef struct usb_printer_s /**** USB Printer Data ****/
59 static int close_device(usb_printer_t *printer);
61 static int get_device_id(usb_printer_t *printer, char *buffer,
63 static int list_cb(usb_printer_t *printer, const char *device_uri,
65 static char *make_device_uri(usb_printer_t *printer,
100 usb_printer_t *printer; \/* Printer *\/ local
270 static usb_printer_t printer; \/* Current printer *\/ local
    [all...]
  /sfw/usr/src/cmd/a2ps/a2ps-4.13/man/
a2ps.x 2 a2ps \- format files for printing on a PostScript printer
  /sfw/usr/src/cmd/gutenprint/gutenprint-5.2.4/src/foomatic/
mk_printerlist.in 16 my $printer = "$current_make " . $1;
17 $printer_list{$2} = $printer;
21 $id =~ s,printer/,,;
  /sfw/usr/src/cmd/samba/samba-3.0.37/source/python/examples/spoolss/
changeid.py 17 for printer in sys.argv[1:]:
19 # Open printer handle
22 hnd = spoolss.openprinter(printer)
24 print "error opening printer %s" % printer
  /sfw/usr/src/cmd/samba/samba-3.0.37/testsuite/printing/
vlp.c 4 Virtual lp system for printer testing
48 /* Return an array of vlp jobs that is the printer queue */
50 static void get_job_list(char *printer, struct vlp_job **job_list,
56 slprintf(keystr, sizeof(keystr) - 1, "LPQ/%s", printer);
65 static void set_job_list(char *printer, struct vlp_job *job_list,
70 slprintf(keystr, sizeof(keystr) - 1, "LPQ/%s", printer);
76 /* Return the next job number for a printer */
78 static int next_jobnum(char *printer)
83 slprintf(keystr, sizeof(keystr) - 1, "JOBNUM/%s", printer);
103 static void set_printer_status(char *printer, int status
134 char *printer; local
184 char *printer; local
213 char *printer; local
283 char *printer; local
300 char *printer; local
318 char *printer; local
347 char *printer; local
    [all...]
  /sfw/usr/src/lib/fftw3/fftw-3.1.2/api/
export-wisdom.c 24 printer super;
29 static void putchr_generic(printer * p_, char c)
42 plnr->adt->exprt(plnr, (printer *) p);
43 X(printer_destroy)((printer *) p);
export-wisdom-to-string.c 24 printer super;
28 static void putchr_cnt(printer * p_, char c)
35 static printer *mkprinter_cnt(int *cnt)
44 printer super;
48 static void putchr_str(printer * p_, char c)
55 static printer *mkprinter_str(char *s)
65 printer *p;
mkprinter-file.c 27 printer super;
39 static void myputchr(printer *p_, char c)
47 static void mycleanup(printer *p_)
53 printer *X(mkprinter_file)(FILE *f)
  /sfw/usr/src/cmd/a2ps/a2ps-4.13/lib/
printers.c 46 #define DEFAULT_PRINTER _("Default Printer")
47 #define UNKNOWN_PRINTER _("Unknown Printer")
50 1. struct printer and functions.
61 * Description of a printer
63 struct printer
67 char * command; /* Command to run to run the printer */
74 printer_hash_1 (struct printer *printer)
76 return_STRING_HASH_1 (printer->key);
80 printer_hash_2 (struct printer *printer
62 struct printer struct
221 struct printer *printer; local
360 struct printer *printer; local
385 struct printer *printer; local
    [all...]
  /sfw/usr/src/cmd/cups/cups-1.4.1/cgi-bin/
printers.c 4 * Printer status CGI for the Common UNIX Printing System (CUPS).
18 * do_printer_op() - Do a printer operation.
20 * show_printer() - Show a single printer.
35 static void do_printer_op(http_t *http, const char *printer, ipp_op_t op,
38 static void show_printer(http_t *http, const char *printer);
49 const char *printer; /* Printer name */ local
56 static const char *def_attrs[] = /* Attributes for default printer */
58 "printer-name",
59 "printer-uri-supported
301 ipp_attribute_t *printer; \/* Printer object *\/ local
    [all...]
  /sfw/usr/src/cmd/samba/samba-3.0.37/examples/printing/
prtpub.c 2 * Set printer capabilities in DsDriver Keys on remote printer
40 void map_orientation(HANDLE ph, TCHAR *printer, TCHAR *port)
47 rot = DeviceCapabilities(printer, port, DC_BINNAMES, NULL, NULL);
62 void map_resolution(HANDLE ph, TCHAR *printer, TCHAR *port)
66 num = DeviceCapabilities(printer, port, DC_ENUMRESOLUTIONS, NULL, NULL);
70 num = DeviceCapabilities(printer, port, DC_ENUMRESOLUTIONS, (BYTE *) res, NULL);
79 void map_extents(HANDLE ph, TCHAR *printer, TCHAR *port)
83 extentval = DeviceCapabilities(printer, port, DC_MINEXTENT, NULL, NULL);
90 extentval = DeviceCapabilities(printer, port, DC_MAXEXTENT, NULL, NULL)
182 TCHAR *printer; local
    [all...]
  /sfw/usr/src/cmd/cups/cups-1.4.1/templates/
Makefile 24 add-printer.tmpl \
58 modify-printer.tmpl \
67 printer.tmpl \
68 printer-accept.tmpl \
69 printer-added.tmpl \
70 printer-configured.tmpl \
71 printer-confirm.tmpl \
72 printer-default.tmpl \
73 printer-deleted.tmpl \
74 printer-jobs-header.tmpl
    [all...]
  /sfw/usr/src/cmd/cups/cups-1.4.1/templates/ru/
Makefile 24 add-printer.tmpl \
58 modify-printer.tmpl \
67 printer.tmpl \
68 printer-accept.tmpl \
69 printer-added.tmpl \
70 printer-configured.tmpl \
71 printer-confirm.tmpl \
72 printer-default.tmpl \
73 printer-deleted.tmpl \
74 printer-jobs-header.tmpl
    [all...]
  /sfw/usr/src/cmd/cups/cups-1.4.1/test/
4.2-cups-printer-ops.test 2 # "$Id: 4.2-cups-printer-ops.test 8536 2009-04-21 23:02:10Z mike $"
4 # Verify that the CUPS printer operations work.
8 NAME "Add Printer Test1"
11 OPERATION cups-add-printer
18 ATTR uri printer-uri $method://$hostname:$port/printers/Test1
31 NAME "Verify Printer Test1 Added"
34 OPERATION get-printer-attributes
41 ATTR uri printer-uri $method://$hostname:$port/printers/Test1
52 NAME "Delete Printer Test1"
55 OPERATION cups-delete-printer
    [all...]
  /sfw/usr/src/cmd/expect/expect-5.43/example/
lpunlock 3 # This script unhangs a printer which claims it is "waiting for lock".
6 # lpunlock figures out if the printer is on a server, and if so which,
13 # assumes printer is name of device on remote system
16 send_user "usage: lpunlock <printer> \[<server>\]\n"
22 set printer [lindex $argv 0]
30 send "/$printer/\r"
66 # run lpc and 'stop printer'
68 send stop $printer\r ; expect "unknown*" exit \
76 send ls -l /dev/$printer\r ; expect timeout {
81 # delete the lock and the printer device itsel
    [all...]
  /sfw/usr/src/cmd/ruby18/ruby-1.8.7-p72/ext/tk/lib/tkextlib/blt/
win_printer.rb 13 class Printer < TkObject
16 TkCommandNames = ['::blt::printer'.freeze].freeze
19 simplelist(tk_call('::blt::printer', 'enum', attribute))
23 simplelist(tk_call('::blt::printer', 'names', pat))
26 def self.open(printer)
27 self.new(printer)
32 def initialize(printer)
33 @printer_id = tk_call('::blt::printer', 'open', printer)
  /sfw/usr/src/lib/fftw3/fftw-3.1.2/kernel/
debug.c 28 printer super;
32 static void putchr_file(printer *p_, char c)
38 static printer *mkprinter_file(FILE *f)
48 printer *p = mkprinter_file(stderr);
  /sfw/usr/src/lib/junit/junit4.5/junit/tests/runner/
TextFeedbackTest.class 

Completed in 7979 milliseconds

1 2 3 4 5 6 7 8 91011>>