Searched refs:output_bin (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | testcache.c | 40 const char *output_bin; /* output-bin value */ in main() local 87 (output_bin = _ppdCacheGetBin(pc, ppd_bin->choice)) != NULL) in main() 88 printf("output-bin=\"%s\"\n", output_bin); in main()
|
D | ppd-mark.c | 61 *output_bin, /* output-bin option */ in cupsMarkOptions() local 87 output_bin = cupsGetOption("output-bin", num_options, options); in cupsMarkOptions() 96 if ((media || output_bin || print_color_mode || print_quality || sides) && in cupsMarkOptions() 223 if (output_bin && !cupsGetOption("OutputBin", num_options, options) && in cupsMarkOptions() 224 (ppd_keyword = _ppdCacheGetOutputBin(cache, output_bin)) != NULL) in cupsMarkOptions()
|
D | ppd-cache.c | 962 *output_bin, /* OutputBin option */ in _ppdCacheCreateWithPPD() local 1327 if ((output_bin = ppdFindOption(ppd, "OutputBin")) != NULL) in _ppdCacheCreateWithPPD() 1329 if ((pc->bins = calloc((size_t)output_bin->num_choices, sizeof(pwg_map_t))) == NULL) in _ppdCacheCreateWithPPD() 1332 "pwg_map_t's for OutputBin.", output_bin->num_choices)); in _ppdCacheCreateWithPPD() 1336 pc->num_bins = output_bin->num_choices; in _ppdCacheCreateWithPPD() 1338 for (i = output_bin->num_choices, choice = output_bin->choices, in _ppdCacheCreateWithPPD() 1970 const char *output_bin) /* I - PPD OutputBin string */ in _ppdCacheGetBin() argument 1979 if (!pc || !output_bin) in _ppdCacheGetBin() 1988 if (!_cups_strcasecmp(output_bin, pc->bins[i].ppd)) in _ppdCacheGetBin() 2277 const char *output_bin) /* I - Keyword string */ in _ppdCacheGetOutputBin() argument [all …]
|
D | ppd-private.h | 174 const char *output_bin);
|
/external/compiler-rt/cmake/Modules/ |
D | AddCompilerRT.cmake | 274 set(output_bin ${CMAKE_CURRENT_BINARY_DIR}) variable 276 set(output_bin "${output_bin}/${TEST_SUBDIR}") variable 279 set(output_bin "${output_bin}/${CMAKE_CFG_INTDIR}") variable 281 set(output_bin "${output_bin}/${test_name}") variable 283 set(output_bin "${output_bin}.exe") variable 302 -o "${output_bin}"
|