Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_setup.h485 # define DOT_CHAR "_" macro
511 # ifndef DOT_CHAR
512 # define DOT_CHAR "." macro
516 # undef DOT_CHAR
517 # define DOT_CHAR "_" macro
Dnetrc.c75 #define NETRC DOT_CHAR "netrc" in Curl_parsenetrc()
Durl.c3090 DOT_CHAR "netrc file; using defaults\n", in override_login()
/external/curl/src/
Dtool_parsecfg.c37 #define CURLRC DOT_CHAR "curlrc"
Dtool_operate.c1188 file = aprintf("%s/%sssh/known_hosts", home, DOT_CHAR); in operate_do()