HomeSort by relevance Sort by last modified time
    Searched refs:DIR_CHAR (Results 1 - 5 of 5) sorted by null

  /external/curl/src/
tool_dirhie.c 98 #define PATH_DELIMITERS DIR_CHAR
130 if not ending with DIR_CHAR, we need to prune it */
134 msnprintf(&dirbuildup[dlen], outlen - dlen, "%s%s", DIR_CHAR, tempdir);
140 msnprintf(dirbuildup, outlen, "%s%s", DIR_CHAR, tempdir);
tool_parsecfg.c 64 "%s%s%s", home, DIR_CHAR, CURLRC);
91 "%s%s", DIR_CHAR, CURLRC);
  /external/curl/lib/
netrc.c 108 netrcfile = curl_maprintf("%s%s%s", home, DIR_CHAR, NETRC);
curl_setup.h 484 # define DIR_CHAR "\\"
510 # define DIR_CHAR "/"
  /external/pdfium/third_party/lcms/src/
cmscgats.c 45 # define DIR_CHAR '\\'
47 # define DIR_CHAR '/'
403 if(ThreeChars[0] == DIR_CHAR)
434 tail = strrchr(buffer, DIR_CHAR);
    [all...]

Completed in 161 milliseconds