HomeSort by relevance Sort by last modified time
    Searched defs:is_separator (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/Support/
Path.cpp 30 bool is_separator(char value) { function in namespace:mcld::sys::fs::__anon39145
37 bool is_separator(char value) {
135 if (!m_PathName.empty() && !is_separator(last_char)) {
  /external/curl/lib/vtls/
gskit.c 151 static bool is_separator(char c) function
311 while(is_separator(*cipherlist)) /* Skip initial separators. */
336 for(clp = cipherlist; *cipherlist && !is_separator(*cipherlist);)
361 while(is_separator(*cipherlist))
  /external/fio/
parse.c 173 static int is_separator(char c) function
201 if (is_separator(c[i])) {

Completed in 1706 milliseconds