HomeSort by relevance Sort by last modified time
    Searched full:locprinter (Results 1 - 1 of 1) sorted by null

  /external/libcups/cups/
dest.c 320 CFStringRef locprinter; /* Current printer */ local
367 if ((locprinter = appleGetPrinter(locations, network, NULL)) != NULL)
368 CFRetain(locprinter);
373 return (locprinter);
434 CFStringRef locprinter; /* Current printer */ local
454 locprinter = appleGetPrinter(locations, network, &locindex);
457 locprinter = NULL;
461 if (!locprinter || CFStringCompare(locprinter, name, 0) != kCFCompareEqualTo)
472 if (locprinter)
2460 CFStringRef locprinter; \/* Last printer as this location *\/ local
2642 locprinter; \/* Current printer *\/ local
    [all...]

Completed in 193 milliseconds