Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 272) sorted by relevance

1234567891011

/curl/tests/unit/
H A Dunit1398.c40 char output[130]; variable
45 rc = curl_msnprintf(output, 4, "%.*s", width, buf);
50 rc = curl_msnprintf(output, 4, "%.*s", width, str);
61 rc = curl_msnprintf(output, 8, "%.8s", str);
71 rc = curl_msnprintf(output, 8, "%-8s", str);
76 rc = curl_msnprintf(output, 8, "%8s", str);
81 rc = curl_msnprintf(output, 4, "%d", 10240);
100 rc = curl_msnprintf(output, 130,
132 rc = curl_msnprintf(output, 130,
164 rc = curl_msnprintf(output, 130,
[all …]
H A Dunit1302.c54 char *output; variable
64 Curl_safefree(output);
70 Curl_safefree(output);
76 Curl_safefree(output);
82 Curl_safefree(output);
88 Curl_safefree(output);
94 Curl_safefree(output);
100 Curl_safefree(output);
107 Curl_safefree(output);
113 Curl_safefree(output);
[all …]
H A Dunit1652.c44 static char output[4096]; variable
62 memset(output, '\0', sizeof(output)); in debugf_cb()
63 memcpy(output, buf, size); in debugf_cb()
104 fail_unless(verify(output, input) == 0, "Simple string test");
108 fail_unless(verify(output, "Simple Test 42 testing 43\n") == 0,
113 fail_unless(strlen(output) == 1, "Empty string");
123 fail_unless(output[sizeof(output) - 1] == '\0',
129 fail_unless(strlen(output) == 2051, "Truncation of infof input 1");
130 fail_unless(output[sizeof(output) - 1] == '\0', "Truncation of infof input 1");
137 fail_unless(output[sizeof(output) - 1] == '\0', "Truncation of infof input 2");
[all …]
H A Dunit1395.c43 const char *output; member
86 if(out && pairs[i].output && strcmp(out, pairs[i].output)) {
88 i, pairs[i].input, out, pairs[i].output);
92 else if((!out && pairs[i].output) ||
93 (out && !pairs[i].output)) {
96 pairs[i].output ? pairs[i].output : "(null)");
H A Dunit1600.c54 unsigned char output[21]; variable
55 unsigned char *testp = output;
56 Curl_ntlm_core_mk_nt_hash("1", output);
62 Curl_ntlm_core_mk_nt_hash("hello-you-fool", output);
69 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", output);
H A Dunit1611.c43 unsigned char output[MD4_DIGEST_LENGTH]; variable
44 unsigned char *testp = output;
46 Curl_md4it(output, (const unsigned char *) string1, strlen(string1));
52 Curl_md4it(output, (const unsigned char *) string2, strlen(string2));
H A Dunit1601.c45 unsigned char output[MD5_DIGEST_LEN]; variable
46 unsigned char *testp = output;
48 Curl_md5it(output, (const unsigned char *) string1, strlen(string1));
53 Curl_md5it(output, (const unsigned char *) string2, strlen(string2));
H A Dunit1610.c47 unsigned char output[CURL_SHA256_DIGEST_LENGTH]; variable
48 unsigned char *testp = output;
50 Curl_sha256it(output, (const unsigned char *) string1, strlen(string1));
57 Curl_sha256it(output, (const unsigned char *) string2, strlen(string2));
H A Dunit1612.c47 unsigned char output[HMAC_MD5_LENGTH]; variable
48 unsigned char *testp = output;
53 output);
62 output);
H A Dunit1604.c304 char *output = NULL; variable
310 res = sanitize_file_name(&output, data[i].input, data[i].flags);
313 ((!output && !data[i].expected_output) ||
314 (output && data[i].expected_output &&
315 !strcmp(output, data[i].expected_output)))) { /* OK */
316 free(output);
339 (output ? output : "(null)"),
344 free(output);
H A Dunit1309.c40 static void splayprint(struct Curl_tree *t, int d, char output) in splayprint() argument
48 splayprint(t->larger, d + 1, output); in splayprint()
50 if(output) in splayprint()
53 if(output) { in splayprint()
61 if(output) { in splayprint()
68 splayprint(t->smaller, d + 1, output); in splayprint()
H A Dunit1621.c51 const char *output;
75 fail_if(stripped && strcmp(tests[i].output, stripped),
76 tests[i].output);
/curl/lib/
H A Dbase64.c192 char *output; in base64_encode() local
209 if(!output) in base64_encode()
213 *output++ = table64[ in[0] >> 2 ]; in base64_encode()
216 *output++ = table64[ in[2] & 0x3F ]; in base64_encode()
222 *output++ = table64[ in[0] >> 2 ]; in base64_encode()
224 *output++ = table64[ ((in[0] & 0x03) << 4) ]; in base64_encode()
226 *output++ = *padstr; in base64_encode()
227 *output++ = *padstr; in base64_encode()
235 *output++ = *padstr; in base64_encode()
240 *output = '\0'; in base64_encode()
[all …]
/curl/docs/cmdline-opts/
H A Doutput-dir.md4 Long: output-dir
8 Category: output
14 - --output-dir "tmp" -O $URL
17 # `--output-dir`
20 --output are used.
22 The given output directory is used for all URLs and output options on the
H A Dstyled-output.md4 Long: styled-output
5 Help: Enable styled output for HTTP headers
14 - --styled-output -I $URL
17 # `--styled-output`
20 terminal. Use --no-styled-output to switch them off.
22 Styled output requires a terminal that supports bold fonts. This feature is
H A Dremove-on-error.md5 Help: Remove output file on errors
6 Category: output
12 - --remove-on-error -o output $URL
17 Remove output file if an error occurs. If curl returns an error when told to
18 save output in a local file. This prevents curl from leaving a partial file in
21 If the output is not a regular file, this option has no effect.
H A Dcreate-dirs.md6 Category: output
11 - output-dir
13 - --create-dirs --output local/dir/file $URL
18 When used in conjunction with the --output option, curl creates the necessary
20 mentioned with the --output option combined with the path possibly set with
21 --output-dir. If the combined output filename uses no directory, or if the
H A Dtrace-ascii.md6 Help: Like --trace, but without hex output
22 descriptive information, in the given output file. Use `-` as filename to have
23 the output sent to stdout. Use `%` as filename to send the output to stderr.
26 ASCII part of the dump. It makes smaller output that might be easier to read
29 Note that verbose output of curl activities and network traffic might contain
H A Doutput.md4 Long: output
8 Category: important output
22 # `--output`
24 Write output to the given file instead of stdout. If you are using globbing to
48 dynamically. Specifying the output as '-' (a single dash) passes the output to
51 To suppress response bodies, you can redirect output to /dev/null:
59 Specify the filename as single minus to force the output to stdout, to
60 override curl's internal binary output in terminal prevention:
H A Dno-buffer.md6 Help: Disable buffering of the output stream
7 Category: output
18 Disables the buffering of the output stream. In normal work situations, curl
19 uses a standard buffered output stream that has the effect that it outputs the
/curl/docs/examples/
H A Dftp-wildcard.c32 FILE *output; member
122 data->output = fopen(finfo->filename, "wb"); in file_is_coming()
123 if(!data->output) { in file_is_coming()
133 if(data->output) { in file_is_downloaded()
135 fclose(data->output); in file_is_downloaded()
136 data->output = 0x0; in file_is_downloaded()
146 if(data->output) in write_it()
147 written = fwrite(buff, size, nmemb, data->output); in write_it()
/curl/src/
H A Dtool_cb_dbg.c96 FILE *output = tool_stderr; in tool_debug_cb() local
146 output = config->trace_stream; in tool_debug_cb()
148 if(!output) { in tool_debug_cb()
167 (void)fwrite(data + st, i - st + 1, 1, output); in tool_debug_cb()
173 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
174 (void)fwrite(data + st, i - st + 1, 1, output); in tool_debug_cb()
182 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
183 (void)fwrite(data, size, 1, output); in tool_debug_cb()
197 ((output != tool_stderr) && (output != stdout))) { in tool_debug_cb()
199 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
[all …]
/curl/tests/data/
H A Dtest99136 use -w %output{} append
38 <file name="%LOGDIR/output" nonewline="yes">
42 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w '%output{>>%LOGDIR/output}%{http_code}'
56 <file name="%LOGDIR/output" nonewline="yes">
/curl/tests/http/clients/
H A Dh2-upgrade-extreme.c60 FILE *output = stderr; in debug_cb() local
90 log_line_start(output, idsbuf, type); in debug_cb()
92 (void)fwrite(data + st, i - st + 1, 1, output); in debug_cb()
98 log_line_start(output, idsbuf, type); in debug_cb()
99 (void)fwrite(data + st, i - st + 1, 1, output); in debug_cb()
107 log_line_start(output, idsbuf, type); in debug_cb()
108 (void)fwrite(data, size, 1, output); in debug_cb()
118 log_line_start(output, idsbuf, type); in debug_cb()
119 fprintf(output, "[%ld bytes data]\n", (long)size); in debug_cb()
/curl/tests/libtest/
H A Dlib517.c30 time_t output; member
165 if(out != dates[i].output) { in test()
167 dates[i].input, (long)out, (long)dates[i].output); in test()

Completed in 31 milliseconds

1234567891011