Searched refs:CUPS_BUNDLEDIR (Results 1 – 7 of 7) sorted by relevance
/external/libcups/config-scripts/ |
D | cups-defaults.m4 | 24 CUPS_BUNDLEDIR="$withval",[ 26 …CUPS_BUNDLEDIR="/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/Pri… 29 CUPS_BUNDLEDIR="" 32 AC_SUBST(CUPS_BUNDLEDIR) 33 if test "x$CUPS_BUNDLEDIR" != x; then 34 AC_DEFINE_UNQUOTED(CUPS_BUNDLEDIR, "$CUPS_BUNDLEDIR") 45 if test "x$cups_bundlelang" != x -a "x$CUPS_BUNDLEDIR" != x; then 46 CUPS_RESOURCEDIR="$CUPS_BUNDLEDIR/Resources/$cups_bundlelang.lproj"
|
/external/libcups/cups/ |
D | language.c | 136 # ifdef CUPS_BUNDLEDIR 891 #if defined(__APPLE__) && defined(CUPS_BUNDLEDIR) in _cupsMessageFree() 1169 #if defined(__APPLE__) && defined(CUPS_BUNDLEDIR) in _cupsMessageLookup() 1410 # ifdef CUPS_BUNDLEDIR 1447 CUPS_BUNDLEDIR "/Resources/%s.lproj/cups.strings", in appleMessageLoad() 1459 snprintf(filename, sizeof(filename), CUPS_BUNDLEDIR "/Resources/%s.lproj/cups.strings", locale); in appleMessageLoad() 1476 … snprintf(filename, sizeof(filename), CUPS_BUNDLEDIR "/Resources/%s.lproj/cups.strings", baselang); in appleMessageLoad() 1512 if (!access(CUPS_BUNDLEDIR "/Resources/zh_TW.lproj/cups.strings", 0)) in appleMessageLoad() 1531 CUPS_BUNDLEDIR "/Resources/%s.lproj/cups.strings", locale); in appleMessageLoad() 1682 #if defined(__APPLE__) && defined(CUPS_BUNDLEDIR) in cups_message_load()
|
/external/libcups/ppdc/ |
D | ppdc-catalog.cxx | 34 #if defined(__APPLE__) && defined(CUPS_BUNDLEDIR) 63 #if defined(__APPLE__) && defined(CUPS_BUNDLEDIR) in ppdcCatalog() 69 …snprintf(pofile, sizeof(pofile), CUPS_BUNDLEDIR "/Resources/%s.lproj/cups.strings", _cupsAppleLang… in ppdcCatalog() 92 snprintf(pofile, sizeof(pofile), CUPS_BUNDLEDIR "/Resources/%s.lproj/cups.strings", tl); in ppdcCatalog() 657 #if defined(__APPLE__) && defined(CUPS_BUNDLEDIR)
|
/external/libcups/xcode/ |
D | config.h | 669 # define CUPS_BUNDLEDIR "/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame… macro 671 # define CUPS_BUNDLEDIR "/System/Library/PrivateFrameworks/PrintKit.framework/Versions/A" macro
|
/external/libcups/ |
D | configure.ac | 52 elif test "x$CUPS_BUNDLEDIR" != x; then
|
D | Makedefs.in | 226 BUNDLEDIR = @CUPS_BUNDLEDIR@
|
D | config.h.in | 653 #undef CUPS_BUNDLEDIR
|