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::__anon40983
37 bool is_separator(char value) {
135 if (!m_PathName.empty() && !is_separator(last_char)) {
  /external/curl/lib/vtls/
gskit.c 155 static bool is_separator(char c) function
316 while(is_separator(*cipherlist)) /* Skip initial separators. */
341 for(clp = cipherlist; *cipherlist && !is_separator(*cipherlist);)
366 while(is_separator(*cipherlist))
    [all...]
  /external/fio/
parse.c 177 static int is_separator(char c) function
205 if (is_separator(c[i])) {

Completed in 488 milliseconds