Searched refs:pc (Results 1 – 21 of 21) sorted by relevance
/curl/src/ |
H A D | tool_operhlp.c | 200 char *pc = NULL, *pc2 = NULL; in get_url_file_name() local 202 pc = strrchr(path, '/'); in get_url_file_name() 203 pc2 = strrchr(pc ? pc + 1 : path, '\\'); in get_url_file_name() 205 pc = pc2; in get_url_file_name() 206 if(pc && !pc[1] && !i) { in get_url_file_name() 209 *pc = 0; in get_url_file_name() 213 if(pc) in get_url_file_name() 215 pc++; in get_url_file_name() 218 pc = (char *)"curl_response"; in get_url_file_name() 219 warnf(global, "No remote file name, uses \"%s\"", pc); in get_url_file_name() [all …]
|
/curl/packages/vms/ |
H A D | make_gnv_curl_install.sh | 41 sed -e 's/^Libs:/#Libs:/g' libcurl.pc > libcurl.pc_new 42 rm libcurl.pc 43 mv libcurl.pc_new libcurl.pc
|
H A D | build_libcurl_pc.com | 3 $! Build the libcurl.pc file from the libcurl.pc.in file 23 $! Skip this if the libcurl.pc already exists. 93 $ create [--]libcurl.pc 94 $ open/append pco [--]libcurl.pc
|
H A D | stage_curl_install.com | 18 $! [usr.lib.pkgconfig]libcurl.pc 60 $! If we are staging files, make sure that the libcurl.pc and curl-config 144 $ copy [--]libcurl.pc 'new_gnu'[usr.lib.pkgconfig]libcurl.pc
|
H A D | clean_gnv_curl.com | 155 $ file = "lcl_root:[]libcurl.pc"
|
H A D | pcsi_gnv_curl_file_list.txt | 69 [gnv.usr.lib.pkgconfig]libcurl.pc
|
H A D | build_vms.com | 348 $ file = "[]libcurl.pc"
|
H A D | readme | 54 build_libcurl_pc.com Procedure to create a libcurl.pc file.
|
/curl/.github/workflows/ |
H A D | configure-vs-cmake.yml | 56 - name: compare generated libcurl.pc files 57 run: ./.github/scripts/cmp-pkg-config.sh bld-am/libcurl.pc bld-cm/libcurl.pc 96 - name: compare generated libcurl.pc files 97 run: ./.github/scripts/cmp-pkg-config.sh bld-am/libcurl.pc bld-cm/libcurl.pc 134 - name: compare generated libcurl.pc files 135 run: ./.github/scripts/cmp-pkg-config.sh bld-am/libcurl.pc bld-cm/libcurl.pc
|
H A D | http3-linux.yml | 416 cat exporters/openssl.pc 461 -DCMAKE_C_COMPILER_TARGET=$(uname -m)-pc-linux-gnu -DBUILD_STATIC_LIBS=ON \
|
H A D | linux.yml | 124 - name: mbedtls-pkg !pc 559 -DCMAKE_C_COMPILER_TARGET=$(uname -m)-pc-linux-gnu -DBUILD_STATIC_LIBS=ON \
|
/curl/ |
H A D | Makefile.dist | 42 $(MAKE) -C lib -f Makefile.mk CFG=$@ CROSSPREFIX=i586-pc-msdosdjgpp- 43 $(MAKE) -C src -f Makefile.mk CFG=$@ CROSSPREFIX=i586-pc-msdosdjgpp-
|
H A D | .gitignore | 54 libcurl.pc
|
H A D | Makefile.am | 102 pkgconfig_DATA = libcurl.pc
|
H A D | CMakeLists.txt | 2100 # Assume the user will not need this information in the .pc file. 2216 "${PROJECT_SOURCE_DIR}/libcurl.pc.in" 2217 "${PROJECT_BINARY_DIR}/libcurl.pc" @ONLY) 2218 install(FILES "${PROJECT_BINARY_DIR}/libcurl.pc"
|
H A D | configure.ac | 5481 libcurl.pc
|
/curl/lib/vtls/ |
H A D | bearssl.c | 116 br_pem_decoder_context pc; in load_cafile() local 144 br_pem_decoder_init(&pc); in load_cafile() 145 br_pem_decoder_setdest(&pc, x509_push, &ca); in load_cafile() 158 pushed = br_pem_decoder_push(&pc, p, n); in load_cafile() 164 switch(br_pem_decoder_event(&pc)) { in load_cafile() 168 name = br_pem_decoder_name(&pc); in load_cafile()
|
/curl/m4/ |
H A D | curl-rustls.m4 | 59 if test -f "$RUSTLS_PCDIR/rustls.pc"; then 67 if test -f "$RUSTLS_PCDIR/rustls.pc"; then
|
H A D | curl-openssl.m4 | 79 if test -f "$OPENSSL_PCDIR/openssl.pc"; then 87 if test -f "$OPENSSL_PCDIR/openssl.pc"; then
|
/curl/docs/ |
H A D | KNOWN_BUGS | 96 15.7 generated .pc file contains strange entries 556 15.7 generated .pc file contains strange entries 558 The Libs.private field of the generated .pc file contains -lgcc -lgcc_s -lc
|
/curl/docs/libcurl/ |
H A D | libcurl-security.md | 131 **tftp://bootp-server/pc-config-data**
|
Completed in 73 milliseconds