Searched refs:OSTYPE (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/util/
H A Dpoint.sh4 if test "$OSTYPE" = msdosdjgpp; then
H A Dopensslwrap.sh18 if [ "$OSTYPE" != msdosdjgpp ]; then
H A Dpod2mantest14 if test "$OSTYPE" = "msdosdjgpp"; then IFS=";"; fi
H A Dshlib_wrap.sh69 if [ "$OSTYPE" != msdosdjgpp ]; then
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dconftypes.h29 # define OSTYPE CONF_OSTYPE macro
47 # define OSTYPE CONF_OSTYPE macro
53 # define MACHTYPE HOSTTYPE "-" VENDOR "-" OSTYPE
60 #ifndef OSTYPE
61 # define OSTYPE "unknown" macro
H A Dvariables.c588 temp_var = set_if_not ("OSTYPE", OSTYPE);
/macosx-10.10.1/xnu-2782.1.97/config/
H A Dversion.c38 const char version[] = OSTYPE " Kernel Version ###KERNEL_VERSION_LONG###: ###KERNEL_BUILD_DATE###; ###KERNEL_BUILDER###:###KERNEL_BUILD_OBJROOT###";
47 const char ostype[] = OSTYPE;
/macosx-10.10.1/groff-38/groff/arch/misc/
H A Dshdeps.sh61 case "\$OSTYPE" in\\
97 # the OSTYPE environment variable, to identify which is appropriate\\
100 case "\$OSTYPE" in\\
/macosx-10.10.1/OpenSSL098-52/src/fips/
H A Dopenssl_fips_fingerprint15 if test "$OSTYPE" = msdosdjgpp; then
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dtestca4 if test "$OSTYPE" = msdosdjgpp; then
H A Dtestgen9 if test "$OSTYPE" = msdosdjgpp; then
/macosx-10.10.1/vim-55/src/
H A DMake_bc5.mak35 # LINK name of the linker ($(BOR)\bin\ilink if OSTYPE is DOS16,
71 # OSTYPE DOS16 or WIN32 (WIN32)
98 # $(OSTYPE)
159 ### OSTYPE: DOS16 for Windows 3.1 version, WIN32 for Windows 95/98/NT/2000
161 !if ("$(OSTYPE)"=="")
162 OSTYPE = WIN32 macro
203 !if ($(OSTYPE)==DOS16)
234 ! if ($(OSTYPE)==DOS16)
259 !if ($(OSTYPE)==DOS16)
274 !if ($(OSTYPE)!
[all...]
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/
H A Dversion.h.template62 /* OSTYPE, ostype, is a string as returned by uname -s */
63 #define OSTYPE "Darwin"
92 /* Build-time value of OSTYPE */
/macosx-10.10.1/zsh-61/zsh/Functions/Misc/
H A Dzkbd254 local termID=${${DISPLAY:t}:-$VENDOR-$OSTYPE} termFile=$zkbd/$TERM.tmp
266 source ${(D)zkbd}/\$TERM-\${\${DISPLAY:t}:-\$VENDOR-\$OSTYPE}
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmanconf.vim18 if !has("win32") && $OSTYPE =~ 'bsd'
H A Dzsh.vim96 syn match zshLongDeref '\$\%(MACHTYPE\|OLDPWD OPTARG\|OPTIND\|OSTYPE\|PPID\|PWD\|RANDOM\|SECONDS\|SHLVL\|signals\)'
H A Dtcsh.vim56 syn keyword tcshEnvVar contained AFSUSER COLUMNS DISPLAY EDITOR GROUP HOME HOST HOSTTYPE HPATH LANG LC_CTYPE LINES LS_COLORS MACHTYPE NOREBIND OSTYPE PATH PWD REMOTEHOST SHLVL SYSTYPE TERM TERMCAP USER VENDOR VISUAL
H A Dsh.vim246 syn keyword bashSpecialVariables contained BASH BASH_ENV BASH_VERSINFO BASH_VERSION CDPATH DIRSTACK EUID FCEDIT FIGNORE GLOBIGNORE GROUPS HISTCMD HISTCONTROL HISTFILE HISTFILESIZE HISTIGNORE HISTSIZE HOME HOSTFILE HOSTNAME HOSTTYPE IFS IGNOREEOF INPUTRC LANG LC_ALL LC_COLLATE LC_MESSAGES LINENO MACHTYPE MAIL MAILCHECK MAILPATH OLDPWD OPTARG OPTERR OPTIND OSTYPE PATH PIPESTATUS PPID PROMPT_COMMAND PS1 PS2 PS3 PS4 PWD RANDOM REPLY SECONDS SHELLOPTS SHLVL TIMEFORMAT TIMEOUT UID auto_resume histchars
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dman.vim47 if !has("win32") && $OSTYPE !~ 'cygwin\|linux' && system('uname -s') =~ "SunOS" && system('uname -r') =~ "^5"
/macosx-10.10.1/zsh-61/zsh/
H A Dconfig.h.in992 #undef OSTYPE
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dinit.c353 ZSH_VERSION, MACHTYPE, VENDOR, OSTYPE);
H A Dparams.c794 setsparam("OSTYPE", ztrdup_metafy(OSTYPE));
/macosx-10.10.1/tcsh-65/tcsh/
H A Dcomplete.tcsh1046 switch ( "$OSTYPE" )
/macosx-10.10.1/cxxfilt-11/cxxfilt/
H A Dconfigure828 ### using bash, which sets OSTYPE.
829 case "${OSTYPE}" in

Completed in 391 milliseconds