Searched refs:no_proxy (Results 1 – 6 of 6) sorted by relevance
240 const char *no_proxy = getenv("no_proxy"); in override_proxy() local252 if (no_proxy) { in override_proxy()253 if (!strcmp(no_proxy, "*")) in override_proxy()283 if (!no_proxy) { in override_proxy()326 while (*no_proxy) { in override_proxy()333 while (*no_proxy && (WHITE(*no_proxy) || *no_proxy == ',')) in override_proxy()334 no_proxy++; /* Skip whitespace and separators */ in override_proxy()336 end = no_proxy; in override_proxy()350 t_len = (int) (colon - no_proxy); in override_proxy()352 t_len = (int) (end - no_proxy); in override_proxy()[all …]
488 int check_hostname, no_port, no_password, no_proxy; in parse_cvsroot() local789 no_proxy = 1; in parse_cvsroot()852 no_proxy = 0; in parse_cvsroot()864 no_proxy = 0; in parse_cvsroot()879 if (no_proxy && (newroot->proxy_hostname || newroot->proxy_port)) in parse_cvsroot()
100 # "no_proxy" settings.363 # level than the traditional <scheme>_proxy and no_proxy variables, as well382 # Note however that for some purposes the "no_proxy" setting may be better591 # don't do that"; in some cases setting the no_proxy variable will help.612 # than a no_proxy setting.
2375 $Ua->no_proxy($var)2376 if $var = $CPAN::Config->{no_proxy} || $ENV{no_proxy};
1664 # They will not override external settings. The no_proxy variable can be used1684 #no_proxy:host.domain.dom1687 # The no_proxy variable can be a comma-separated list of strings defining1692 #no_proxy:domain.path1,path21697 #no_proxy:*1698 # This is the only allowed use of * in no_proxy.
8891 * clarify discussion of no_proxy in lynx.cfg (Al Gilman).