Home
last modified time | relevance | path

Searched refs:colsep (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_initimg/
Dinitimg-pathscan.c55 static Bool scan_colsep(HChar *colsep, Bool (*func)(const HChar *)) in scan_colsep() argument
60 if (colsep == NULL || in scan_colsep()
61 *colsep == '\0') in scan_colsep()
64 entry = cp = colsep; in scan_colsep()