Searched refs:DIR_CHAR (Results 1 – 5 of 5) sorted by relevance
/third_party/curl/src/ |
D | tool_dirhie.c | 95 #define PATH_DELIMITERS DIR_CHAR 132 msnprintf(&dirbuildup[dlen], outlen - dlen, "%s%s", DIR_CHAR, tempdir); in create_dir_hierarchy() 150 msnprintf(dirbuildup, outlen, "%s%s", DIR_CHAR, tempdir); in create_dir_hierarchy()
|
D | tool_findfile.c | 75 c = curl_maprintf("%s" DIR_CHAR "%c%s", home, pref[i], &fname[1]); in checkhome() 77 c = curl_maprintf("%s" DIR_CHAR "%s", home, fname); in checkhome()
|
D | tool_parsecfg.c | 68 msnprintf(lastdirchar, remaining, "%s%s", DIR_CHAR, filename); in execpath()
|
/third_party/curl/lib/ |
D | netrc.c | 323 filealloc = curl_maprintf("%s%s.netrc", home, DIR_CHAR); in Curl_parsenetrc() 333 filealloc = curl_maprintf("%s%s_netrc", home, DIR_CHAR); in Curl_parsenetrc()
|
D | curl_setup.h | 505 # define DIR_CHAR "\\" macro 530 # define DIR_CHAR "/" macro
|