Searched refs:sides_2sided_long (Results 1 – 6 of 6) sorted by relevance
/external/libcups/cups/ |
D | ppd-private.h | 135 *sides_2sided_long, /* Choice for two-sided-long-edge */ member
|
D | ppd-mark.c | 239 cache->sides_2sided_long) in cupsMarkOptions() 240 ppd_mark_option(ppd, cache->sides_option, cache->sides_2sided_long); in cupsMarkOptions()
|
D | ppd-cache.c | 297 else if (pc->sides_2sided_long && !_cups_strcasecmp(choice->choice, pc->sides_2sided_long)) in _cupsConvertOptions() 872 pc->sides_2sided_long = strdup(value); in _ppdCacheCreateWithFile() 1634 !_cups_strcasecmp(choice->choice, "Top")) && !pc->sides_2sided_long) in _ppdCacheCreateWithPPD() 1635 pc->sides_2sided_long = strdup(choice->choice); in _ppdCacheCreateWithPPD() 2905 if (pc->sides_2sided_long) in _ppdCacheWriteFile() 2906 cupsFilePrintf(fp, "Sides2SidedLong %s\n", pc->sides_2sided_long); in _ppdCacheWriteFile()
|
/external/libcups/tools/ |
D | ippeveps.c | 470 else if (!strcmp(value, "two-sided-long-edge") && ppd_cache->sides_2sided_long) in get_options() 471 …num_options = cupsAddOption(ppd_cache->sides_option, ppd_cache->sides_2sided_long, num_options, op… in get_options()
|
D | ippeveprinter.c | 4926 if (pc->sides_2sided_long) in load_ppd_attributes() 5342 if (pc->sides_2sided_long) in load_ppd_attributes() 5355 if (pc->sides_2sided_long) in load_ppd_attributes()
|
/external/libcups/scheduler/ |
D | job.c | 3829 cupsdLogJob(job, CUPSD_LOG_DEBUG2, "Mapping sizes to Duplex=%s", pc->sides_2sided_long); in get_options() 3831 num_pwgppds = cupsAddOption(pc->sides_option, pc->sides_2sided_long, num_pwgppds, &pwgppds); in get_options()
|