Searched refs:findstr (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | property_string.c | 178 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 D | property_string.c | 178 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 D | runtest_Windows.bat | 24 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 D | testrelease.bat | 68 @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 D | find_python.cmd | 25 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 D | test.bat | 12 findstr /r /c:"#include *<.*>" tests\headers\* >nul 2>&1 && (
|
/third_party/libdrm/intel/ |
H A D | uthash.h | 374 #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 D | coap_uthash_internal.h | 481 #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 D | generate.bat | 219 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 D | buildconf.bat | 228 findstr "/C:void hugehelp(void)" src\tool_hugehelp.c 1>NUL 2>&1
|
/third_party/node/ |
H A D | vcbuild.bat | 583 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