Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_dirhie.c95 #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()
H A Dtool_findfile.c75 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()
H A Dtool_parsecfg.c68 msnprintf(lastdirchar, remaining, "%s%s", DIR_CHAR, filename); in execpath()
/curl/lib/
H A Dnetrc.c327 filealloc = curl_maprintf("%s%s.netrc", home, DIR_CHAR); in Curl_parsenetrc()
337 filealloc = curl_maprintf("%s%s_netrc", home, DIR_CHAR); in Curl_parsenetrc()
H A Dcurl_setup.h577 # define DIR_CHAR "\\" macro
602 # define DIR_CHAR "/" macro

Completed in 15 milliseconds