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 snprintf(&dirbuildup[dlen], outlen - dlen, "%s%s", DIR_CHAR, tempdir);
140 snprintf(dirbuildup, outlen, "%s%s", DIR_CHAR, tempdir);
tool_parsecfg.c 66 "%s%s%s", home, DIR_CHAR, CURLRC);
93 "%s%s", DIR_CHAR, CURLRC);
  /external/curl/lib/
netrc.c 101 netrcfile = curl_maprintf("%s%s%s", home, DIR_CHAR, NETRC);
curl_setup.h 421 # define DIR_CHAR "\\"
447 # define DIR_CHAR "/"
  /external/pdfium/third_party/lcms2-2.6/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 403 milliseconds