Home
last modified time | relevance | path

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

/third_party/curl/src/
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()
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()
Dtool_parsecfg.c68 msnprintf(lastdirchar, remaining, "%s%s", DIR_CHAR, filename); in execpath()
/third_party/curl/lib/
Dnetrc.c323 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()
Dcurl_setup.h505 # define DIR_CHAR "\\" macro
530 # define DIR_CHAR "/" macro