HomeSort by relevance Sort by last modified time
    Searched refs:cupsRemoveOption (Results 1 - 3 of 3) sorted by null

  /external/libcups/cups/
options.c 420 * 'cupsRemoveOption()' - Remove an option from an option array.
426 cupsRemoveOption(
435 DEBUG_printf(("2cupsRemoveOption(name=\"%s\", num_options=%d, options=%p)", name, num_options, (void *)options));
443 DEBUG_printf(("3cupsRemoveOption: Returning %d", num_options));
461 DEBUG_puts("4cupsRemoveOption: Found option, removing it...");
477 DEBUG_printf(("3cupsRemoveOption: Returning %d", num_options));
cups.h 429 extern int cupsRemoveOption(const char *name, int num_options,
ppd-conflicts.c 522 num_newopts = cupsRemoveOption("Collate", num_newopts, &newopts);
    [all...]

Completed in 60 milliseconds