Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/
Dndk-stack-parser.c107 static const char* next_separator(const char* str);
269 next_separator(const char* str) in next_separator() function
277 str = next_separator(str); in next_token()
285 const char* end = next_separator(start); in get_next_token()