/curl/packages/vms/ |
H A D | stage_curl_install.com | 113 $ 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 D | compare_curl_source.com | 12 $! 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 D | setup_gnv_curl_build.com | 10 $! 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 D | build_gnv_curl.com | 7 $! Permission to use, copy, modify, and/or distribute this software for any
|
/curl/src/ |
H A D | tool_cb_hdr.c | 324 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 D | stub_gssapi.c | 71 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 D | CURLOPT_COPYPOSTFIELDS.md | 19 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 D | CURLOPT_POSTFIELDS.md | 41 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 D | CMakeLists.txt | 14 # 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 D | pubkey.md | 24 key extraction requires libcurl to be linked against a copy of libssh2 1.2.8
|
/curl/CMake/ |
H A D | CMakeConfigurableFile.in | 14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
/curl/LICENSES/ |
H A D | ISC.txt | 1 Permission to use, copy, modify, and distribute this software for any
|
/curl/tests/ |
H A D | config.in | 14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
H A D | requirements.txt | 15 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
H A D | configurehelp.pm.in | 14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
/curl/tests/data/ |
H A D | test445 | 49 …ain imap://more ldap://perhaps mqtt://yes pop3://mail rtsp://harder scp://copy sftp://files smb://…
|
/curl/docs/libcurl/ |
H A D | curl_url_dup.md | 33 returns a pointer to the copy as a new *CURLU* handle. The new handle also
|
/curl/plan9/ |
H A D | mkfile.proto | 14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
H A D | mkfile | 14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
/curl/tests/http/ |
H A D | requirements.txt | 15 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
H A D | config.ini.in | 15 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
/curl/winbuild/ |
H A D | MakefileBuild.vc | 14 # 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 D | httpd.py | 35 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 D | curl.cmd | 14 /* You may opt to use, copy, modify, merge, publish, distribute and/or sell */
|
/curl/plan9/include/ |
H A D | mkfile | 14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
|