Searched refs:isblank (Results 1 – 3 of 3) sorted by relevance
337 static bool isblank(const std::string &line) in isblank() function386 if (isblank(line)) { in Read()
260 while ((pos < content.size()) && ::isblank(content[pos])) { in llkProcGetUid()268 if ((pos >= content.size()) || !::isblank(content[pos])) { in llkProcGetUid()786 while ((++pos < schedString.size()) && ::isblank(schedString[pos])) { in getSchedValue()
536 [](char c) { return ::isblank(c) ? '_' : c; }); in transformReason()