Searched refs:PLATFORM (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/crypto/openssl/util/
H A Dpoint.sh4 if test "$OSTYPE" = msdosdjgpp || test "x$PLATFORM" = xmingw ; then
H A Dselftest.pl42 $platform=$1 if (/^PLATFORM=(.*)$/);
H A Dmk1mf.pl30 PLATFORM => \$mf_platform,
447 PLATFORM=$platform
629 #define PLATFORM "$platform"
/freebsd-10.2-release/crypto/openssl/crypto/
H A Dcversion.c84 #ifdef PLATFORM
85 return (PLATFORM);
/freebsd-10.2-release/crypto/openssl/
H A DMakefile.org13 PLATFORM=dist
205 BUILDENV= PLATFORM='$(PLATFORM)' PROCESSOR='$(PROCESSOR)' \
333 if [ "$(PLATFORM)" = "Cygwin" ]; then \
565 if [ "$(PLATFORM)" != "Cygwin" ]; then \
578 if expr $(PLATFORM) : 'mingw' > /dev/null; then \
623 PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$(HTMLSUFFIX) "$$n".$(HTMLSUFFIX); \
637 if [ "$(PLATFORM)" = "DJGPP" -o "$(PLATFORM)"
[all...]
H A DMakefile.shared264 if expr $(PLATFORM) : 'mingw' > /dev/null; then \
284 if expr $(PLATFORM) : 'mingw' > /dev/null; then \
510 expr $(PLATFORM) : 'hpux64' > /dev/null && ALLSYMSFLAGS='-Wl,+forceload'; \
519 expr $(PLATFORM) : '.*ia64' > /dev/null && SHLIB=lib$(LIBNAME).so; \
523 expr $(PLATFORM) : 'hpux64' > /dev/null && ALLSYMSFLAGS='-Wl,+forceload'; \
591 expr $(PLATFORM) : '.*ia64' > /dev/null && SHLIB=lib$(LIBNAME).so; \
H A DMakefile15 PLATFORM=dist macro
207 BUILDENV= PLATFORM='$(PLATFORM)' PROCESSOR='$(PROCESSOR)' \
335 if [ "$(PLATFORM)" = "Cygwin" ]; then \
567 if [ "$(PLATFORM)" != "Cygwin" ]; then \
580 if expr $(PLATFORM) : 'mingw' > /dev/null; then \
625 PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$(HTMLSUFFIX) "$$n".$(HTMLSUFFIX); \
639 if [ "$(PLATFORM)" = "DJGPP" -o "$(PLATFORM)"
[all...]
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl42 ($PLATFORM = `uname -i`) =~ s/\W*\n//;
219 # on "$defdir/common", "$defdir/$MACH" and "$defdir/$PLATFORM" and execute each
551 find(\&wanted, "$defdir/$PLATFORM") if (scalar(@ARGV) == 0);

Completed in 123 milliseconds