Searched refs:cmp (Results 1 – 8 of 8) sorted by relevance
/curl/.github/workflows/ |
H A D | configure-vs-cmake.yml | 15 - '.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 D | http_aws_sigv4.c | 137 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 D | test_30_vsftpd.py | 197 if complete and not filecmp.cmp(srcfile, dfile, shallow=False): 210 if not filecmp.cmp(srcfile, dstfile, shallow=False):
|
H A D | test_31_vsftpds.py | 245 if complete and not filecmp.cmp(srcfile, dfile, shallow=False): 258 if not filecmp.cmp(srcfile, dstfile, shallow=False):
|
H A D | test_10_proxy.py | 165 assert filecmp.cmp(srcfile, dfile, shallow=False) 194 assert filecmp.cmp(srcfile, dfile, shallow=False)
|
H A D | test_08_caddy.py | 245 if complete and not filecmp.cmp(srcfile, dfile, shallow=False):
|
H A D | test_02_download.py | 538 if complete and not filecmp.cmp(srcfile, dfile, shallow=False):
|
H A D | test_07_upload.py | 528 if not filecmp.cmp(srcfile, dfile, shallow=False):
|
Completed in 22 milliseconds