Searched refs:netrc (Results 1 - 9 of 9) sorted by relevance

/external/owasp/sanitizer/tools/
H A Dgooglecode_upload.py171 from netrc import netrc namespace
172 authenticators = netrc().authenticators("code.google.com")
/external/curl/src/
H A Dtool_cfgable.h102 bool netrc; member in struct:OperationConfig
H A Dtool_getparam.c250 {"n", "netrc", FALSE},
251 {"no", "netrc-optional", FALSE},
252 {"ne", "netrc-file", TRUE},
1534 /* use .netrc or URL */
1537 case 'e': /* netrc-file */
1541 /* pick info from .netrc, if this is used for http, curl will
1543 config->netrc = toggle;
H A Dtool_operate.c904 else if(config->netrc || config->netrc_file)
/external/curl/lib/
H A DMakefile.inc42 ldap.c version.c getenv.c escape.c mprintf.c telnet.c netrc.c \
58 LIB_HFILES = arpa_telnet.h netrc.h file.h timeval.h hostip.h progress.h \
H A Durldata.h532 bool netrc; /* name+password provided by netrc */ member in struct:ConnectBits
1409 $HOME/.netrc */
H A Dhttp.c726 conn->bits.netrc ||
H A Durl.c82 #include "netrc.h"
870 * Parse the $HOME/.netrc file
876 * Use this file instead of the $HOME/.netrc file
5238 * option or a .netrc file, if applicable.
5265 conn->bits.netrc = FALSE;
5272 DOT_CHAR "netrc file; using defaults\n",
5279 /* set bits.netrc TRUE to remember that we got the name from a .netrc
5282 conn->bits.netrc = TRUE;
/external/curl/tests/
H A Druntests.pl5277 if(($log =~ /^netrc\d+/) && ($log !~ /^netrc$testnum/)) {

Completed in 9423 milliseconds