Searched refs:DIR_CHAR (Results 1 – 5 of 5) sorted by relevance
/external/curl/src/ |
D | tool_dirhie.c | 115 tempdir = strtok(outdup, DIR_CHAR); in create_dir_hierarchy() 118 tempdir2 = strtok(NULL, DIR_CHAR); in create_dir_hierarchy() 124 snprintf(&dirbuildup[dlen], outlen - dlen, "%s%s", DIR_CHAR, tempdir); in create_dir_hierarchy() 126 if(0 != strncmp(outdup, DIR_CHAR, 1)) in create_dir_hierarchy() 129 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 | 415 # define DIR_CHAR "\\" macro 441 # define DIR_CHAR "/" macro
|
D | netrc.c | 103 netrcfile = curl_maprintf("%s%s%s", home, DIR_CHAR, NETRC); in Curl_parsenetrc()
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmscgats.c | 45 # define DIR_CHAR '\\' macro 47 # define DIR_CHAR '/' macro 402 if(ThreeChars[0] == DIR_CHAR) in isabsolutepath() 433 tail = strrchr(buffer, DIR_CHAR); in BuildAbsolutePath()
|