Home
last modified time | relevance | path

Searched refs:cmp (Results 1 – 7 of 7) sorted by relevance

/curl/.github/workflows/
H A Dconfigure-vs-cmake.yml15 - '.github/scripts/cmp-config.pl'
26 - '.github/scripts/cmp-config.pl'
54 run: ./.github/scripts/cmp-config.pl bld-am/lib/curl_config.h bld-cm/lib/curl_config.h
57 run: ./.github/scripts/cmp-pkg-config.sh bld-am/libcurl.pc bld-cm/libcurl.pc
60 run: ./.github/scripts/cmp-pkg-config.sh bld-am/curl-config bld-cm/curl-config
94 run: ./.github/scripts/cmp-config.pl bld-am/lib/curl_config.h bld-cm/lib/curl_config.h
97 run: ./.github/scripts/cmp-pkg-config.sh bld-am/libcurl.pc bld-cm/libcurl.pc
100 run: ./.github/scripts/cmp-pkg-config.sh bld-am/curl-config bld-cm/curl-config
132 run: ./.github/scripts/cmp-config.pl bld-am/lib/curl_config.h bld-cm/lib/curl_config.h
135 run: ./.github/scripts/cmp-pkg-config.sh bld-am/libcurl.pc bld-cm/libcurl.pc
[all …]
/curl/lib/
H A Dhttp_aws_sigv4.c141 int cmp; in compare_header_names() local
154 cmp = strncmp(a, b, min_len); in compare_header_names()
157 if(!cmp) in compare_header_names()
160 return cmp; in compare_header_names()
/curl/tests/http/
H A Dtest_30_vsftpd.py197 if complete and not filecmp.cmp(srcfile, dfile, shallow=False):
210 if not filecmp.cmp(srcfile, dstfile, shallow=False):
H A Dtest_31_vsftpds.py228 if complete and not filecmp.cmp(srcfile, dfile, shallow=False):
241 if not filecmp.cmp(srcfile, dstfile, shallow=False):
H A Dtest_10_proxy.py165 assert filecmp.cmp(srcfile, dfile, shallow=False)
194 assert filecmp.cmp(srcfile, dfile, shallow=False)
H A Dtest_02_download.py546 if complete and not filecmp.cmp(srcfile, dfile, shallow=False):
H A Dtest_07_upload.py526 if not filecmp.cmp(srcfile, dfile, shallow=False):

Completed in 20 milliseconds