Home
last modified time | relevance | path

Searched refs:findstr (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty_string.c178 struct find_str_st *findstr = vfindstr; in find_str_fn() local
180 if (prop->idx == findstr->idx) in find_str_fn()
181 findstr->str = prop->s; in find_str_fn()
187 struct find_str_st findstr; in ossl_property_str() local
195 findstr.str = NULL; in ossl_property_str()
196 findstr.idx = idx; in ossl_property_str()
204 find_str_fn, &findstr); in ossl_property_str()
207 return findstr.str; in ossl_property_str()
/third_party/openssl/crypto/property/
H A Dproperty_string.c178 struct find_str_st *findstr = vfindstr; in find_str_fn() local
180 if (prop->idx == findstr->idx) in find_str_fn()
181 findstr->str = prop->s; in find_str_fn()
187 struct find_str_st findstr; in ossl_property_str() local
195 findstr.str = NULL; in ossl_property_str()
196 findstr.idx = idx; in ossl_property_str()
204 find_str_fn, &findstr); in ossl_property_str()
207 return findstr.str; in ossl_property_str()
/third_party/musl/scripts/
H A Druntest_Windows.bat24 echo %%c | findstr "[Empty]" && goto noDevice || echo %%c && goto CheckDirectory
57 echo %%r | findstr "arm64-v8a" && set ARCH=aarch64
149 for /f "delims=:" %%a in ('dir /b /a:-d "%TESTDIR%" ^| findstr /n .*') do set all=%%a
174 for /f "delims=" %%i in ('findstr /c:"FAIL" REPORT') do (
/third_party/python/Tools/msi/
H A Dtestrelease.bat68 @dir /s/b "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" | findstr /ic:"python" > "%~2\startmenu.txt" 2>&1
69 @dir /s/b "%APPDATA%\Microsoft\Windows\Start Menu\Programs" | findstr /ic:"python" >> "%~2\startmenu.txt" 2>&1
/third_party/node/tools/msvs/
H A Dfind_python.cmd25 for /f "delims=" %%a in ('reg query "%~1\Python\PythonCore" /f * /k 2^> nul ^| findstr /r ^^HK') do (
/third_party/rust/crates/bindgen/ci/
H A Dtest.bat12 findstr /r /c:"#include *<.*>" tests\headers\* >nul 2>&1 && (
/third_party/libdrm/intel/
H A Duthash.h374 #define HASH_FIND_STR(head,findstr,out) \
375 HASH_FIND(hh,head,findstr,(unsigned)uthash_strlen(findstr),out)
/third_party/libcoap/include/coap3/
H A Dcoap_uthash_internal.h481 #define HASH_FIND_STR(head,findstr,out) \
483 unsigned _uthash_hfstr_keylen = (unsigned)uthash_strlen(findstr); \
484 HASH_FIND(hh, head, findstr, _uthash_hfstr_keylen, out); \
/third_party/curl/projects/
H A Dgenerate.bat219 for /f "usebackq delims=" %%i in (`"findstr /n ^^ %2"`) do (
414 echo %EXITCODE%|findstr /r "[^0-9\-]" 1>NUL 2>&1
/third_party/curl/
H A Dbuildconf.bat228 findstr "/C:void hugehelp(void)" src\tool_hugehelp.c 1>NUL 2>&1
/third_party/node/
H A Dvcbuild.bat583 echo.%test_args% | findstr doctool 1>nul
594 @rem Clear errorlevel from echo.%test_args% | findstr doctool 1>nul
719 where make > NUL 2>&1 && make -v | findstr /C:"GNU Make" 1> NUL

Completed in 11 milliseconds