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

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/printing/
H A Dpsec.c24 /* This program can get or set NT printer security permissions from the
44 The first two lines describe the owner user and owner group of the printer.
46 not set. The remaining lines list the printer permissions or ACE entries,
53 3 ACE mask - printer ACE masks are defined in rpc_spoolss.h
58 - The guest user has No Access to the printer
158 /* Get a printer security descriptor */
160 int psec_getsec(char *printer) argument
185 slprintf(keystr, sizeof(keystr) - 1, "SECDESC/%s", printer);
196 printf("error fetching descriptor for printer %s\n",
197 printer);
258 psec_setsec(char *printer) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dpostscpt.tex22 Constructs a PostScript printer device context from a \helpref{wxPrintData}{wxprintdata} object.
29 various parameters. {\it parent} is the parent of the printer dialog box.
37 This constructor and the global printer settings are now deprecated;
H A Dpagedlg.tex68 %This can return false on Windows if the current printer is not set, for example.
82 It contains a \helpref{wxPrintData}{wxprintdata} member which is used to hold basic printer configuration data (as opposed to the
148 Enables or disables the {\bf Printer} button, which invokes a printer setup dialog.
155 selected printer properties. Windows only.
179 Returns true if the printer setup button is enabled.
185 Returns true if the printer setup button is enabled.
191 Returns true if the dialog will simply return default printer information (such as orientation)
245 This can return false on Windows if the current printer is not set, for example.
252 Pass true if the dialog will simply return default printer information (such as orientation)
260 selected printer propertie
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Deap.c2144 eap_printpkt(inp, inlen, printer, arg)
2147 void (*printer) __P((void *, char *, ...));
2164 printer(arg, " %s", eap_codenames[code-1]);
2166 printer(arg, " code=0x%x", code);
2167 printer(arg, " id=0x%x", id);
2172 printer(arg, " <missing type>");
2179 printer(arg, " %s", eap_typenames[rtype-1]);
2181 printer(arg, " type=0x%x", rtype);
2186 printer(arg, " <Message ");
2187 print_string((char *)inp, len, printer, ar
[all...]
H A Dutils.c472 * calling `printer(arg, format, ...)' to output it.
475 format_packet(p, len, printer, arg)
478 void (*printer) __P((void *, char *, ...));
493 printer(arg, "[%s", protp->name);
494 n = (*protp->printpkt)(p, len, printer, arg);
495 printer(arg, "]");
503 printer(arg, "[%s data]", protp->data_name);
505 printer(arg, "%.8B ...", p);
507 printer(arg, "%.*B", len, p);
510 printer(ar
[all...]
H A Dipxcp.c324 printipxnode(opt, printer, arg)
326 void (*printer) __P((void *, char *, ...));
333 printer(arg, "%.2x%.2x%.2x%.2x%.2x%.2x",
335 printer(arg, ":");
338 printer(arg, "%.2x%.2x%.2x%.2x%.2x%.2x",
1473 ipxcp_printpkt(p, plen, printer, arg)
1476 void (*printer) __P((void *, char *, ...));
1494 printer(arg, " %s", ipxcp_codenames[code-1]);
1496 printer(arg, " code=0x%x", code);
1497 printer(ar
[all...]
H A Dipv6cp.c381 printifaceid(opt, printer, arg)
383 void (*printer) __P((void *, char *, ...));
389 printer(arg, "%s", llv6_ntoa(wo->ourid));
390 printer(arg, ",");
392 printer(arg, "%s", llv6_ntoa(wo->hisid));
1435 ipv6cp_printpkt(p, plen, printer, arg)
1438 void (*printer) __P((void *, char *, ...));
1456 printer(arg, " %s", ipv6cp_codenames[code-1]);
1458 printer(arg, " code=0x%x", code);
1459 printer(ar
[all...]
H A Dchap-new.c131 void (*printer) __P((void *, char *, ...)), void *arg);
570 void (*printer) __P((void *, char *, ...)), void *arg)
585 printer(arg, " %s", chap_code_names[code-1]);
587 printer(arg, " code=0x%x", code);
588 printer(arg, " id=0x%x", id);
600 printer(arg, " <");
603 printer(arg, "%.2x", x);
605 printer(arg, ">, name = ");
606 print_string((char *)p, nlen, printer, arg);
610 printer(ar
[all...]
H A Dccp.c175 void (*printer) __P((void *, char *, ...)),
1489 ccp_printpkt(p, plen, printer, arg)
1492 void (*printer) __P((void *, char *, ...));
1510 printer(arg, " %s", ccp_codenames[code-1]);
1512 printer(arg, " code=0x%x", code);
1513 printer(arg, " id=0x%x", id);
1528 printer(arg, " <");
1538 printer(arg, "mppe %s %s %s %s %s %s%s",
1547 printer(arg, " (%.2x %.2x %.2x %.2x)",
1556 printer(ar
[all...]
H A Dipcp.c475 printipaddr(opt, printer, arg)
477 void (*printer) __P((void *, char *, ...));
483 printer(arg, "%I", wo->ouraddr);
484 printer(arg, ":");
486 printer(arg, "%I", wo->hisaddr);
2038 ipcp_printpkt(p, plen, printer, arg)
2041 void (*printer) __P((void *, char *, ...));
2059 printer(arg, " %s", ipcp_codenames[code-1]);
2061 printer(arg, " code=0x%x", code);
2062 printer(ar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dlcp.c300 printendpoint(opt, printer, arg)
302 void (*printer) __P((void *, char *, ...));
305 printer(arg, "%s", epdisc_to_str(&lcp_wantoptions[0].endpoint));
1855 lcp_printpkt(p, plen, printer, arg)
1858 void (*printer) __P((void *, char *, ...));
1876 printer(arg, " %s", lcp_codenames[code-1]);
1878 printer(arg, " code=0x%x", code);
1879 printer(arg, " id=0x%x", id);
1894 printer(arg, " <");
1902 printer(ar
[all...]
H A Dipxcp.c301 printipxnode(opt, printer, arg)
303 void (*printer) __P((void *, char *, ...));
310 printer(arg, "%.2x%.2x%.2x%.2x%.2x%.2x",
312 printer(arg, ":");
315 printer(arg, "%.2x%.2x%.2x%.2x%.2x%.2x",
1445 ipxcp_printpkt(p, plen, printer, arg)
1448 void (*printer) __P((void *, char *, ...));
1466 printer(arg, " %s", ipxcp_codenames[code-1]);
1468 printer(arg, " code=0x%x", code);
1469 printer(ar
[all...]
H A Dipv6cp.c334 printifaceid(opt, printer, arg)
336 void (*printer) __P((void *, char *, ...));
342 printer(arg, "%s", llv6_ntoa(wo->ourid));
343 printer(arg, ",");
345 printer(arg, "%s", llv6_ntoa(wo->hisid));
1387 ipv6cp_printpkt(p, plen, printer, arg)
1390 void (*printer) __P((void *, char *, ...));
1408 printer(arg, " %s", ipv6cp_codenames[code-1]);
1410 printer(arg, " code=0x%x", code);
1411 printer(ar
[all...]
H A Dchap.c805 ChapPrintPkt(p, plen, printer, arg)
808 void (*printer) __P((void *, char *, ...));
824 printer(arg, " %s", ChapCodenames[code-1]);
826 printer(arg, " code=0x%x", code);
827 printer(arg, " id=0x%x", id);
839 printer(arg, " <");
842 printer(arg, "%.2x", x);
844 printer(arg, ">, name = ");
845 print_string((char *)p, nlen, printer, arg);
849 printer(ar
[all...]
H A Dccp.c110 void (*printer) __P((void *, char *, ...)),
1093 ccp_printpkt(p, plen, printer, arg)
1096 void (*printer) __P((void *, char *, ...));
1114 printer(arg, " %s", ccp_codenames[code-1]);
1116 printer(arg, " code=0x%x", code);
1117 printer(arg, " id=0x%x", id);
1132 printer(arg, " <");
1139 printer(arg, "deflate%s %d",
1143 printer(arg, " method %d", DEFLATE_METHOD(p[2]));
1145 printer(ar
[all...]
H A Dipcp.c439 printipaddr(opt, printer, arg)
441 void (*printer) __P((void *, char *, ...));
447 printer(arg, "%I", wo->ouraddr);
448 printer(arg, ":");
450 printer(arg, "%I", wo->hisaddr);
1884 ipcp_printpkt(p, plen, printer, arg)
1887 void (*printer) __P((void *, char *, ...));
1905 printer(arg, " %s", ipcp_codenames[code-1]);
1907 printer(arg, " code=0x%x", code);
1908 printer(ar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dmain.c69 #include "printer.h"
78 struct printer defprinter;
79 struct printer *printers = NULL;
86 struct printer *printer = NULL; variable in typeref:struct:printer
94 int getstatus( struct printer *pr, char *buf );
95 int rprintcap( struct printer *pr );
110 struct printer *pr;
174 struct printer *pr;
425 rbuf[ 2 ] = rbuf[ 3 ] = 0xff; /* printer bus
[all...]
H A DMakefile.am25 printer.h \
H A Dqueries.c32 #include "printer.h"
155 if (( rc = krb_rd_req( &tkt, "LaserWriter", printer->p_name,
195 if (( printer->p_flags & P_KRB ) == 0 ) { /* no kerberos */
218 if ( printer->p_flags & P_SPOOLED ) {
231 if ( printer->p_pagecost_msg != NULL ) {
232 append( out, printer->p_pagecost_msg,
233 strlen( printer->p_pagecost_msg ));
234 } else if ( printer->p_flags & P_ACCOUNT ) {
238 sprintf( cost, "%d", printer->p_pagecost );
255 sprintf( balance, "$%1.2f\n", printer
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dldap_printer.c3 ads (active directory) printer utility library
26 find a printer given the name and the hostname
31 const char *printer,
58 asprintf(&s, "(cn=%s-%s)", srv_cn[0], printer);
82 modify a printer entry in the directory
91 add a printer to the directory
284 const char *printer)
293 asprintf(&printername, "%s\\%s", servername, printer);
303 DEBUG(3, ("Unable to open printer %s, error is %s.\n",
341 ads_mod_str(mem_ctx, mods, SPOOL_REG_PRINTERNAME, printer);
30 ads_find_printer_on_server(ADS_STRUCT *ads, LDAPMessage **res, const char *printer, const char *servername) argument
281 get_remote_printer_publishing_data(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, ADS_MODLIST *mods, const char *printer) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dnt_printing.c44 /* Map generic permissions to printer object specific permissions */
76 /* We need one default form to support our default printer. Msoft adds the
229 generate a new TDB_DATA key for storing a printer
250 generate a new TDB_DATA key for storing a printer security descriptor
295 DEBUG(0,("upgrade_to_version_3:moving printer\n"));
298 DEBUG(0,("upgrade_to_version_3: failed to move printer. Error (%s)\n", tdb_errorstr(tdb_printers)));
303 DEBUG(0,("upgrade_to_version_3: failed to delete printer. Error (%s)\n", tdb_errorstr(tdb_drivers)));
460 DEBUG(0,("upgrade_to_version_4: upgrading printer security descriptors\n"));
488 /* upgrade printer records and security descriptors */
527 DEBUG(0,("upgrade_to_version_5: normalizing printer key
3032 nt_printer_publish_ads(ADS_STRUCT *ads, NT_PRINTER_INFO_LEVEL *printer) argument
3149 nt_printer_unpublish_ads(ADS_STRUCT *ads, NT_PRINTER_INFO_LEVEL *printer) argument
3187 NT_PRINTER_INFO_LEVEL *printer = NULL; local
3260 NT_PRINTER_INFO_LEVEL *printer = NULL; local
3301 NT_PRINTER_INFO_LEVEL *printer = NULL; local
3938 dump_a_printer(NT_PRINTER_INFO_LEVEL *printer, uint32 level) argument
4028 mod_a_printer(NT_PRINTER_INFO_LEVEL *printer, uint32 level) argument
4176 set_driver_init(NT_PRINTER_INFO_LEVEL *printer, uint32 level) argument
4278 update_driver_init(NT_PRINTER_INFO_LEVEL *printer, uint32 level) argument
4344 save_driver_init_2(NT_PRINTER_INFO_LEVEL *printer, uint8 *data, uint32 data_len ) argument
4421 save_driver_init(NT_PRINTER_INFO_LEVEL *printer, uint32 level, uint8 *data, uint32 data_len) argument
4510 NT_PRINTER_INFO_LEVEL *printer = *pp_printer; local
4647 NT_PRINTER_INFO_LEVEL *printer = NULL; local
5551 NT_PRINTER_INFO_LEVEL *printer = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dcli_spoolss_notify.c33 /* Send a ReplyOpenPrinter request. This rpc is made by the printer
34 server to the printer client in response to a rffpcnex request.
35 The rrfpcnex request names a printer and a handle (the printerlocal
36 value) and this rpc establishes a back-channel over which printer
40 const char *printer, uint32 printerlocal, uint32 type,
50 make_spoolss_q_replyopenprinter(&q, printer, printerlocal, type);
39 rpccli_spoolss_reply_open_printer(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const char *printer, uint32 printerlocal, uint32 type, POLICY_HND *handle) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dprintmac.cpp82 PMPrinter printer; local
83 PMSessionGetCurrentPrinter(m_macPrintSession, &printer);
115 if ( PMPrinterGetPaperList( printer, &paperlist ) == noErr )
182 PMPrinterGetPrinterResolution(printer, tag, &res);
226 PMPrinter printer ;
228 &printer ) ;
589 wxMacPrinter printer(&m_printDialogData);
590 return printer.Print(m_previewFrame, m_printPrintout, interactive);
608 // Get a device context for the currently selected printer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/printing/
H A Dadd_netatalk_printer72 echo "Enter AppleTalk printer name: \c"
77 echo "OOPS: you need to tell me a printer name"
88 echo "I don't see that printer on the network. You may have entered an incorrect"
89 echo "printer name - if so, exit and restart."
90 echo "[You should only enter the printer name, not the :LaserWriter portion]"
111 echo "Enter Unix printer name - [default: ${SUGGEST}] : \c"
133 echo "setting printer name to '${UNIXPRINT}'"
137 echo "Enter a description for this printer. [The Appletalk name will"
146 echo "This is usually only desired if this printer stacks jobs"
156 echo "OOPS: There already exists a printer name
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dsmbspool.c70 *printer; /* Printer name */ local
105 fputs(" destination printer:\n", stderr);
107 fputs(" smb://[username:password@][workgroup/]server[:port]/printer\n", stderr);
187 fputs("ERROR: Bad URI - need printer name!\n", stderr);
197 * Convert to smb://[username:password@]workgroup/server/printer...
204 printer = uri_unescape_alloc(sep);
209 printer = uri_unescape_alloc(tmp2);
245 if ((cli = smb_connect(workgroup, server, port, printer, username, password, argv[2])) == NULL)
255 fprintf(stderr, "ERROR: Unable to connect to CIFS host, trying next printer...\n");
564 * Open the printer devic
[all...]

Completed in 242 milliseconds

12345