Searched refs:printer_name (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/cups/
H A Dnotify.c49 *printer_name, /* printer-name */ local
69 printer_name = ippFindAttribute(event, "printer-name", IPP_TAG_NAME);
76 if (job_id && printer_name && printer_uri && job_state)
114 printer_name->values[0].string.text,
120 else if (printer_uri && printer_name && printer_state)
146 printer_name->values[0].string.text,
H A Ddest.c1410 const char *printer_name; /* printer-name attribute */ local
1517 printer_name = NULL;
1587 printer_name = attr->values[0].string.text;
1617 if (!printer_name)
1627 if ((dest = cups_add_dest(printer_name, NULL, &num_dests, dests)) != NULL)
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dcolorman.c143 const char *printer_name,
379 CFStringRef printer_name; /* Printer name string */ local
800 printer_name = CFStringCreateWithCString(kCFAllocatorDefault,
803 if (device_name && printer_name)
826 CFDictionarySetValue(device_name, CFSTR("en_US"), printer_name);
860 if (printer_name)
861 CFRelease(printer_name);
1030 const char *printer_name, /* I - Printer name */
1058 idstrlen = strlen(printer_name) + 1 + strlen(qualifier) + 1;
1061 snprintf(idstr, idstrlen, "%s-%s", printer_name, qualifie
1028 colord_create_profile( cups_array_t *profiles, const char *printer_name, const char *qualifier, const char *colorspace, char **format, const char *iccfile, const char *scope) argument
[all...]
H A Dcupsfilter.c917 printer_name[255], /* PRINTER env variable */ local
1031 snprintf(printer_name, sizeof(printer_name), "PRINTER=%s",
1057 envp[11] = printer_name;
H A Djob.c522 printer_name[255], local
942 snprintf(printer_info, sizeof(printer_name), "PRINTER_INFO=%s",
944 snprintf(printer_location, sizeof(printer_name), "PRINTER_LOCATION=%s",
946 snprintf(printer_name, sizeof(printer_name), "PRINTER=%s", job->printer->name);
1015 envp[envc ++] = printer_name;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dslrnrc.vim64 syn keyword slrnrcVarStr contained postpone_directory printer_name quote_string realname reply_custom_headers reply_string replyto save_directory save_posts save_replies
/macosx-10.9.5/vim-53/src/
H A Dos_mswin.c2181 char_u *printer_name = (char_u *)devname + devname->wDeviceOffset; local
2185 prt_name = alloc((unsigned)(STRLEN(printer_name) + STRLEN(port_name)
2188 wsprintf(prt_name, text, printer_name, port_name);

Completed in 153 milliseconds