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

/external/curl/src/
H A Dtool_dirhie.c115 tempdir = strtok(outdup, DIR_CHAR);
118 tempdir2 = strtok(NULL, DIR_CHAR);
120 if not ending with DIR_CHAR, we need to prune it */
124 snprintf(&dirbuildup[dlen], outlen - dlen, "%s%s", DIR_CHAR, tempdir);
126 if(0 != strncmp(outdup, DIR_CHAR, 1))
129 snprintf(dirbuildup, outlen, "%s%s", DIR_CHAR, tempdir);
H A Dtool_parsecfg.c66 "%s%s%s", home, DIR_CHAR, CURLRC);
93 "%s%s", DIR_CHAR, CURLRC);
/external/curl/lib/
H A Dnetrc.c103 netrcfile = curl_maprintf("%s%s%s", home, DIR_CHAR, NETRC);
H A Dcurl_setup.h415 # define DIR_CHAR "\\" macro
441 # define DIR_CHAR "/" macro
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscgats.c45 # define DIR_CHAR '\\' macro
47 # define DIR_CHAR '/' macro
402 if(ThreeChars[0] == DIR_CHAR)
433 tail = strrchr(buffer, DIR_CHAR);

Completed in 174 milliseconds