Searched refs:outfile (Results 1 – 25 of 33) sorted by relevance
12
/curl/tests/data/ |
H A D | test1423 | 33 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o %LOGDIR/outfile%TESTNUMBER file://%FILE_PWD/%LOGDIR/outfile… 48 <file1 name="%LOGDIR/outfile%TESTNUMBER">
|
H A D | test1424 | 49 <file name="%LOGDIR/outfile%TESTNUMBER"> 53 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 11:00:00 1999 GMT" -o %LOGDIR/outfile%TESTNUMBER 69 <file1 name="%LOGDIR/outfile%TESTNUMBER">
|
H A D | test1283 | 33 http://%HOSTIP:%HTTPPORT/[a-a][1-1][b-b:1][2-2:1]/%TESTNUMBER -o "%LOGDIR/outfile%TESTNUMBER_#1#2#3… 46 <file name="%LOGDIR/outfile%TESTNUMBER_a1b2.dump">
|
H A D | test1909 | 39 --retry 1 --retry-all-errors -o %LOGDIR/outfile%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER 59 <file1 name="%LOGDIR/outfile%TESTNUMBER">
|
H A D | test1365 | 33 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o %LOGDIR/outfile%TESTNUMBER -D - 48 <file1 name="%LOGDIR/outfile%TESTNUMBER">
|
H A D | test1369 | 34 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -J -o %LOGDIR/outfile%TESTNUMBER -D - 49 <file1 name="%LOGDIR/outfile%TESTNUMBER">
|
H A D | test1376 | 33 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -i -o %LOGDIR/outfile%TESTNUMBER 48 <file1 name="%LOGDIR/outfile%TESTNUMBER">
|
H A D | test1364 | 33 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o %LOGDIR/outfile%TESTNUMBER -D %LOGDIR/heads%TESTNUMBER 48 <file1 name="%LOGDIR/outfile%TESTNUMBER">
|
H A D | test1368 | 34 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -J -o %LOGDIR/outfile%TESTNUMBER -D %LOGDIR/heads%TESTNUMBER 49 <file1 name="%LOGDIR/outfile%TESTNUMBER">
|
H A D | test1367 | 34 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o %LOGDIR/outfile%TESTNUMBER -D - 49 <file1 name="%LOGDIR/outfile%TESTNUMBER">
|
H A D | test1373 | 33 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -i -o %LOGDIR/outfile%TESTNUMBER -D - 48 <file1 name="%LOGDIR/outfile%TESTNUMBER">
|
H A D | test1371 | 35 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -J -o %LOGDIR/outfile%TESTNUMBER -D - 50 <file1 name="%LOGDIR/outfile%TESTNUMBER">
|
H A D | test1377 | 34 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -i -o %LOGDIR/outfile%TESTNUMBER 49 <file1 name="%LOGDIR/outfile%TESTNUMBER">
|
H A D | test1372 | 33 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -i -o %LOGDIR/outfile%TESTNUMBER -D %LOGDIR/heads%TESTNUMBER 48 <file1 name="%LOGDIR/outfile%TESTNUMBER">
|
H A D | test1366 | 34 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o %LOGDIR/outfile%TESTNUMBER -D %LOGDIR/heads%TESTNUMBER 49 <file1 name="%LOGDIR/outfile%TESTNUMBER">
|
H A D | test1370 | 35 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -J -o %LOGDIR/outfile%TESTNUMBER -D %LOGDIR/heads%TESTNUMBER 50 <file1 name="%LOGDIR/outfile%TESTNUMBER">
|
H A D | test1374 | 34 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -i -o %LOGDIR/outfile%TESTNUMBER -D %LOGDIR/heads%TESTNUMBER 49 <file1 name="%LOGDIR/outfile%TESTNUMBER">
|
H A D | test1375 | 34 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -i -o %LOGDIR/outfile%TESTNUMBER -D - 49 <file1 name="%LOGDIR/outfile%TESTNUMBER">
|
/curl/src/ |
H A D | tool_dirhie.c | 97 CURLcode create_dir_hierarchy(const char *outfile, struct GlobalConfig *global) in create_dir_hierarchy() argument 106 outlen = strlen(outfile); in create_dir_hierarchy() 107 outdup = strdup(outfile); in create_dir_hierarchy()
|
H A D | tool_dirhie.h | 29 CURLcode create_dir_hierarchy(const char *outfile,
|
H A D | tool_sdecls.h | 88 char *outfile; /* where to store the output */ member
|
H A D | tool_operate.c | 768 free(per->outfile); in post_per_transfer() 2093 per->outfile = NULL; in single_transfer() 2119 if(!per->outfile) { in single_transfer() 2126 (per->outfile && strcmp("-", per->outfile)))) { in single_transfer() 2133 if(!per->outfile) { in single_transfer() 2152 if(!*per->outfile) { in single_transfer() 2166 free(per->outfile); in single_transfer() 2167 per->outfile = d; in single_transfer() 2184 per->outfile); in single_transfer() 2302 if((!per->outfile || !strcmp(per->outfile, "-")) && in single_transfer() [all …]
|
/curl/docs/examples/ |
H A D | synctime.c | 210 FILE *outfile; in SyncTime_CURL_Fetch() local 213 outfile = NULL; in SyncTime_CURL_Fetch() 217 outfile = fopen(OutFileName, "wb"); in SyncTime_CURL_Fetch() 218 curl_easy_setopt(curl, CURLOPT_WRITEDATA, outfile); in SyncTime_CURL_Fetch() 223 if(outfile) in SyncTime_CURL_Fetch() 224 fclose(outfile); in SyncTime_CURL_Fetch()
|
H A D | smooth-gtk-thread.c | 70 FILE *outfile = fopen(urls[j], "wb"); in run_one() local 81 curl_easy_setopt(curl, CURLOPT_WRITEDATA, outfile); in run_one() 85 fclose(outfile); in run_one()
|
/curl/scripts/ |
H A D | cd2nroff | 548 my $outfile = "$dir/$title.$section"; 550 $outfile .= $extension; 552 if(!open(O, ">", $outfile)) { 553 print STDERR "Failed to open $outfile : $!\n";
|
Completed in 27 milliseconds
12