Searched refs:exist (Results 76 - 100 of 486) sorted by relevance

1234567891011>>

/macosx-10.10/tidy-15.15/tidy/test/
H A Donetesta.cmd30 if NOT exist %CFGFILE% set CFGFILE=%TIDYINPUT%\cfg_default.txt
44 if exist %MSGFILE% del %MSGFILE%
45 if exist %TIDYFILE% del %TIDYFILE%
/macosx-10.10/Heimdal-398.1.2/packages/windows/installer/
H A DNTMakefile117 !if !exist($(MMDIR))
122 !if exist("$(MMDIR)")
176 !if exist($(SRC)\thirdparty)
185 !if exist($(SRC)\thirdparty\MKShim)
/macosx-10.10/Security-57031.1.35/Security/include/security_ocspd/
H A DocspResponse.h76 const SecAsn1OCSPCertID &exist);
82 const CSSM_DATA &exist);
H A DocspResponse.cpp144 const SecAsn1OCSPCertID &exist)
147 if(!ocspdCompareCssmData(&mSubjectSerial, &exist.serialNumber)) {
152 const CSSM_OID *alg = &exist.algId.algorithm;
173 /* generate digests using exist's hash algorithm */
175 if(!ocspdCompareCssmData(&digestData, &exist.issuerNameHash)) {
179 if(!ocspdCompareCssmData(&digestData, &exist.issuerPubKeyHash)) {
187 const CSSM_DATA &exist)
195 if(SecAsn1DecodeData(coder, &exist, kSecAsn1OCSPCertIDTemplate, &certID)) {
143 compareToExist( const SecAsn1OCSPCertID &exist) argument
186 compareToExist( const CSSM_DATA &exist) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ocspd/common/
H A DocspResponse.h76 const SecAsn1OCSPCertID &exist);
82 const CSSM_DATA &exist);
/macosx-10.10/bind9-45.101/bind9/contrib/queryperf/
H A Dconfigure.in35 AC_DEFINE(socklen_t, int, [Define to `int' if `socklen_t' does not exist.])
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dbitmap.rb32 def self.exist?(name) singleton method in class:Tk.Bitmap
96 def exist?
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/blt/
H A Dwinop1.rb7 if File.exist?(file)
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dtesttask.rb179 return file_path if File.exist? file_path
192 return path if File.exist? file_path
H A Dalt_system.rb76 if File.exist?(test = "#{file}.#{ext}")
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Dsources_command.rb54 unless File.exist? path then
139 if not File.exist?(path) then
H A Dwhich_command.rb63 if File.exist? full_path and not File.directory? full_path then
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dqwrap.tcl31 if {![info exist file]} {
33 } elseif {![info exist asfile]} {
62 puts stderr "$file doesn't exist"
/macosx-10.10/emacs-93/emacs/nt/
H A Dconfigure.bat64 if exist config.log del config.log
74 if exist configure.bat goto start
217 if not exist junk.bat goto needcp
220 if exist junk.bat goto needrm
239 if exist junk.obj goto clOK
243 if not exist junk.o goto nocompiler
257 if not exist junk.o goto chkapi
260 if exist junk.o set nocygwin=Y
290 if exist junk.o goto gccOk
351 if exist jun
[all...]
/macosx-10.10/Heimdal-398.1.2/packages/windows/assembly/
H A DNTMakefile162 ! if !exist($(ASMKRBDIR))
165 ! if !exist($(POLKRBDIR))
/macosx-10.10/ruby-106/ruby/lib/cgi/session/
H A Dpstore.rb44 # not exist, or opened if it does.
53 if File::exist?(path)
/macosx-10.10/ruby-106/ruby/lib/
H A Dfind.rb40 paths.collect!{|d| raise Errno::ENOENT unless File.exist?(d); d.dup}
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dconfig_file.rb30 # gemrc files may exist in various locations and are read and merged in
237 return unless File.exist? credentials_path
270 @api_keys = if File.exist? credentials_path then
301 Dir.mkdir(dirname) unless File.exist? dirname
316 return {} unless filename and File.exist? filename
H A Ddefaults.rb73 if Gem.user_home && File.exist?(Gem.user_home) then
H A Ddoctor.rb19 # Maps a gem subdirectory to the files that are expected to exist in the
102 next unless child.exist?
/macosx-10.10/ruby-106/ruby/lib/rubygems/ext/
H A Dbuilder.rb15 unless File.exist? 'Makefile' then
H A Dext_conf_builder.rb50 destent.exist? or File.rename(ent.path, destent.path)
/macosx-10.10/ruby-106/ruby/lib/webrick/httpauth/
H A Dhtgroup.rb38 open(@path,"a").close unless File::exist?(@path)
/macosx-10.10/ruby-106/ruby/nacl/
H A Dnacl-config.rb24 ].find{|path| File.exist?(path) } or raise "No create_nmf found"
/macosx-10.10/ruby-106/ruby/test/win32ole/
H A Dtest_err_in_callback.rb18 if File.exist?("./" + CONFIG["RUBY_INSTALL_NAME"] + CONFIG["EXEEXT"])

Completed in 295 milliseconds

1234567891011>>