Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfscanf.c107 char *p0; /* saves original value of p when necessary */ in __svfscanf() local
500 p0 = p = va_arg(ap, char *); in __svfscanf()
507 if (p == p0) in __svfscanf()
512 n = p - p0; in __svfscanf()
590 p0 = p = va_arg(ap, char *); in __svfscanf()
600 nread += p - p0; in __svfscanf()
Dvfwscanf.c112 wchar_t *p0; /* saves original value of p when necessary */ in __vfwscanf() local
424 p0 = p = va_arg(ap, wchar_t *); in __vfwscanf()
430 n = p - p0; in __vfwscanf()
486 p0 = p = va_arg(ap, wchar_t *); in __vfwscanf()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfprintf.c1528 exponent(char *p0, int exp, int fmtch) in exponent() argument
1533 p = p0; in exponent()
1559 return (p - p0); in exponent()
Dvfwprintf.c1477 exponent(wchar_t *p0, int exp, int fmtch) in exponent() argument
1482 p = p0; in exponent()
1508 return (p - p0); in exponent()