Searched defs:delim (Results 1 – 4 of 4) sorted by relevance
27 static std::string unquote(const char*& cp, const char*& delim) { in unquote()46 for (const char *delim, *cp = command; cp && *cp; cp = delim) { in __android_logcat_parse() local
97 size_t delim, last_delim = line.size(); in GetFiles() local
467 const char *delim = " \t"; in fs_mgr_read_fstab_file() local
441 static char* strsep(char** stringp, const char* delim) { in strsep()