Home
last modified time | relevance | path

Searched refs:CUPS_REQUESTS (Results 1 – 9 of 9) sorted by relevance

/external/libcups/conf/
Dcups-files.conf.in73 #RequestRoot @CUPS_REQUESTS@
93 #TempDir @CUPS_REQUESTS@/tmp
/external/libcups/config-scripts/
Dcups-directories.m4259 CUPS_REQUESTS="$localstatedir/spool/cups"
260 AC_DEFINE_UNQUOTED(CUPS_REQUESTS, "$localstatedir/spool/cups") definition
261 AC_SUBST(CUPS_REQUESTS) subst
/external/libcups/vcnet/
Dconfig.h204 #define CUPS_REQUESTS "C:/CUPS/spool" macro
/external/libcups/xcode/
Dconfig.h125 #define CUPS_REQUESTS "/private/var/spool/cups" macro
/external/libcups/
DMakedefs.in241 REQUESTS = $(BUILDROOT)@CUPS_REQUESTS@
Dconfig.h.in123 #define CUPS_REQUESTS "/var/spool/cups" macro
Dconfigure6406 CUPS_REQUESTS="$localstatedir/spool/cups"
/external/libcups/packaging/
Dcups.list.in214 $REQUESTS=@CUPS_REQUESTS@
/external/libcups/scheduler/
Dconf.c579 cupsdSetString(&RequestRoot, CUPS_REQUESTS); in cupsdReadConfiguration()