Searched refs:DIR_CHAR (Results 1 – 5 of 5) sorted by relevance
/curl/src/ |
H A D | tool_dirhie.c | 93 #define PATH_DELIMITERS DIR_CHAR 130 msnprintf(&dirbuildup[dlen], outlen - dlen, "%s%s", DIR_CHAR, tempdir); in create_dir_hierarchy() 148 msnprintf(dirbuildup, outlen, "%s%s", DIR_CHAR, tempdir); in create_dir_hierarchy()
|
H A D | tool_findfile.c | 75 c = aprintf("%s" DIR_CHAR "%c%s", home, pref[i], &fname[1]); in checkhome() 77 c = aprintf("%s" DIR_CHAR "%s", home, fname); in checkhome()
|
H A D | tool_util.c | 205 char *lastdirchar = strrchr(filebuffer, DIR_CHAR[0]); in Curl_execpath() 212 msnprintf(lastdirchar, remaining, "%s%s", DIR_CHAR, filename); in Curl_execpath()
|
/curl/lib/ |
H A D | netrc.c | 385 filealloc = aprintf("%s%s.netrc", home, DIR_CHAR); in Curl_parsenetrc() 395 filealloc = aprintf("%s%s_netrc", home, DIR_CHAR); in Curl_parsenetrc()
|
H A D | curl_setup.h | 645 # define DIR_CHAR "\\" macro 670 # define DIR_CHAR "/" macro
|
Completed in 7 milliseconds