Searched refs:findstr (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/crypto/property/ |
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/libxml2/win32/ |
D | Makefile.msvc | 456 findstr /C:"MEMORY ALLOCATED : 0" \ 461 findstr "MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" >nul &&\ 469 findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" > nul \ 472 findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0">null &&\ 487 findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" > null \ 490 findstr /C:"MEMORY ALLOC" .memdump | findstr /C:"MEMORY ALLOCATED : 0" > null && \ 492 …$(BINDIR)\xmllint.exe result.%%~nxI 2>&1 > result2.%%~nxI | findstr /V /C:"failed to load external…
|
/third_party/musl/scripts/ |
D | runtest_Windows.bat | 23 echo %%c | findstr "[Empty]" && goto noDevice || echo %%c && goto CheckDirectory 38 echo %%r | findstr "arm64-v8a" && set ARCH=aarch64 112 for /f "delims=:" %%a in ('dir /b /a:-d "%TESTDIR%" ^| findstr /n .*') do set all=%%a 137 for /f "delims=" %%i in ('findstr /c:"FAIL" REPORT') do (
|
/third_party/python/Tools/msi/ |
D | testrelease.bat | 68 …@dir /s/b "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" | findstr /ic:"python" > "%~2\star… 69 …@dir /s/b "%APPDATA%\Microsoft\Windows\Start Menu\Programs" | findstr /ic:"python" >> "%~2\startm…
|
/third_party/rust/crates/bindgen/ci/ |
D | test.bat | 12 findstr /r /c:"#include *<.*>" tests\headers\* >nul 2>&1 && (
|
/third_party/node/tools/msvs/ |
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/musl/ndk-test/script/ |
D | runtest_Windows.bat | 21 echo %%c | findstr "[Empty]" && goto noDevice || echo %%c && goto hdcStart
|
/third_party/libdrm/intel/ |
D | uthash.h | 374 #define HASH_FIND_STR(head,findstr,out) \ argument 375 HASH_FIND(hh,head,findstr,(unsigned)uthash_strlen(findstr),out)
|
/third_party/libcoap/include/coap3/ |
D | uthash.h | 481 #define HASH_FIND_STR(head,findstr,out) \ argument 483 unsigned _uthash_hfstr_keylen = (unsigned)uthash_strlen(findstr); \ 484 HASH_FIND(hh, head, findstr, _uthash_hfstr_keylen, out); \
|
/third_party/node/ |
D | vcbuild.bat | 547 echo.%test_args% | findstr doctool 1>nul 558 @rem Clear errorlevel from echo.%test_args% | findstr doctool 1>nul 683 where make > NUL 2>&1 && make -v | findstr /C:"GNU Make" 1> NUL
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 133701 - findstr /C:"MEMORY ALLOCATED : 0" \ 133706 - findstr "MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" >nul &&\ 133714 - findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" > nul \ 133717 - findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0">null &&\ 133732 - findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" > null \ 133735 - findstr /C:"MEMORY ALLOC" .memdump | findstr /C:"MEMORY ALLOCATED : 0" > null && \ 133737 - $(BINDIR)\xmllint.exe result.%%~nxI 2>&1 > result2.%%~nxI | findstr /V /C:"failed to load exter…
|