Lines Matching refs:lib
49 ) else if /i "%~1" == "lib" (
102 if exist lib (
124 rem Check the lib directory
125 if exist %SRC_DIR%\lib (
126 …f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl…
127 …f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl…
130 rem Check the lib\vauth directory
131 if exist %SRC_DIR%\lib\vauth (
132 …delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc…
133 …delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc…
136 rem Check the lib\vquic directory
137 if exist %SRC_DIR%\lib\vquic (
138 …delims=" %%i in ('dir "%SRC_DIR%\lib\vquic\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc…
139 …delims=" %%i in ('dir "%SRC_DIR%\lib\vquic\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc…
142 rem Check the lib\vssh directory
143 if exist %SRC_DIR%\lib\vssh (
144 …"delims=" %%i in ('dir "%SRC_DIR%\lib\vssh\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc…
145 …"delims=" %%i in ('dir "%SRC_DIR%\lib\vssh\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc…
148 rem Check the lib\vtls directory
149 if exist %SRC_DIR%\lib\vtls (
150 …"delims=" %%i in ('dir "%SRC_DIR%\lib\vtls\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc…
151 …"delims=" %%i in ('dir "%SRC_DIR%\lib\vtls\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc…
191 echo lib - Scan the libcurl source