Lines Matching defs:orig_opt
2761 char *orig_opt = NULL;
2766 orig_opt = curlx_convert_tchar_to_UTF8(argv[i]);
2767 if(!orig_opt)
2770 if(stillflags && ('-' == orig_opt[0])) {
2773 if(!strcmp("--", orig_opt))
2782 curlx_unicodefree(orig_opt);
2787 result = getparameter(orig_opt, nextarg, argv[i + 1], &passarg,
2830 result = getparameter("--url", orig_opt, argv[i], &used, global, config);
2834 curlx_unicodefree(orig_opt);
2850 if(orig_opt && strcmp(":", orig_opt))
2851 helpf(tool_stderr, "option %s: %s", orig_opt, reason);
2856 curlx_unicodefree(orig_opt);