Home
last modified time | relevance | path

Searched refs:CUPS_DEFAULT_PRINTCAP (Results 1 – 6 of 6) sorted by relevance

/external/libcups/config-scripts/
Dcups-defaults.m4298 CUPS_DEFAULT_PRINTCAP="/Library/Preferences/org.cups.printers.plist"
300 CUPS_DEFAULT_PRINTCAP="/etc/printcap"
304 CUPS_DEFAULT_PRINTCAP="/etc/printers.conf"
307 CUPS_DEFAULT_PRINTCAP="/etc/printcap"
311 CUPS_DEFAULT_PRINTCAP="$default_printcap"
314 CUPS_DEFAULT_PRINTCAP=""
317 AC_SUBST(CUPS_DEFAULT_PRINTCAP)
318 AC_DEFINE_UNQUOTED(CUPS_DEFAULT_PRINTCAP, "$CUPS_DEFAULT_PRINTCAP")
/external/libcups/vcnet/
Dconfig.h158 #define CUPS_DEFAULT_PRINTCAP "" macro
/external/libcups/xcode/
Dconfig.h79 #define CUPS_DEFAULT_PRINTCAP "/Library/Preferences/org.cups.printers.plist" macro
/external/libcups/conf/
Dcups-files.conf.in65 #Printcap @CUPS_DEFAULT_PRINTCAP@
/external/libcups/
Dconfig.h.in77 #define CUPS_DEFAULT_PRINTCAP "/etc/printcap" macro
/external/libcups/scheduler/
Dconf.c589 cupsdSetString(&Printcap, CUPS_DEFAULT_PRINTCAP); in cupsdReadConfiguration()
596 if (!strcmp(CUPS_DEFAULT_PRINTCAP, "/etc/printers.conf")) in cupsdReadConfiguration()
598 else if (!strcmp(CUPS_DEFAULT_PRINTCAP, in cupsdReadConfiguration()