Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_setup.h416 # define DOT_CHAR "_" macro
442 # ifndef DOT_CHAR
443 # define DOT_CHAR "." macro
447 # undef DOT_CHAR
448 # define DOT_CHAR "_" macro
Dnetrc.c70 #define NETRC DOT_CHAR "netrc" in Curl_parsenetrc()
Durl.c5093 DOT_CHAR "netrc file; using defaults\n", in override_login()
/external/curl/src/
Dtool_parsecfg.c37 #define CURLRC DOT_CHAR "curlrc"
Dtool_operate.c1061 file = aprintf("%s/%sssh/known_hosts", home, DOT_CHAR); in operate_do()