Searched refs:printer (Results 76 - 100 of 106) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtwinprs.tex230 DCs (e.g. printer) to adjust size of pixel metrics. (Many dimensions in
232 inch wide on typical printer. With pixel\_scale = 3.0 it would be 3 inches.)
H A Ddc.tex5 so a window can have a device context associated with it, and a printer also has a device context.
546 Ends a document (only relevant when outputting to a printer).
553 Ends a document page (only relevant when outputting to a printer).
752 printer page:
1119 The coordinate origin is always at the top left of the screen/printer.
1121 Drawing to a Windows printer device context uses the current mapping mode,
1190 Starts a document (only relevant when outputting to a printer).
1198 Starts a document page (only relevant when outputting to a printer).
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dlanman.c581 This is used to get printer driver information for Win9x clients
589 NT_PRINTER_INFO_LEVEL *printer = NULL; local
593 if ( !W_ERROR_IS_OK(get_a_printer( NULL, &printer, 2, lp_servicename(snum))) ) {
594 DEBUG(3,("fill_printq_info_52: Failed to lookup printer [%s]\n",
599 if ( !W_ERROR_IS_OK(get_a_printer_driver(&driver, 3, printer->info_2->drivername,
603 printer->info_2->drivername));
612 PACKS(desc, "z", driver.info_3->name); /* long printer name */
656 if ( printer )
657 free_a_printer( &printer, 2 );
719 Win9X/ME printer comment
747 NT_PRINTER_INFO_LEVEL *printer = NULL; local
[all...]
H A Dservice.c291 /* If we still don't have a service, attempt to add it as a printer. */
296 DEBUG(3,("checking whether %s is a valid printer name...\n", service));
298 DEBUG(3,("%s is a valid printer name\n", service));
299 DEBUG(3,("adding %s as a printer service\n", service));
303 DEBUG(0,("failed to add %s as a printer service!\n", service));
306 DEBUG(3,("%s is not a valid printer name\n", service));
404 /* Behave as a printer if we are supposed to */
671 conn->printer = (strncmp(dev,"LPT",3) == 0);
883 if ((!conn->printer) && (!conn->ipc)) {
H A Dopen.c1208 if (conn->printer) {
1218 DEBUG(10, ("open_file_ntcreate: printer open fname=%s\n", fname));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_spoolss.c1165 if (!smb_io_pol_hnd("printer handle",&(r_u->handle),ps,depth))
1226 if (!smb_io_pol_hnd("printer handle",&(r_u->handle),ps,depth))
1344 if (!smb_io_pol_hnd("printer handle",&q_u->handle,ps,depth))
1373 if (!smb_io_pol_hnd("printer handle",&q_u->handle,ps,depth))
1413 if (!smb_io_pol_hnd("printer handle", &q_u->handle, ps, depth))
1511 if (!smb_io_pol_hnd("printer handle",&q_u->handle,ps,depth))
1548 if (!smb_io_pol_hnd("printer handle",&q_u->handle,ps,depth))
1568 if (!smb_io_pol_hnd("printer handle",&r_u->handle,ps,depth))
1702 if (!smb_io_pol_hnd("printer handle",&q_u->handle,ps,depth))
1722 if (!smb_io_pol_hnd("printer handl
6321 free_printer_info_1(PRINTER_INFO_1 *printer) argument
6326 free_printer_info_2(PRINTER_INFO_2 *printer) argument
6335 free_printer_info_3(PRINTER_INFO_3 *printer) argument
6340 free_printer_info_4(PRINTER_INFO_4 *printer) argument
6345 free_printer_info_5(PRINTER_INFO_5 *printer) argument
6350 free_printer_info_6(PRINTER_INFO_6 *printer) argument
6355 free_printer_info_7(PRINTER_INFO_7 *printer) argument
6370 make_spoolss_q_replyopenprinter(SPOOL_Q_REPLYOPENPRINTER *q_u, const fstring string, uint32 printer, uint32 type) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsmb_macros.h68 #define IS_PRINT(conn) ((conn) && (conn)->printer)
H A Drpc_spoolss.h362 * The printer attributes.
999 UNISTR guid; /* text form of printer guid */
1054 } printer; member in struct:printer_info_info
1975 uint32 printer; member in struct:spool_q_replyopenprinter
H A Dsmb.h682 BOOL printer; member in struct:connection_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Dwxcasframe.cpp390 wxPrinter printer; local
392 if ( !printer.Print ( this, &printout, TRUE ) ) {
395 ( "There was a problem printing.\nPerhaps your current printer is not set correctly?" ),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/RHEL/
H A Dsamba.spec405 %doc examples/autofs examples/LDAP examples/libsmbclient examples/misc examples/printer-accounting
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A DMakefile339 printer.h \
H A DMakefile.in339 printer.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dpppd.h415 void (*printer) __P((void *, char *, ...)),
525 void pr_log __P((void *, char *, ...)); /* printer fn, output to syslog */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpppd.h402 void (*printer) __P((void *, char *, ...)),
506 void pr_log __P((void *, char *, ...)); /* printer fn, output to syslog */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dpppd.h329 void (*printer) __P((void *, char *, ...)),
442 void pr_log __P((void *, char *, ...)); /* printer fn, output to syslog */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dpppd.h330 void (*printer) __P((void *, char *, ...)),
443 void pr_log __P((void *, char *, ...)); /* printer fn, output to syslog */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dapp.cpp287 wxPrinter printer; local
288 printer.Print(view->GetFrame(), printout, true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/svg/
H A Ddcsvg.tex455 For a Windows printer device context, this gets the horizontal and vertical
675 now is always at the top left of the screen/printer.
677 Drawing to a Windows printer device context under UNIX
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclirap2.c1720 int cli_NetPrintQGetInfo(struct cli_state *cli, const char *printer, argument
1727 +RAP_SHARENAME_LEN /* printer name */
1741 PUTSTRING(p, printer, RAP_SHARENAME_LEN-1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dapp.cpp283 wxPrinter printer; local
284 printer.Print(view->GetFrame(), printout, true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddocview.cpp1020 wxPrinter printer; local
1021 printer.Print(view->GetFrame(), printout, true);
1044 wxMessageBox( _("Sorry, print preview needs a printer to be installed.") );
2036 // Get the logical pixels per inch of screen and printer
2059 // If printer pageWidth == current DC width, then this doesn't
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Mandrake/
H A Dsamba2.spec1158 cat packaging/Mandrake/smb.conf|sed -e 's/^; winbind/ winbind/g;s/^; obey pam/ obey pam/g; s/^; printer admin = @"D/ printer admin = @"D/g;s/^; password server = \*/ password server = \*/g;s/^; template/ template/g; s/^ security = user/ security = domain/g' > packaging/Mandrake/smb-winbind.conf
1164 sed -e 's/^; printer admin = @adm/ printer admin = @adm/g' >$RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/smb.conf
1831 - Don't set printcap name in pdf printer share (#11861)
1871 - make pdf printer work again, and other misc fixes to default config
1936 - Ensure printer drivers keep permissions by default (setgid and inherit perms)
1996 - Put printer directories back
2315 - Bugfix release. Fixed add user script, added print$ share and printer admin
2316 We need to test interaction of new print support with CUPS, but printer
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgprint.cpp2015 wxPrinter printer(& m_printDialogData);
2016 return printer.Print(m_previewFrame, m_printPrintout, interactive);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/manual/
H A Dstudio.tex229 \twocolitem{{\bf Print Setup...}}{Invokes the printer setup dialog.}

Completed in 208 milliseconds

12345