Home
last modified time | relevance | path

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

12

/external/curl/tests/libtest/
Dlib541.c43 if (!libtest_arg2) { in test()
48 hd_src = fopen(libtest_arg2, "rb"); in test()
53 fprintf(stderr, "Error opening file: %s\n", libtest_arg2); in test()
64 fprintf(stderr, "ERROR: cannot open file %s\n", libtest_arg2); in test()
70 fprintf(stderr, "ERROR: file %s has zero size!\n", libtest_arg2); in test()
Dlib505.c51 if (!libtest_arg2) { in test()
56 hd_src = fopen(libtest_arg2, "rb"); in test()
61 fprintf(stderr, "Error opening file: %s\n", libtest_arg2); in test()
72 fprintf(stderr, "ERROR: cannot open file %s\n", libtest_arg2); in test()
78 fprintf(stderr, "ERROR: file %s has zero size!\n", libtest_arg2); in test()
Dlib525.c45 if(!libtest_arg2) { in test()
56 hd_src = fopen(libtest_arg2, "rb"); in test()
61 fprintf(stderr, "Error opening file: (%s)\n", libtest_arg2); in test()
72 fprintf(stderr, "ERROR: cannot open file (%s)\n", libtest_arg2); in test()
Dlib504.c53 if (libtest_arg2) in test()
54 easy_setopt(c, CURLOPT_PROXY, libtest_arg2); in test()
Dfirst.c71 char *libtest_arg2=NULL; variable
160 libtest_arg2=argv[2]; in main()
Dlib500.c95 if (libtest_arg2) { in test()
96 FILE *moo = fopen(libtest_arg2, "wb"); in test()
Dlib582.c245 hd_src = fopen(libtest_arg2, "rb"); in test()
250 fprintf(stderr, "Error opening file: (%s)\n", libtest_arg2); in test()
261 fprintf(stderr, "ERROR: cannot open file (%s)\n", libtest_arg2); in test()
Dlib521.c43 test_setopt(curl, CURLOPT_PORT, strtol(libtest_arg2, NULL, 10)); in test()
Dlib562.c59 test_setopt(curl, CURLOPT_PORT, strtol(libtest_arg2, NULL, 10)); in test()
Dlib549.c47 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); in test()
Dlib523.c42 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); in test()
Dlib590.c59 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); /* set in first.c */ in test()
Dlib566.c53 moo = fopen(libtest_arg2, "wb"); in test()
Dlib1529.c46 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); in test()
Dlib583.c46 easy_setopt(curl, CURLOPT_USERPWD, libtest_arg2); in test()
Dlib1528.c54 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); in test()
Dlib599.c82 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.c33 FILE *moo = fopen(libtest_arg2, "wb"); in progress_callback()
Dlib1512.c40 char *address = libtest_arg2; in test()
Dlib503.c51 easy_setopt(c, CURLOPT_PROXY, libtest_arg2); /* set in first.c */ in test()
Dlib533.c79 easy_setopt(curl, CURLOPT_URL, libtest_arg2); in test()
Dlib1525.c72 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); in test()
Dlib1527.c75 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); in test()

12