Home
last modified time | relevance | path

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

/bionic/libc/async_safe/
Dasync_safe_log.cpp138 static unsigned parse_decimal(const char* format, int* ppos) { in parse_decimal() argument
139 const char* p = format + *ppos; in parse_decimal()
153 *ppos = p - format; in parse_decimal()