Searched refs:PLATFORM_NAME (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10/tidy-15.15/tidy/include/
H A Dplatform.h80 #ifndef PLATFORM_NAME
81 #define PLATFORM_NAME "Mac OS" macro
96 #ifndef PLATFORM_NAME
97 #define PLATFORM_NAME "Mac OS X" macro
128 #ifndef PLATFORM_NAME
129 #define PLATFORM_NAME "FreeBSD" macro
134 #ifndef PLATFORM_NAME
135 #define PLATFORM_NAME "NetBSD" macro
140 #ifndef PLATFORM_NAME
141 #define PLATFORM_NAME "OpenBS macro
147 #define PLATFORM_NAME macro
153 #define PLATFORM_NAME macro
164 #define PLATFORM_NAME macro
197 #define PLATFORM_NAME macro
204 #define PLATFORM_NAME macro
211 #define PLATFORM_NAME macro
224 #define PLATFORM_NAME macro
230 #define PLATFORM_NAME macro
239 #define PLATFORM_NAME macro
249 #define PLATFORM_NAME macro
258 #define PLATFORM_NAME macro
267 #define PLATFORM_NAME macro
276 #define PLATFORM_NAME macro
287 #define PLATFORM_NAME macro
296 #define PLATFORM_NAME macro
306 #define PLATFORM_NAME macro
315 #define PLATFORM_NAME macro
325 #define PLATFORM_NAME macro
335 #define PLATFORM_NAME macro
349 #define PLATFORM_NAME macro
355 #define PLATFORM_NAME macro
[all...]
/macosx-10.10/Libnotify-133.1.1/xcodescripts/
H A Dno-sim-man.sh3 if [[ "${PLATFORM_NAME}" =~ "simulator" ]]; then
H A Dsim-compat-symlink.sh3 if [[ "${PLATFORM_NAME}" =~ "simulator" ]]; then
/macosx-10.10/syslog-267/xcodescripts/
H A Dsim-compat-symlink.sh3 if [[ "${PLATFORM_NAME}" =~ "simulator" ]]; then
/macosx-10.10/system_cmds-643.1.1/zic.tproj/
H A Dinstall_zoneinfo.sh3 if [[ "${PLATFORM_NAME}" == "iphoneos"* ]]; then
H A Dgenerate_zoneinfo.sh8 echo "Usage: $0 SRCROOT OBJROOT BUILT_PRODUCTS_DIR SDKROOT PLATFORM_NAME" 1>&2
16 PLATFORM_NAME="$5"
70 if [[ "${PLATFORM_NAME}" == "iphoneos"* ]]; then
/macosx-10.10/curl-83.1.2/xcscripts/
H A Dlink_dylibs.sh8 if [ "$PLATFORM_NAME" = "macosx" ]; then
H A Dinstall_curlconfig.sh4 if [ "$PLATFORM_NAME" != "macosx" ]; then
/macosx-10.10/libdispatch-442.1.4/xcodescripts/
H A Dinstall-dtrace.sh22 if [ "${PLATFORM_NAME}" = iphoneos ]; then exit 0; fi
/macosx-10.10/WebKit-7600.1.25/mac/
H A Dpostprocess-headers.sh9 if [[ ${PLATFORM_NAME} == iphoneos ]]; then
11 elif [[ ${PLATFORM_NAME} == iphonesimulator ]]; then
17 if [[ ${PLATFORM_NAME} == iphone* ]]; then
H A Dmigrate-headers.sh32 export WEBCORE_PRIVATE_HEADERS_DIR="`eval 'echo ${WEBCORE_PRIVATE_HEADERS_DIR_'${PLATFORM_NAME}'_Production}'`"
/macosx-10.10/CommonCrypto-60061/test/test/
H A Drun_tests.sh15 if [ "${PLATFORM_NAME}" == "iphoneos" ]; then
/macosx-10.10/Libsystem-1213/xcodescripts/
H A Dcreate_dylib_symlinks.sh23 if [[ "${PLATFORM_NAME}" =~ simulator ]] ; then
H A Dcreate_system_framework.sh31 if [[ "${PLATFORM_NAME}" =~ simulator ]] ; then
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/
H A Dpreprocessor.pm63 $defines .= " WTF_PLATFORM_IOS" if defined $ENV{PLATFORM_NAME} && $ENV{PLATFORM_NAME} =~ /iphone(os|simulator)/;
/macosx-10.10/xnu-2782.1.97/libsyscall/xcodescripts/
H A Dmach_install_mig.sh78 if [[ "$PLATFORM_NAME" = "iphoneos" || "$PLATFORM_NAME" = "iphonesimulator" || "$PLATFORM_NAME" = "iphoneosnano" || "$PLATFORM_NAME" = "iphonenanosimulator" ]]
/macosx-10.10/WebCore-7600.1.25/
H A Dgenerate-export-file88 if ($ENV{PLATFORM_NAME} eq "iphoneos" || $ENV{PLATFORM_NAME} eq "iphonesimulator") {
100 if ($ENV{PLATFORM_NAME} eq "iphoneos") {
103 if ($ENV{PLATFORM_NAME} eq "iphonesimulator") {
/macosx-10.10/copyfile-118.1.2/xcodescripts/
H A Dinstall_files.sh6 if [ "${PLATFORM_NAME/iphone/}" != "${PLATFORM_NAME}" ]; then exit 0; fi
/macosx-10.10/libmalloc-53.1.1/xcodescripts/
H A Dmanpages.sh4 if [[ "$PLATFORM_NAME" =~ iphone ]]; then exit 0; fi
/macosx-10.10/libresolv-57/xcodescripts/
H A Dmanpages.sh6 if [ "${PLATFORM_NAME/iphone/}" != "${PLATFORM_NAME}" ]; then exit 0; fi
/macosx-10.10/removefile-35/xcodescripts/
H A Dinstall_files.sh6 if [ "${PLATFORM_NAME/iphone/}" != "${PLATFORM_NAME}" ]; then exit 0; fi
/macosx-10.10/Libc-1044.1.2/xcodescripts/
H A Dmanpages.sh4 if [ "${PLATFORM_NAME/iphone/}" != "${PLATFORM_NAME}" ]; then exit 0; fi
/macosx-10.10/configd-699.1.5/configd.tproj/
H A Dupdate-mach-services137 elif [ "${HAVE_IPCONFIGURATION}" != "OK" -a "${PLATFORM_NAME}" != "iphonesimulator" ] ; then
/macosx-10.10/tidy-15.15/tidy/console/
H A Dtidy.c409 #ifdef PLATFORM_NAME
411 PLATFORM_NAME, tidyReleaseDate() );
886 #ifdef PLATFORM_NAME
888 PLATFORM_NAME, tidyReleaseDate() );
/macosx-10.10/tidy-15.15/tidy/src/
H A Dlocalize.c1074 #ifdef PLATFORM_NAME
1075 platform = PLATFORM_NAME;
1772 #ifdef PLATFORM_NAME
1773 platform = PLATFORM_NAME;

Completed in 314 milliseconds

12