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

/macosx-10.10/cups-408/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.c1436 const char *printer_name; /* printer-name attribute */ local
1541 printer_name = NULL;
1611 printer_name = attr->values[0].string.text;
1641 if (!printer_name)
1651 if ((dest = cups_add_dest(printer_name, NULL, &num_dests, dests)) != NULL)
/macosx-10.10/cups-408/cups/scheduler/
H A Dcolorman.c121 const char *printer_name,
355 CFStringRef printer_name; /* Printer name string */ local
776 printer_name = CFStringCreateWithCString(kCFAllocatorDefault,
779 if (device_name && printer_name)
802 CFDictionarySetValue(device_name, CFSTR("en_US"), printer_name);
836 if (printer_name)
837 CFRelease(printer_name);
1006 const char *printer_name, /* I - Printer name */
1034 idstrlen = strlen(printer_name) + 1 + strlen(qualifier) + 1;
1037 snprintf(idstr, idstrlen, "%s-%s", printer_name, qualifie
1004 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.c945 printer_name[255], /* PRINTER env variable */ local
1059 snprintf(printer_name, sizeof(printer_name), "PRINTER=%s",
1085 envp[11] = printer_name;
H A Djob.c525 printer_name[255], local
968 snprintf(printer_info, sizeof(printer_name), "PRINTER_INFO=%s",
970 snprintf(printer_location, sizeof(printer_name), "PRINTER_LOCATION=%s",
972 snprintf(printer_name, sizeof(printer_name), "PRINTER=%s", job->printer->name);
1040 envp[envc ++] = printer_name;
/macosx-10.10/vim-55/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.10/vim-55/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 200 milliseconds