Home
last modified time | relevance | path

Searched refs:DOT_CHAR (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dcurl_setup.h422 # define DOT_CHAR "_" macro
448 # ifndef DOT_CHAR
449 # define DOT_CHAR "." macro
453 # undef DOT_CHAR
454 # define DOT_CHAR "_" macro
Dnetrc.c70 #define NETRC DOT_CHAR "netrc" in Curl_parsenetrc()
Durl.c5272 DOT_CHAR "netrc file; using defaults\n", in override_login()
/external/curl/src/
Dtool_parsecfg.c37 #define CURLRC DOT_CHAR "curlrc"
Dtool_operate.c1069 file = aprintf("%s/%sssh/known_hosts", home, DOT_CHAR); in operate_do()