Home
last modified time | relevance | path

Searched refs:printf (Results 1 – 25 of 260) sorted by relevance

1234567891011

/curl/tests/libtest/
H A Dlib576.c41 printf("Remains: %d\n", remains); in chunk_bgn()
42 printf("Filename: %s\n", finfo->filename); in chunk_bgn()
44 printf("Permissions: %s", finfo->strings.perm); in chunk_bgn()
46 printf(" (parsed => %o)", finfo->perm); in chunk_bgn()
47 printf("\n"); in chunk_bgn()
56 printf("Filetype: "); in chunk_bgn()
59 printf("regular file\n"); in chunk_bgn()
62 printf("directory\n"); in chunk_bgn()
65 printf("symlink\n"); in chunk_bgn()
69 printf("other type\n"); in chunk_bgn()
[all …]
H A Dlib506.c148 printf("CURLOPT_SHARE\n"); in fire()
151 printf("PERFORM\n"); in fire()
159 printf("CLEANUP\n"); in fire()
193 printf("GLOBAL_INIT\n"); in test()
200 printf("SHARE_INIT\n"); in test()
244 printf("CURLOPT_SHARE\n"); in test()
260 printf("CLEANUP\n"); in test()
282 printf("*** run %d\n", i); in test()
302 printf("PERFORM\n"); in test()
305 printf("CLEANUP\n"); in test()
[all …]
H A Dlib586.c114 printf("CURLOPT_SHARE\n"); in fire()
117 printf("PERFORM\n"); in fire()
125 printf("CLEANUP\n"); in fire()
146 printf("GLOBAL_INIT\n"); in test()
153 printf("SHARE_INIT\n"); in test()
195 printf("*** run %d\n",i); in test()
201 printf("*** run %d\n", i); in test()
212 printf("CURLOPT_SHARE\n"); in test()
215 printf("PERFORM\n"); in test()
232 printf("CLEANUP\n"); in test()
[all …]
H A Dlib1537.c47 printf("%s\n", ptr); in test()
56 printf("%s\n", ptr); in test()
59 printf("outlen == %d\n", outlen); in test()
60 printf("unescape == original? %s\n", in test()
71 printf("[old] outlen == %d\n", outlen); in test()
72 printf("[old] unescape == original? %s\n", in test()
79 printf("escape -1 length: %s\n", ptr); in test()
84 printf("unescape -1 length: %s %d\n", ptr, outlen); in test()
H A Dlibprereq.c40 printf("Connected to [%s]\n", conn_primary_ip); in prereq_callback()
41 printf("Connected from [%s]\n", conn_local_ip); in prereq_callback()
44 printf("Connected to %s\n", conn_primary_ip); in prereq_callback()
45 printf("Connected from %s\n", conn_local_ip); in prereq_callback()
48 printf("Remote port = %d\n", conn_primary_port); in prereq_callback()
49 printf("Local port = %d\n", conn_local_port); in prereq_callback()
50 printf("Returning = %d\n", prereq_cb->prereq_retcode); in prereq_callback()
H A Dlib1559.c49 printf("CURLOPT_URL %d bytes URL == %d\n", in test()
53 printf("CURLOPT_POSTFIELDS %d bytes data == %d\n", in test()
59 printf("CURLUPART_URL %d bytes URL == %d (%s)\n", in test()
62 printf("CURLUPART_SCHEME %d bytes scheme == %d (%s)\n", in test()
65 printf("CURLUPART_USER %d bytes user == %d (%s)\n", in test()
H A Dchkhostname.c34 printf("Usage: %s EXPECTED_HOSTNAME\n", argv[0]); in main()
39 printf("Curl_gethostname() failed\n"); in main()
45 printf("got unexpected host name back, LD_PRELOAD failed\n"); in main()
H A Dlib1538.c46 printf("e%d: %s\n", (int)easyret, curl_easy_strerror(easyret)); in test()
50 printf("m%d: %s\n", (int)multiret, curl_multi_strerror(multiret)); in test()
53 printf("s%d: %s\n", (int)shareret, curl_share_strerror(shareret)); in test()
56 printf("u%d: %s\n", (int)urlret, curl_url_strerror(urlret)); in test()
H A Dlib543.c52 printf("%s\n", s); in test()
58 printf("IN: '' OUT: '%s'\n", s); in test()
63 printf("IN: ' 12' OUT: '%s'\n", s); in test()
H A Dlib1522.c82 printf("uploadSize = %ld\n", (long)uploadSize); in test()
85 printf("!!!!!!!!!! PASS\n"); in test()
88 printf("sent %d, libcurl says %d\n", in test()
93 printf("curl_easy_perform() failed. e = %d\n", code); in test()
/curl/docs/examples/
H A Dusercertinmem.c125 printf("BIO_new_mem_buf failed\n"); in sslctx_function()
133 printf("PEM_read_bio_X509 failed...\n"); in sslctx_function()
139 printf("Use certificate failed\n"); in sslctx_function()
145 printf("BIO_new_mem_buf failed\n"); in sslctx_function()
151 printf("Failed to create key bio\n"); in sslctx_function()
157 printf("Use Key failed\n"); in sslctx_function()
205 printf("*** transfer succeeded ***\n"); in main()
208 printf("*** transfer failed ***\n"); in main()
218 printf("*** transfer succeeded ***\n"); in main()
221 printf("*** transfer failed ***\n"); in main()
H A Dsendrecv.c99 printf("Error: %s\n", curl_easy_strerror(res)); in main()
107 printf("Error: %s\n", curl_easy_strerror(res)); in main()
111 printf("Sending request.\n"); in main()
125 printf("Error: timeout.\n"); in main()
131 printf("Error: %s\n", curl_easy_strerror(res)); in main()
135 printf("Sent %lu bytes.\n", (unsigned long)nsent); in main()
139 printf("Reading response.\n"); in main()
150 printf("Error: timeout.\n"); in main()
156 printf("Error: %s\n", curl_easy_strerror(res)); in main()
165 printf("Received %lu bytes.\n", (unsigned long)nread); in main()
H A Dprotofeats.c43 printf("Protocols:\n"); in main()
45 printf(" %s\n", *ptr); in main()
46 printf("Features:\n"); in main()
48 printf(" %s\n", *ptr); in main()
H A Dhtmltidy.c55 printf("%*.*s%s ", indent, indent, "<", name); in dumpNode()
58 printf("%s", tidyAttrName(attr)); in dumpNode()
59 tidyAttrValue(attr)?printf("=\"%s\" ", in dumpNode()
60 tidyAttrValue(attr)):printf(" "); in dumpNode()
62 printf(">\n"); in dumpNode()
69 printf("%*.*s\n", indent, indent, buf.bp?(char *)buf.bp:""); in dumpNode()
127 printf("usage: %s <url>\n", argv[0]); in main()
H A Dhttp3-present.c39 printf("HTTP/2 support is present\n"); in main()
42 printf("HTTP/3 support is present\n"); in main()
45 printf("Alt-svc support is present\n"); in main()
H A Dchkspeed.c150 printf("-------------------------------------------------\n"); in main()
155 printf("Localtime: %s", ctime(&t)); in main()
184 printf("Data downloaded: %lu bytes.\n", (unsigned long)val); in main()
189 printf("Total download time: %lu.%06lu sec.\n", in main()
195 printf("Average download speed: %lu kbyte/sec.\n", in main()
202 printf("Name lookup time: %lu.%06lu sec.\n", in main()
208 printf("Connect time: %lu.%06lu sec.\n", in main()
H A Dftp-wildcard.c100 printf("%3d %40s %10luB ", remains, finfo->filename, in file_is_coming()
105 printf(" DIR\n"); in file_is_coming()
108 printf("FILE "); in file_is_coming()
111 printf("OTHER\n"); in file_is_coming()
118 printf("SKIPPED\n"); in file_is_coming()
134 printf("DOWNLOADED\n"); in file_is_downloaded()
H A Dcookie_interface.c44 printf("Cookies, curl knows:\n"); in print_cookies()
54 printf("[%d]: %s\n", i, nc->data); in print_cookies()
59 printf("(none)\n"); in print_cookies()
86 printf("Erasing curl's knowledge of cookies!\n"); in main()
91 printf("-----------------------------------------------\n" in main()
H A Dexternalsocket.c68 printf("libcurl wants to close %d now\n", (int)item); in closecb()
106 printf("WSAStartup failed: %d\n", initwsa); in main()
122 printf("Error creating listening socket.\n"); in main()
139 printf("client error: connect: %s\n", strerror(errno)); in main()
169 printf("libcurl error: %d\n", res); in main()
H A Dparseurl.c54 printf("Host name: %s\n", host); in main()
61 printf("Path: %s\n", path); in main()
73 printf("Path: %s\n", path); in main()
/curl/scripts/
H A Dschemetable.c102 printf("/*\n" in showtable()
112 printf(" static const struct Curl_handler * const protocols[%d] = {", try); in showtable()
120 printf("\n"); in showtable()
121 printf("%s\n", scheme[j].ifdef); in showtable()
122 printf(" &Curl_handler_%s,\n", scheme[j].n); in showtable()
123 printf("#else\n NULL,\n"); in showtable()
124 printf("#endif"); in showtable()
132 printf("\n "); in showtable()
135 printf(" NULL,", nulls); in showtable()
139 printf("\n };\n"); in showtable()
[all …]
H A Dinstallcheck.sh38 …find docs/libcurl/ -name "*.3" -printf "%f\n" | grep -v template | sort) <(find "$PREFIX/share/man…
45 diff -u <(find include/ -name "*.h" -printf "%f\n" | sort) <(find "$PREFIX/include/" -name "*.h" -p…
/curl/src/
H A Dtool_help.c118 printf("%s: %s\n", categories[i].opt, categories[i].desc); in get_category_content()
178 printf(CURL_ID "%s\n", curl_version()); in tool_version_info()
180 printf("Release-Date: %s, security patched: %s\n", in tool_version_info()
183 printf("Release-Date: %s\n", LIBCURL_TIMESTAMP); in tool_version_info()
200 printf("Protocols:"); in tool_version_info()
205 printf(" %s", *builtin); in tool_version_info()
207 printf(" ipfs ipns"); in tool_version_info()
214 printf("Features:"); in tool_version_info()
216 printf(" %s", *builtin); in tool_version_info()
220 printf("WARNING: curl and libcurl versions do not match. " in tool_version_info()
[all …]
/curl/tests/unit/
H A Dunit1394.c88 printf("expected certname '%s' but got '%s' "
94 printf("expected certname '%s' but got NULL "
101 printf("expected certname NULL but got '%s' "
109 printf("expected passphrase '%s' but got '%s'"
115 printf("expected passphrase '%s' but got NULL "
122 printf("expected passphrase NULL but got '%s' "
H A Dunit1309.c51 printf(" "); in splayprint()
54 printf("%ld.%ld[%d]", (long)t->key.tv_sec, in splayprint()
63 printf(" [%d more]\n", count); in splayprint()
65 printf("\n"); in splayprint()
100 printf("Tree look:\n");
102 printf("remove pointer %d, payload %zu\n", rem,
107 printf("remove %d failed!\n", rem);
131 printf("Removing nodes not larger than %d\n", i);
135 printf("removed payload %zu[%zu]\n",

Completed in 58 milliseconds

1234567891011