Home
last modified time | relevance | path

Searched refs:no_proxy (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTAccess.c240 const char *no_proxy = getenv("no_proxy"); in override_proxy() local
252 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 …]
/mirbsd/src/gnu/usr.bin/cvs/src/
Droot.c488 int check_hostname, no_port, no_password, no_proxy; in parse_cvsroot() local
789 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()
/mirbsd/src/gnu/usr.bin/lynx/samples/
Dcernrules.txt100 # "no_proxy" settings.
363 # level than the traditional <scheme>_proxy and no_proxy variables, as well
382 # Note however that for some purposes the "no_proxy" setting may be better
591 # don't do that"; in some cases setting the no_proxy variable will help.
612 # than a no_proxy setting.
/mirbsd/src/gnu/usr.bin/perl/lib/
DCPAN.pm2375 $Ua->no_proxy($var)
2376 if $var = $CPAN::Config->{no_proxy} || $ENV{no_proxy};
/mirbsd/src/gnu/usr.bin/lynx/
Dlynx.cfg1664 # They will not override external settings. The no_proxy variable can be used
1684 #no_proxy:host.domain.dom
1687 # The no_proxy variable can be a comma-separated list of strings defining
1692 #no_proxy:domain.path1,path2
1697 #no_proxy:*
1698 # This is the only allowed use of * in no_proxy.
DCHANGES8891 * clarify discussion of no_proxy in lynx.cfg (Al Gilman).