Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/
Dndk-stack-parser.c287 const size_t to_copy = min((size_t)(end - start), (size - 1)); in get_next_token() local
288 memcpy(token, start, to_copy); in get_next_token()
289 token[to_copy] = '\0'; in get_next_token()