Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 178) sorted by relevance

12345678

/curl/packages/vms/
H A Dstage_curl_install.com113 $ copy [--.src]curl.exe 'new_gnu'[usr.bin]gnv$curl.exe/prot=w:re
130 $ copy [--.include.curl]system.h -
132 $ copy [--.include.curl]curlver.h -
134 $ copy [--.include.curl]easy.h -
136 $ copy [--.include.curl]mprintf.h -
138 $ copy [--.include.curl]multi.h -
140 $ copy [--.include.curl]stdcheaders.h -
142 $ copy [--.include.curl]typecheck-gcc.h -
144 $ copy [--]libcurl.pc 'new_gnu'[usr.lib.pkgconfig]libcurl.pc
147 $ copy [--.docs]curl.1 'new_gnu'[usr.share.man.man1]curl.1
[all …]
H A Dcompare_curl_source.com12 $! the local working copy to make sure they are in sync.
13 $! 3. Keep a copy directory up to date. The third is needed by
18 $! under source code control are compared with the copy directory.
20 $! Only files present in the copy directory are listed.
24 $! 2. Files missing in the copy directory.
25 $! 3. Files in the copy directory not in the source directory.
32 $! copy directory will be updated.
40 $! The copy directory is vms_root:[project_name]
48 $! The copy directory is src_root1:[project_name]
61 $! The copy directory is vms_root1:[project_name]
[all …]
H A Dsetup_gnv_curl_build.com10 $! Permission to use, copy, modify, and/or distribute this software for any
150 $ copy 'default_dir'gnv_conftest.c_first 'base_dir'gnv$conftest.c_first
217 $ copy 'default_dir'gnv_template_linker.opt -
223 $! clean up the copy.
245 $ copy 'default_dir'gnv_template_linker.opt -
251 $! clean up the copy.
H A Dbuild_gnv_curl.com7 $! Permission to use, copy, modify, and/or distribute this software for any
/curl/src/
H A Dtool_cb_hdr.c324 char *copy; in parse_filename() local
330 copy = malloc(len + 1); in parse_filename()
331 if(!copy) in parse_filename()
333 memcpy(copy, ptr, len); in parse_filename()
334 copy[len] = '\0'; in parse_filename()
336 p = copy; in parse_filename()
355 Curl_safefree(copy); in parse_filename()
381 if(copy != p) in parse_filename()
388 Curl_safefree(copy); in parse_filename()
391 copy = sanitized; in parse_filename()
[all …]
/curl/tests/libtest/
H A Dstub_gssapi.c71 char *copy = malloc(len + 1); in my_strndup() local
72 if(!copy) in my_strndup()
74 memcpy(copy, ptr, len); in my_strndup()
75 copy[len] = '\0'; in my_strndup()
76 return copy; in my_strndup()
/curl/docs/libcurl/opts/
H A DCURLOPT_COPYPOSTFIELDS.md19 CURLOPT_COPYPOSTFIELDS - have libcurl copy data to POST
40 library about the byte count to copy. In any case, the size must not be
66 /* size of the data to copy from the buffer and send in the request */
H A DCURLOPT_POSTFIELDS.md41 This behavior can be changed (so libcurl does copy the data) by instead using
96 /* pass in a pointer to the data - libcurl does not copy */
115 /* pass in a pointer to the data - libcurl does not copy */
/curl/tests/certs/
H A DCMakeLists.txt14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
45 …COMMAND ${CMAKE_COMMAND} -E copy "${CMAKE_CURRENT_SOURCE_DIR}/stunnel-sv.pem" "${CMAKE_CURRENT_SOU…
/curl/docs/cmdline-opts/
H A Dpubkey.md24 key extraction requires libcurl to be linked against a copy of libssh2 1.2.8
/curl/CMake/
H A DCMakeConfigurableFile.in14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
/curl/LICENSES/
H A DISC.txt1 Permission to use, copy, modify, and distribute this software for any
/curl/tests/
H A Dconfig.in14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
H A Drequirements.txt15 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
H A Dconfigurehelp.pm.in14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
/curl/tests/data/
H A Dtest44549 …ain imap://more ldap://perhaps mqtt://yes pop3://mail rtsp://harder scp://copy sftp://files smb://…
/curl/docs/libcurl/
H A Dcurl_url_dup.md33 returns a pointer to the copy as a new *CURLU* handle. The new handle also
/curl/plan9/
H A Dmkfile.proto14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
H A Dmkfile14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
/curl/tests/http/
H A Drequirements.txt15 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
H A Dconfig.ini.in15 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
/curl/winbuild/
H A DMakefileBuild.vc14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
617 …@if exist $(LIB_DIROBJ)\$(LIB_NAME_DLL) copy $(LIB_DIROBJ)\$(LIB_NAME_DLL) $(DIRDIST)\bin\ /…
618 …@if exist $(LIB_DIROBJ)\$(LIB_NAME_STATIC) copy $(LIB_DIROBJ)\$(LIB_NAME_STATIC) $(DIRDIST)\lib…
619 …@if exist $(LIB_DIROBJ)\$(LIB_NAME_DLL_DEBUG) copy $(LIB_DIROBJ)\$(LIB_NAME_DLL_DEBUG) $(DIRDIST)\…
620 …@if exist $(LIB_DIROBJ)\$(LIB_NAME_STATIC_DEBUG) copy $(LIB_DIROBJ)\$(LIB_NAME_STATIC_DEBUG) $(DIR…
621 …@if exist $(LIB_DIROBJ)\$(LIB_NAME_IMP) copy $(LIB_DIROBJ)\$(LIB_NAME_IMP) $(DIRDIST)\lib\ /…
622 …@if exist $(LIB_DIROBJ)\$(LIB_NAME_IMP_DEBUG) copy $(LIB_DIROBJ)\$(LIB_NAME_IMP_DEBUG) $(DIRDIST)\…
623 @-copy $(LIB_DIROBJ)\*.exp $(DIRDIST)\lib /y >nul 2<&1
624 @-copy $(LIB_DIROBJ)\*.pdb $(DIRDIST)\lib /y >nul 2<&1
625 @-copy ..\include\curl\*.h $(DIRDIST)\include\curl\ /y >nul 2<&1
/curl/tests/http/testenv/
H A Dhttpd.py35 import copy
120 env = os.environ.copy()
154 self._loaded_extra_configs = copy.deepcopy(self._extra_configs)
175 self._loaded_extra_configs = copy.deepcopy(self._extra_configs)
/curl/packages/OS400/
H A Dcurl.cmd14 /* You may opt to use, copy, modify, merge, publish, distribute and/or sell */
/curl/plan9/include/
H A Dmkfile14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell

Completed in 49 milliseconds

12345678