Home
last modified time | relevance | path

Searched refs:cmp (Results 1 – 8 of 8) 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.c137 int cmp; in compare_header_names() local
150 cmp = strncmp(a, b, min_len); in compare_header_names()
153 if(!cmp) in compare_header_names()
156 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.py245 if complete and not filecmp.cmp(srcfile, dfile, shallow=False):
258 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_08_caddy.py245 if complete and not filecmp.cmp(srcfile, dfile, shallow=False):
H A Dtest_02_download.py538 if complete and not filecmp.cmp(srcfile, dfile, shallow=False):
H A Dtest_07_upload.py528 if not filecmp.cmp(srcfile, dfile, shallow=False):

Completed in 22 milliseconds