Searched defs:p0 (Results 1 - 2 of 2) sorted by path

/bionic/libc/stdio/
H A Dvfprintf.c1271 exponent(char *p0, int exp, int fmtch) argument
1276 p = p0;
1296 return (p - p0);
H A Dvfscanf.c109 char *p0; /* saves original value of p when necessary */ local
400 p0 = p = va_arg(ap, char *);
407 if (p == p0)
412 n = p - p0;
436 p0 = p = va_arg(ap, char *);
446 nread += p - p0;

Completed in 24 milliseconds