Home
last modified time | relevance | path

Searched refs:pc (Results 1 – 21 of 21) sorted by relevance

/curl/src/
H A Dtool_operhlp.c200 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 Dmake_gnv_curl_install.sh41 sed -e 's/^Libs:/#Libs:/g' libcurl.pc > libcurl.pc_new
42 rm libcurl.pc
43 mv libcurl.pc_new libcurl.pc
H A Dbuild_libcurl_pc.com3 $! 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 Dstage_curl_install.com18 $! [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 Dclean_gnv_curl.com155 $ file = "lcl_root:[]libcurl.pc"
H A Dpcsi_gnv_curl_file_list.txt69 [gnv.usr.lib.pkgconfig]libcurl.pc
H A Dbuild_vms.com348 $ file = "[]libcurl.pc"
H A Dreadme54 build_libcurl_pc.com Procedure to create a libcurl.pc file.
/curl/.github/workflows/
H A Dconfigure-vs-cmake.yml56 - 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 Dhttp3-linux.yml416 cat exporters/openssl.pc
461 -DCMAKE_C_COMPILER_TARGET=$(uname -m)-pc-linux-gnu -DBUILD_STATIC_LIBS=ON \
H A Dlinux.yml124 - name: mbedtls-pkg !pc
559 -DCMAKE_C_COMPILER_TARGET=$(uname -m)-pc-linux-gnu -DBUILD_STATIC_LIBS=ON \
/curl/
H A DMakefile.dist42 $(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.gitignore54 libcurl.pc
H A DMakefile.am102 pkgconfig_DATA = libcurl.pc
H A DCMakeLists.txt2100 # 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 Dconfigure.ac5481 libcurl.pc
/curl/lib/vtls/
H A Dbearssl.c116 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 Dcurl-rustls.m459 if test -f "$RUSTLS_PCDIR/rustls.pc"; then
67 if test -f "$RUSTLS_PCDIR/rustls.pc"; then
H A Dcurl-openssl.m479 if test -f "$OPENSSL_PCDIR/openssl.pc"; then
87 if test -f "$OPENSSL_PCDIR/openssl.pc"; then
/curl/docs/
H A DKNOWN_BUGS96 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 Dlibcurl-security.md131 **tftp://bootp-server/pc-config-data**

Completed in 73 milliseconds