Searched refs:cups (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_spool.c | 197 smb_cups_ops_t *cups; in smbd_spool_copyfile() local 227 if ((cups = smbd_cups_ops()) == NULL) in smbd_spool_copyfile() 230 if ((http = cups->httpConnect("localhost", 631)) == NULL) { in smbd_spool_copyfile() 236 if ((request = cups->ippNew()) == NULL) { in smbd_spool_copyfile() 244 language = cups->cupsLangDefault(); in smbd_spool_copyfile() 246 cups->ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_CHARSET, in smbd_spool_copyfile() 247 "attributes-charset", NULL, cups->cupsLangEncoding(language)); in smbd_spool_copyfile() 249 cups->ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_LANGUAGE, in smbd_spool_copyfile() 268 cups->ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, in smbd_spool_copyfile() 271 cups->ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, in smbd_spool_copyfile() [all …]
|
/titanic_50/usr/src/lib/print/libipp-listener/ |
H A D | Makefile.com | 30 cancel-job.o common.o create-job.o cups-accept-jobs.o \ 31 cups-get-classes.o cups-get-default.o cups-get-printers.o \ 32 cups-move-job.o cups-reject-jobs.o disable-printer.o enable-printer.o \
|
/titanic_50/usr/src/lib/print/libpapi-ipp/common/ |
H A D | service.c | 87 char *cups; in service_connect() local 89 if ((cups = getenv("CUPS_SERVER")) != NULL) { in service_connect() 93 "ipp://%s/printers/", cups); in service_connect()
|
/titanic_50/usr/src/lib/print/libpapi-dynamic/common/ |
H A D | service.c | 66 char *cups; in default_service_uri() local 68 if ((cups = getenv("CUPS_SERVER")) != NULL) { in default_service_uri() 71 snprintf(buf, sizeof (buf), "ipp://%s/printers/", cups); in default_service_uri()
|
/titanic_50/usr/src/lib/libpam/ |
H A D | pam.conf | 106 cups account required pam_unix_account.so.1
|
/titanic_50/usr/src/cmd/svc/shell/ |
H A D | mfsthistory | 336 svc:/application/cups/scheduler:default var/svc/manifest/application/cups.xml 337 svc:/application/cups/in-lpd:default var/svc/manifest/application/cups.xml 338 svc:/application/cups/scheduler var/svc/manifest/application/cups.xml 339 svc:/application/cups/in-lpd var/svc/manifest/application/cups.xml
|
/titanic_50/usr/src/lib/print/libhttp-core/common/ |
H A D | LICENSE.txt | 8 Email: cups-info@cups.org 9 WWW: http://www.cups.org 21 "cups" subdirectory of the CUPS source distribution and in the 22 "cups" include directory and library files in the binary
|