Searched refs:DIR_CHAR (Results 1 – 5 of 5) sorted by relevance
/third_party/curl/src/ |
D | tool_dirhie.c | 98 #define PATH_DELIMITERS DIR_CHAR 135 msnprintf(&dirbuildup[dlen], outlen - dlen, "%s%s", DIR_CHAR, tempdir); in create_dir_hierarchy() 153 msnprintf(dirbuildup, outlen, "%s%s", DIR_CHAR, tempdir); in create_dir_hierarchy()
|
D | tool_parsecfg.c | 65 msnprintf(lastdirchar, remaining, "%s%s", DIR_CHAR, filename); in execpath() 91 pathalloc = curl_maprintf("%s%s.curlrc", home, DIR_CHAR); in parseconfig() 106 pathalloc = curl_maprintf("%s%s%ccurlrc", home, DIR_CHAR, prefix); in parseconfig()
|
D | tool_homedir.c | 87 char *c = curl_maprintf("%s" DIR_CHAR "%s", home, fname); in homedir()
|
/third_party/curl/lib/ |
D | netrc.c | 266 filealloc = curl_maprintf("%s%s.netrc", home, DIR_CHAR); in Curl_parsenetrc() 277 filealloc = curl_maprintf("%s%s_netrc", home, DIR_CHAR); in Curl_parsenetrc()
|
D | curl_setup.h | 488 # define DIR_CHAR "\\" macro 513 # define DIR_CHAR "/" macro
|