Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_dirhie.c98 #define PATH_DELIMITERS DIR_CHAR
134 snprintf(&dirbuildup[dlen], outlen - dlen, "%s%s", DIR_CHAR, tempdir); in create_dir_hierarchy()
140 snprintf(dirbuildup, outlen, "%s%s", DIR_CHAR, tempdir); in create_dir_hierarchy()
Dtool_parsecfg.c66 "%s%s%s", home, DIR_CHAR, CURLRC); in parseconfig()
93 "%s%s", DIR_CHAR, CURLRC); in parseconfig()
/external/curl/lib/
Dcurl_setup.h421 # define DIR_CHAR "\\" macro
447 # define DIR_CHAR "/" macro
Dnetrc.c101 netrcfile = curl_maprintf("%s%s%s", home, DIR_CHAR, NETRC); in Curl_parsenetrc()
/external/pdfium/third_party/lcms2-2.6/src/
Dcmscgats.c45 # define DIR_CHAR '\\' macro
47 # define DIR_CHAR '/' macro
403 if(ThreeChars[0] == DIR_CHAR) in isabsolutepath()
434 tail = strrchr(buffer, DIR_CHAR); in BuildAbsolutePath()