Searched refs:finishings (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | testcache.c | 38 finishings[20]; /* Finishing options */ in main() local 73 …inishingValues(pc, num_options, options, (int)sizeof(finishings) / sizeof(finishings[0]), finishin… in main() 80 printf(",%d", finishings[i]); in main() 82 printf("%d", finishings[i]); in main()
|
D | ppd-cache.c | 35 static void pwg_add_finishing(cups_array_t *finishings, ipp_finishings_t template, const char *name… 79 finishings[10]; /* Finishing enum values */ in _cupsConvertOptions() local 366 …ishingValues(pc, num_options, options, (int)(sizeof(finishings) / sizeof(finishings[0])), finishin… in _cupsConvertOptions() 369 ippAddIntegers(request, IPP_TAG_JOB, IPP_TAG_ENUM, "finishings", num_finishings, finishings); in _cupsConvertOptions() 402 _pwg_finishings_t *finishings; /* Current finishings option */ in _ppdCacheCreateWithFile() local 856 if (!pc->finishings) in _ppdCacheCreateWithFile() 857 pc->finishings = in _ppdCacheCreateWithFile() 862 if ((finishings = calloc(1, sizeof(_pwg_finishings_t))) == NULL) in _ppdCacheCreateWithFile() 865 finishings->value = (ipp_finishings_t)strtol(value, &valueptr, 10); in _ppdCacheCreateWithFile() 866 finishings->num_options = cupsParseOptions(valueptr, 0, in _ppdCacheCreateWithFile() [all …]
|
D | cupspm.md | 396 ipp_attribute_t *finishings = 399 int i, count = ippGetCount(finishings); 401 puts("finishings supported:"); 403 printf(" %d\n", ippGetInteger(finishings, i)); 406 puts("finishings not supported."); 436 finishings value(s) to the standard output: 447 printf("Default finishings: %s\n", def_value); 453 printf("Default finishings: %d", 463 The finishings and media options also support queries for the ready, or loaded, 488 puts("finishings ready:"); [all …]
|
D | ppd-private.h | 153 cups_array_t *finishings; /* cupsIPPFinishings values */ member
|
/external/libcups/filter/ |
D | spec-ppd.shtml | 1202 <p>This keyword defines a mapping from IPP <code>finishings</code>
|