Searched refs:libtest_arg3 (Results 1 – 15 of 15) sorted by relevance
/external/curl/tests/libtest/ |
D | lib591.c | 48 upload = fopen(libtest_arg3, "rb"); in test() 52 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 | 87 if(libtest_arg3 && !strcmp(libtest_arg3, "activeftp")) in test()
|
D | lib549.c | 52 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 | 239 if(!libtest_arg3) { in test() 284 easy_setopt(curl, CURLOPT_USERPWD, libtest_arg3); in test()
|
D | lib547.c | 118 test_setopt(curl, CURLOPT_PROXYUSERPWD, libtest_arg3); in test()
|
D | lib1502.c | 54 libtest_arg3); in test()
|
D | lib1506.c | 42 char *port = libtest_arg3; in test()
|
D | lib555.c | 113 easy_setopt(curl, CURLOPT_PROXYUSERPWD, libtest_arg3); in test()
|
D | libauthretry.c | 89 long fallback_auth_scheme = parse_auth_name(libtest_arg3); in test()
|
D | lib1515.c | 120 char *port = libtest_arg3; in test()
|
D | lib540.c | 42 #define PROXYUSERPWD libtest_arg3
|
D | test.h | 54 extern char *libtest_arg3; /* set by first.c to the argv[3] or NULL */
|