Searched defs:ppos (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dlibc_logging.cpp135 /* Parse a decimal string from 'format + *ppos',
137 * the decimal string in '*ppos' on exit.
141 static unsigned parse_decimal(const char *format, int *ppos) { argument
142 const char* p = format + *ppos;
156 *ppos = p - format;

Completed in 28 milliseconds