Home
last modified time | relevance | path

Searched refs:libtest_arg2 (Results 1 – 25 of 42) sorted by relevance

12

/external/curl/tests/libtest/
Dlib541.c42 if(!libtest_arg2) { in test()
47 hd_src = fopen(libtest_arg2, "rb"); in test()
51 fprintf(stderr, "Error opening file: %s\n", libtest_arg2); in test()
61 fprintf(stderr, "ERROR: cannot open file %s\n", libtest_arg2); in test()
67 fprintf(stderr, "ERROR: file %s has zero size!\n", libtest_arg2); in test()
Dlib505.c50 if(!libtest_arg2) { in test()
55 hd_src = fopen(libtest_arg2, "rb"); in test()
59 fprintf(stderr, "Error opening file: %s\n", libtest_arg2); in test()
69 fprintf(stderr, "ERROR: cannot open file %s\n", libtest_arg2); in test()
75 fprintf(stderr, "ERROR: file %s has zero size!\n", libtest_arg2); in test()
Dlib525.c44 if(!libtest_arg2) { in test()
55 hd_src = fopen(libtest_arg2, "rb"); in test()
59 fprintf(stderr, "Error opening file: (%s)\n", libtest_arg2); in test()
69 fprintf(stderr, "ERROR: cannot open file (%s)\n", libtest_arg2); in test()
Dlib650.c129 CURLFORM_FILE, libtest_arg2, /* Set in first.c. */ in test()
130 CURLFORM_FILE, libtest_arg2, in test()
132 CURLFORM_FILE, libtest_arg2, in test()
144 CURLFORM_FILECONTENT, libtest_arg2, in test()
Dlib504.c53 if(libtest_arg2) in test()
54 easy_setopt(c, CURLOPT_PROXY, libtest_arg2); in test()
Dfirst.c75 char *libtest_arg2 = NULL; variable
165 libtest_arg2 = argv[2]; in main()
Dlib500.c96 if(libtest_arg2) { in test()
97 FILE *moo = fopen(libtest_arg2, "wb"); in test()
Dlib582.c244 hd_src = fopen(libtest_arg2, "rb"); in test()
248 fprintf(stderr, "Error opening file: (%s)\n", libtest_arg2); in test()
258 fprintf(stderr, "ERROR: cannot open file (%s)\n", libtest_arg2); in test()
Dlib1913.c40 if(libtest_arg2) in test()
Dlib521.c44 test_setopt(curl, CURLOPT_PORT, strtol(libtest_arg2, NULL, 10)); in test()
Dlib562.c60 test_setopt(curl, CURLOPT_PORT, strtol(libtest_arg2, NULL, 10)); in test()
Dlib523.c43 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); in test()
Dlib549.c48 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); in test()
Dlib590.c60 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); /* set in first.c */ in test()
Dlib1529.c48 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); in test()
Dlib566.c54 moo = fopen(libtest_arg2, "wb"); in test()
Dlib583.c47 easy_setopt(curl, CURLOPT_USERPWD, libtest_arg2); in test()
Dlib1528.c55 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); in test()
Dlib599.c83 moo = fopen(libtest_arg2, "wb"); in test()
Dlib564.c47 easy_setopt(curl, CURLOPT_PROXY, libtest_arg2); in test()
Dlib1510.c41 char *address = libtest_arg2; in test()
Dlib578.c34 FILE *moo = fopen(libtest_arg2, "wb"); in progress_callback()
Dlib503.c51 easy_setopt(c, CURLOPT_PROXY, libtest_arg2); /* set in first.c */ in test()
Dlib1512.c40 char *address = libtest_arg2; in test()
Dlib533.c79 easy_setopt(curl, CURLOPT_URL, libtest_arg2); in test()

12