Searched refs:ppd_name (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/systemv/
H A Dlpinfo.c356 *ppd_name; /* Pointer to ppd-name */ local
431 ppd_name = NULL;
446 ppd_name = attr->values[0].string.text;
455 if (ppd_language == NULL || ppd_make_model == NULL || ppd_name == NULL)
474 ppd_name, ppd_language, ppd_make_model, ppd_device_id);
477 _cupsLangPrintf(stdout, "%s %s", ppd_name, ppd_make_model);
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dppd-cache.c665 ppd_name[PPD_MAX_NAME]; local
773 pwg_unppdize_name(ppd_size->name, ppd_name, sizeof(ppd_name), "_.");
774 pwgFormatSizeName(pwg_keyword, sizeof(pwg_keyword), NULL, ppd_name,
1874 const char *ppd_name; /* PPD media name */ local
1890 ppd_name = keyword;
1914 ppd_name = attr->values[0].string.text;
1917 DEBUG_printf(("1_ppdCacheGetPageSize: ppd_name=\"%s\"", ppd_name));
1919 if (ppd_name)
[all...]
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c3616 char ppd_name[1024]; /* PPD filename */ local
3666 snprintf(ppd_name, sizeof(ppd_name), "%s/ppd/%s.ppd", ServerRoot, p->name);
3667 if (stat(ppd_name, &ppd_info))
3699 cupsdLogMessage(CUPSD_LOG_DEBUG, "load_ppd: Loading %s...", ppd_name);
3709 if ((ppd = _ppdOpenFile(ppd_name, _PPD_LOCALIZATION_NONE)) != NULL)
3719 ppd_name, cupsLastErrorString());
4714 else if (!access(ppd_name, 0))
4733 ppd_name);
H A Dipp.c6618 ppd_name[1024]; /* ppd-name */ local
6636 url_encode_string(uri->values[0].string.text, ppd_name, sizeof(ppd_name));
6638 con->request->request.op.request_id, ppd_name);

Completed in 298 milliseconds