Home
last modified time | relevance | path

Searched refs:libtest_arg3 (Results 1 – 15 of 15) sorted by relevance

/external/curl/tests/libtest/
Dlib591.c51 upload = fopen(libtest_arg3, "rb"); in test()
56 fprintf(stderr, "Error opening file: (%s)\n", libtest_arg3); in test()
Dfirst.c72 char *libtest_arg3=NULL; variable
163 libtest_arg3=argv[3]; in main()
Dlib500.c86 if(libtest_arg3 && !strcmp(libtest_arg3, "activeftp")) in test()
Dlib549.c51 if(libtest_arg3) { in test()
Dlib1510.c40 char *port = libtest_arg3; in test()
Dlib1512.c39 char *port = libtest_arg3; in test()
Dlib582.c240 if (!libtest_arg3) { in test()
287 easy_setopt(curl, CURLOPT_USERPWD, libtest_arg3); in test()
Dlib1502.c54 sprintf(redirect, "google.com:%s:%s", libtest_arg2, libtest_arg3); in test()
Dlib547.c116 test_setopt(curl, CURLOPT_PROXYUSERPWD, libtest_arg3); in test()
Dlib1506.c42 char *port = libtest_arg3; in test()
Dlib555.c108 easy_setopt(curl, CURLOPT_PROXYUSERPWD, libtest_arg3); in test()
Dlib1515.c118 char *port = libtest_arg3; in test()
Dlibauthretry.c89 long fallback_auth_scheme = parse_auth_name(libtest_arg3); in test()
Dlib540.c44 #define PROXYUSERPWD libtest_arg3
Dtest.h54 extern char *libtest_arg3; /* set by first.c to the argv[3] or NULL */