HomeSort by: relevance | last modified time | path
    Searched refs:EXIST (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/zstd/dist/build/VS_scripts/
build.generic.cmd 41 IF EXIST %msbuild_vs2017community% SET msbuild=%msbuild_vs2017community%
42 IF EXIST %msbuild_vs2017professional% SET msbuild=%msbuild_vs2017professional%
43 IF EXIST %msbuild_vs2017enterprise% SET msbuild=%msbuild_vs2017enterprise%
51 IF EXIST %msbuild_vs2019community% SET msbuild=%msbuild_vs2019community%
52 IF EXIST %msbuild_vs2019professional% SET msbuild=%msbuild_vs2019professional%
53 IF EXIST %msbuild_vs2019enterprise% SET msbuild=%msbuild_vs2019enterprise%
  /src/external/apache2/llvm/dist/libcxx/
appveyor-reqs-install.cmd 3 if NOT EXIST C:\projects\deps (
11 if NOT EXIST llvm-installer.exe (
28 if NOT EXIST cmake (
40 if NOT EXIST ninja (
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
windows-makefile.tmpl 401 @IF NOT EXIST "$(OPENSSLDIR)\openssl.cnf" \
408 @IF NOT EXIST "$(OPENSSLDIR)\ct_log_list.cnf" \
639 IF EXIST $full.manifest DEL /F /Q $full.manifest
640 IF EXIST \$@ DEL /F /Q \$@
646 IF EXIST $dll.manifest \\
648 IF EXIST apps\\$dll DEL /Q /F apps\\$dll
649 IF EXIST test\\$dll DEL /Q /F test\\$dll
650 IF EXIST fuzz\\$dll DEL /Q /F fuzz\\$dll
667 IF EXIST $dso$dsoext.manifest DEL /F /Q $dso$dsoext.manifest
677 IF EXIST $dso$dsoext.manifest \
    [all...]
  /src/sys/external/isc/libsodium/dist/builds/msvc/build/
buildbase.bat 10 IF NOT EXIST %environment% SET environment="%programfiles%\%tools%"
11 IF NOT EXIST %environment% GOTO no_tools
  /src/external/apache2/llvm/dist/llvm/tools/msbuild/
install.bat 28 IF NOT EXIST "%PlatformToolsets%\llvm" mkdir "%PlatformToolsets%\llvm"
37 IF NOT EXIST "%PlatformToolsets%\llvm" mkdir "%PlatformToolsets%\llvm"
  /src/crypto/external/apache2/openssl/dist/Configurations/
windows-makefile.tmpl 540 @IF NOT EXIST "$(OPENSSLDIR)\openssl.cnf" \
548 @IF NOT EXIST "$(OPENSSLDIR)\ct_log_list.cnf" \
659 @if NOT EXIST "$(BLDDIR)\apps" mkdir "$(BLDDIR)\apps"
962 IF EXIST $full.manifest DEL /F /Q $full.manifest
963 IF EXIST \$@ DEL /F /Q \$@
967 IF EXIST $dll.manifest \\
969 IF EXIST apps\\$dll DEL /Q /F apps\\$dll
970 IF EXIST test\\$dll DEL /Q /F test\\$dll
971 IF EXIST fuzz\\$dll DEL /Q /F fuzz\\$dll
999 IF EXIST $dso.manifest DEL /F /Q $dso.manifes
    [all...]
  /src/crypto/external/bsd/openssl/dist/Configurations/
windows-makefile.tmpl 533 @IF NOT EXIST "$(OPENSSLDIR)\openssl.cnf" \
541 @IF NOT EXIST "$(OPENSSLDIR)\ct_log_list.cnf" \
650 @if NOT EXIST "$(BLDDIR)\apps" mkdir "$(BLDDIR)\apps"
921 IF EXIST $full.manifest DEL /F /Q $full.manifest
922 IF EXIST \$@ DEL /F /Q \$@
926 IF EXIST $dll.manifest \\
928 IF EXIST apps\\$dll DEL /Q /F apps\\$dll
929 IF EXIST test\\$dll DEL /Q /F test\\$dll
930 IF EXIST fuzz\\$dll DEL /Q /F fuzz\\$dll
958 IF EXIST $dso.manifest DEL /F /Q $dso.manifes
    [all...]
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
Ordinals.pm 47 assigned number as well as other attributes to indicate if they only exist
355 # Check that all platforms exist in both items, and have opposite values
549 # The item we want to alias for doesn't exist yet, so we cache the
660 symbols are set to not exist, but are kept around in the database to retain
759 exist, ":", platforms, ":", type, ":", features;
765 exist = "EXIST" | "NOEXIST";
806 (?:NO)?EXIST:
818 exists => $b[0] eq 'EXIST',
956 $self->exists() ? 'EXIST' : 'NOEXIST'
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
Ordinals.pm 47 assigned number as well as other attributes to indicate if they only exist
355 # Check that all platforms exist in both items, and have opposite values
547 # The item we want to alias for doesn't exist yet, so we cache the
658 symbols are set to not exist, but are kept around in the database to retain
757 exist, ":", platforms, ":", type, ":", features;
763 exist = "EXIST" | "NOEXIST";
804 (?:NO)?EXIST:
816 exists => $b[0] eq 'EXIST',
954 $self->exists() ? 'EXIST' : 'NOEXIST'
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc 3162 if (i->exist)
3164 fputs (" EXIST=", dumpfile);
3165 show_expr (i->exist);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc 2994 if (i->exist)
2996 fputs (" EXIST=", dumpfile);
2997 show_expr (i->exist);

Completed in 36 milliseconds