Searched refs:libtest_arg2 (Results 1 - 25 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib541.c43 if (!libtest_arg2) {
48 hd_src = fopen(libtest_arg2, "rb");
53 fprintf(stderr, "Error opening file: %s\n", libtest_arg2);
64 fprintf(stderr, "ERROR: cannot open file %s\n", libtest_arg2);
70 fprintf(stderr, "ERROR: file %s has zero size!\n", libtest_arg2);
H A Dlib505.c51 if (!libtest_arg2) {
56 hd_src = fopen(libtest_arg2, "rb");
61 fprintf(stderr, "Error opening file: %s\n", libtest_arg2);
72 fprintf(stderr, "ERROR: cannot open file %s\n", libtest_arg2);
78 fprintf(stderr, "ERROR: file %s has zero size!\n", libtest_arg2);
H A Dlib525.c45 if(!libtest_arg2) {
56 hd_src = fopen(libtest_arg2, "rb");
61 fprintf(stderr, "Error opening file: (%s)\n", libtest_arg2);
72 fprintf(stderr, "ERROR: cannot open file (%s)\n", libtest_arg2);
H A Dlib521.c43 test_setopt(curl, CURLOPT_PORT, strtol(libtest_arg2, NULL, 10));
H A Dlib523.c42 test_setopt(curl, CURLOPT_PROXY, libtest_arg2);
H A Dlib549.c47 test_setopt(curl, CURLOPT_PROXY, libtest_arg2);
H A Dlib562.c59 test_setopt(curl, CURLOPT_PORT, strtol(libtest_arg2, NULL, 10));
H A Dlib566.c53 moo = fopen(libtest_arg2, "wb");
H A Dlib590.c59 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); /* set in first.c */
H A Dfirst.c62 char *libtest_arg2=NULL; variable
137 libtest_arg2=argv[2];
H A Dlib504.c53 if (libtest_arg2)
54 easy_setopt(c, CURLOPT_PROXY, libtest_arg2);
H A Dlib583.c46 easy_setopt(curl, CURLOPT_USERPWD, libtest_arg2);
H A Dlib1510.c41 char *address = libtest_arg2;
H A Dlib1512.c40 char *address = libtest_arg2;
H A Dlib503.c51 easy_setopt(c, CURLOPT_PROXY, libtest_arg2); /* set in first.c */
H A Dlib533.c79 easy_setopt(curl, CURLOPT_URL, libtest_arg2);
H A Dlib564.c47 easy_setopt(curl, CURLOPT_PROXY, libtest_arg2);
H A Dlib578.c33 FILE *moo = fopen(libtest_arg2, "wb");
H A Dlib1502.c54 sprintf(redirect, "google.com:%s:%s", libtest_arg2, libtest_arg3);
H A Dlib1506.c43 char *address = libtest_arg2;
H A Dlib1509.c44 easy_setopt(curl, CURLOPT_PROXY, libtest_arg2); /* set in first.c */
H A Dlib536.c115 easy_setopt(easy, CURLOPT_URL, libtest_arg2);
H A Dlib547.c115 test_setopt(curl, CURLOPT_PROXY, libtest_arg2);
H A Dlib569.c47 idfile = fopen(libtest_arg2, "wb");
H A Dlib579.c56 moo = fopen(libtest_arg2, "ab");

Completed in 202 milliseconds

12