Home
last modified time | relevance | path

Searched refs:locate (Results 1 – 25 of 220) sorted by relevance

123456789

/third_party/curl/packages/vms/
Dbuild_libcurl_pc.com115 $ if f$locate("Libs:", line_in) .eq. 0
122 $ if f$locate("@", line_in) .ge. line_in_len
128 $ if f$locate("@prefix@", line_in) .lt line_in_len
138 $ if f$locate("@exec_prefix@", line_in) .lt line_in_len
148 $ if f$locate("@libdir@", line_in) .lt line_in_len
153 $ if f$locate("@includedir@", line_in) .lt line_in_len
158 $ if f$locate("@SUPPORT_PROTOCOLS@", line_in) .lt line_in_len
166 $ if f$locate("@SUPPORT_FEATURES@", line_in) .lt line_in_len
176 $ if f$locate("@CURLVERSION@", line_in) .lt line_in_len
181 $ if f$locate("@LIBCURL_LIBS@", line_in) .lt line_in_len
[all …]
Dbuild_vms.com436 $ if f$locate(",64,", args_lower) .lt. args_lower_len
442 $ args_loc = f$locate(",ccqual=", args_lower)
452 $ if f$locate(",debug,", args_lower) .lt. args_lower_len
461 $ if f$locate(",noieee,", args_lower) .lt. args_lower_len
467 $ if f$locate(",nolarge,", args_lower) .lt. args_lower_len
477 $ if f$locate(",noldap,", args_lower) .lt. args_lower_len
482 $ if f$locate(",list,", args_lower) .lt. args_lower_len
486 $ if f$locate(",fulllist,", args_lower) .lt. args_lower_len
492 $ if f$locate(",nohpssl,", args_lower) .lt. args_lower_len
497 $ if f$locate(",nossl,", args_lower) .lt. args_lower_len
[all …]
Dbuild_curl-config_script.com68 $ if f$locate("#define LIBCURL_VERSION ", line_in) .eq. 0
73 $ if f$locate("#define LIBCURL_VERSION_NUM ", line_in) .eq. 0
83 $ if f$locate("-", x_curlversion) .lt. f$length(x_curlversion)
114 $ if f$locate("@", line_in) .ge. line_in_len
Dgenerate_config_vms_h_curl.com66 $if f$locate(",nossl,", args_lower) .lt. args_len then nossl = 1
93 $ if f$locate(",nohpssl,", args_lower) .lt. args_len
101 $ if f$locate(",nohpssl,", args_lower) .lt. args_len
114 $ if f$locate(",libidn,", args_lower) .lt. args_len
133 $ if f$locate(",libssh2,", args_lower) .lt. args_len
147 $if f$locate(",noldap,", args_lower) .lt. args_len
156 $if f$locate(",nokerberos,", args_lower) .lt. args_len then nokerberos = 1
171 $ if f$locate(",nozlib,", args_lower) .lt. args_len
Dbuild_gnv_curl_pcsi_desc.com174 $ old_start = f$locate("[gnv.usr", pathname)
291 $ old_start = f$locate("[gnv.usr", pathname)
343 $ old_start = f$locate("[gnv.usr", pathname)
353 $ if f$locate("$", pathname) .lt. f$length(pathname) then goto inst_file_loop
421 $ old_start = f$locate("[gnv.usr", destname)
449 $ old_start = f$locate("[gnv.usr", destname)
Dconfig_h.com276 $ if f$locate("64", xline) .lt. xlen then key64 = 1
855 $ if f$locate("HAVE___", key2) .lt. key2_len
861 $ if f$locate("HAVE__", key2) .lt. key2_len
1068 $ if (f$locate("STATVFS", key2b) .eq. 0) .and. key2c .eqs. ""
1094 $ if f$locate("MMAP",key2) .lt. key2_len
1760 $! if f$locate("FILE", key2) .lt. key2_len then pflag = 1
1761 $! if f$locate("DIR", key2) .eq. key2_len - 3 then pflag = 1
1762 $! if f$locate("PATH", key2) .eq. key2_len - 4 then pflag = 1
1782 $ if f$locate("$", skey2) .lt. f$length(skey2)
/third_party/skia/third_party/externals/freetype/
Dvms_make.com91 $ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) -
104 $ if f$locate("DEMOS",file) .eqs. f$length(file) then write optf file
1031 $ if f$locate("CCOPT=",cparm) .lt. f$length(cparm)
1033 $ start = f$locate("=",cparm) + 1
1038 $ if f$locate("LOPTS=",cparm) .lt. f$length(cparm)
1040 $ start = f$locate("=",cparm) + 1
1044 $ if f$locate("CC=",cparm) .lt. f$length(cparm)
1046 $ start = f$locate("=",cparm) + 1
1061 $ if f$locate("MAKE=",cparm) .lt. f$length(cparm)
1063 $ start = f$locate("=",cparm) + 1
[all …]
/third_party/python/PCbuild/
Dprepare_ssl.bat40 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2)
43 if ERRORLEVEL 1 (echo Cannot locate python.exe on PATH or as PYTHON variable & exit /b 3)
48 if "%PERL%" == "" (echo Cannot locate perl.exe on PATH or as PERL variable & exit /b 4)
Dprepare_tcltk.bat42 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2)
45 rem if ERRORLEVEL 1 (echo Cannot locate python.exe on PATH or as PYTHON variable & exit /b 3)
Dblurb.bat9 if ERRORLEVEL 1 (echo Cannot locate python.exe on PATH or as PYTHON variable & exit /b 3)
/third_party/zlib/
Dmake_vms.com320 $ if f$locate("CCOPT=",cparm) .lt. f$length(cparm)
322 $ start = f$locate("=",cparm) + 1
325 $ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) -
329 $ if f$locate("LOPTS=",cparm) .lt. f$length(cparm)
331 $ start = f$locate("=",cparm) + 1
335 $ if f$locate("CC=",cparm) .lt. f$length(cparm)
337 $ start = f$locate("=",cparm) + 1
352 $ if f$locate("MAKE=",cparm) .lt. f$length(cparm)
354 $ start = f$locate("=",cparm) + 1
545 $ in_ldef = f$locate(cdef,libdefs)
/third_party/python/Tools/msi/
Duploadrelease.bat37 if not defined PLINK echo Cannot locate plink.exe & exit /B 1
45 if not defined PSCP echo Cannot locate pscp.exe & exit /B 1
54 if not defined GPG echo Cannot locate gpg2.exe. Signatures will not be uploaded & pause
59 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2)
/third_party/skia/third_party/externals/freetype/src/tools/
Dglnames.py5126 def locate( self, index ): member in StringNode
5141 index = child.locate( index )
5359 dict_len = dict.locate( 0 )
/third_party/icu/tools/release/c/
DallTimezoneTest.sh11 for timezone in `locate /usr/share/zoneinfo/|fgrep -v /right/|fgrep -v /posix/`; do
/third_party/libwebsockets/contrib/
DiOS.cmake123 # This causes the installers to properly locate the output libraries
128 # This causes the installers to properly locate the output libraries
134 # This causes the installers to properly locate the output libraries
140 # This causes the installers to properly locate the output libraries
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util_Stack.js48 this.locate = function (...args) { method
/third_party/curl/docs/cmdline-opts/
Dssl-auto-client-cert.d11 (Schannel) Tell libcurl to automatically locate and use a client certificate
/third_party/icu/tools/release/c/os-mapping/
DtestTimezones.sh12 timezones=`locate zoneinfo | fgrep -v evolution-data-server`
/third_party/libabigail/
Dabigail.m412 # the compiler option necessary to locate the headers of the library;
14 # necessary to locate the library.
/third_party/rust/crates/log/
DREADME.md51 warn!("Unable to locate a razor: {}, retrying", err);
112 warn!(err = as_error!(err); "Unable to locate a razor, retrying");
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Ddo-plot35 E: $FILE: Cannot locate the COLUMNS descriptor
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Ddo-plot35 E: $FILE: Cannot locate the COLUMNS descriptor
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Ddo-plot35 E: $FILE: Cannot locate the COLUMNS descriptor
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
Ddo-plot35 E: $FILE: Cannot locate the COLUMNS descriptor
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Ddo-plot35 E: $FILE: Cannot locate the COLUMNS descriptor

123456789