Searched refs:OSTYPE (Results 1 - 8 of 8) sorted by last modified time

/freebsd-10.0-release/crypto/openssl/util/
H A Dopensslwrap.sh18 if [ "$OSTYPE" != msdosdjgpp ]; then
H A Dpod2mantest14 if test "$OSTYPE" = "msdosdjgpp"; then IFS=";"; fi
H A Dpoint.sh4 if test "$OSTYPE" = msdosdjgpp || test "x$PLATFORM" = xmingw ; then
H A Dshlib_wrap.sh69 if [ "$OSTYPE" != msdosdjgpp ]; then
/freebsd-10.0-release/contrib/binutils/
H A Dconfigure1730 ### using bash, which sets OSTYPE.
1731 case "${OSTYPE}" in
/freebsd-10.0-release/contrib/tcsh/
H A Dcomplete.tcsh1046 switch ( "$OSTYPE" )
/freebsd-10.0-release/contrib/sendmail/cf/m4/
H A Dcfhead.m444 define(`OSTYPE',
46 ifdef(`__OSTYPE__', `errprint(`duplicate OSTYPE'($1)
/freebsd-10.0-release/tools/regression/pjdfstest/
H A DMakefile6 @OSTYPE=`uname`; \
7 CFLAGS=-D__OS_$${OSTYPE}__; \
8 if [ $$OSTYPE = "FreeBSD" ]; then \
10 elif [ $$OSTYPE = "SunOS" ]; then \
13 elif [ $$OSTYPE = "Darwin" ]; then \
15 elif [ $$OSTYPE == "Linux" ]; then \
18 echo "Unsupported operating system: ${OSTYPE}."; \

Completed in 177 milliseconds