Searched refs:libtest_arg3 (Results 1 – 15 of 15) sorted by relevance
/external/curl/tests/libtest/ |
D | lib591.c | 51 upload = fopen(libtest_arg3, "rb"); in test() 56 fprintf(stderr, "Error opening file: (%s)\n", libtest_arg3); in test()
|
D | first.c | 76 char *libtest_arg3=NULL; variable 168 libtest_arg3=argv[3]; in main()
|
D | lib500.c | 86 if(libtest_arg3 && !strcmp(libtest_arg3, "activeftp")) in test()
|
D | lib549.c | 51 if(libtest_arg3) { in test()
|
D | lib1510.c | 40 char *port = libtest_arg3; in test()
|
D | lib1512.c | 39 char *port = libtest_arg3; in test()
|
D | lib582.c | 240 if(!libtest_arg3) { in test() 287 easy_setopt(curl, CURLOPT_USERPWD, libtest_arg3); in test()
|
D | lib547.c | 117 test_setopt(curl, CURLOPT_PROXYUSERPWD, libtest_arg3); in test()
|
D | lib1502.c | 55 libtest_arg3); in test()
|
D | lib1506.c | 42 char *port = libtest_arg3; in test()
|
D | lib555.c | 109 easy_setopt(curl, CURLOPT_PROXYUSERPWD, libtest_arg3); in test()
|
D | lib1515.c | 119 char *port = libtest_arg3; in test()
|
D | libauthretry.c | 89 long fallback_auth_scheme = parse_auth_name(libtest_arg3); in test()
|
D | lib540.c | 44 #define PROXYUSERPWD libtest_arg3
|
D | test.h | 52 extern char *libtest_arg3; /* set by first.c to the argv[3] or NULL */
|