Searched refs:output_bin (Results 1 - 4 of 4) sorted by relevance
/external/libcups/cups/ |
H A D | testcache.c | 40 const char *output_bin; /* output-bin value */ local 87 (output_bin = _ppdCacheGetBin(pc, ppd_bin->choice)) != NULL) 88 printf("output-bin=\"%s\"\n", output_bin);
|
H A D | ppd-mark.c | 61 *output_bin, /* output-bin option */ local 87 output_bin = cupsGetOption("output-bin", num_options, options); 96 if ((media || output_bin || print_color_mode || print_quality || sides) && 223 if (output_bin && !cupsGetOption("OutputBin", num_options, options) && 224 (ppd_keyword = _ppdCacheGetOutputBin(cache, output_bin)) != NULL)
|
H A D | ppd-private.h | 174 const char *output_bin);
|
H A D | ppd-cache.c | 962 *output_bin, /* OutputBin option */ local 1327 if ((output_bin = ppdFindOption(ppd, "OutputBin")) != NULL) 1329 if ((pc->bins = calloc((size_t)output_bin->num_choices, sizeof(pwg_map_t))) == NULL) 1332 "pwg_map_t's for OutputBin.", output_bin->num_choices)); 1336 pc->num_bins = output_bin->num_choices; 1338 for (i = output_bin->num_choices, choice = output_bin->choices, 1970 const char *output_bin) /* I - PPD OutputBin string */ 1979 if (!pc || !output_bin) 1988 if (!_cups_strcasecmp(output_bin, p 1968 _ppdCacheGetBin( _ppd_cache_t *pc, const char *output_bin) argument 2275 _ppdCacheGetOutputBin( _ppd_cache_t *pc, const char *output_bin) argument [all...] |
Completed in 233 milliseconds