Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_dirhie.c93 #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 Dtool_findfile.c75 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 Dtool_util.c205 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 Dnetrc.c327 filealloc = aprintf("%s%s.netrc", home, DIR_CHAR); in Curl_parsenetrc()
337 filealloc = aprintf("%s%s_netrc", home, DIR_CHAR); in Curl_parsenetrc()
H A Dcurl_setup.h642 # define DIR_CHAR "\\" macro
667 # define DIR_CHAR "/" macro

Completed in 25 milliseconds