Searched refs:DIR_CHAR (Results 1 – 6 of 6) sorted by relevance
/external/curl/src/ |
D | tool_dirhie.c | 98 #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()
|
D | tool_parsecfg.c | 66 "%s%s%s", home, DIR_CHAR, CURLRC); in parseconfig() 93 "%s%s", DIR_CHAR, CURLRC); in parseconfig()
|
/external/curl/lib/ |
D | curl_setup.h | 447 # define DIR_CHAR "\\" macro 473 # define DIR_CHAR "/" macro
|
D | netrc.c | 102 netrcfile = curl_maprintf("%s%s%s", home, DIR_CHAR, NETRC); in Curl_parsenetrc()
|
/external/pdfium/third_party/lcms/ |
D | 0027-changes-from-beginning-of-time.patch | 14 # define DIR_CHAR '\\' 16 # define DIR_CHAR '/'
|
/external/pdfium/third_party/lcms/src/ |
D | cmscgats.c | 45 # 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()
|