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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvfscanf.c107 char *p0; /* saves original value of p when necessary */ local
500 p0 = p = va_arg(ap, char *);
507 if (p == p0)
512 n = p - p0;
590 p0 = p = va_arg(ap, char *);
600 nread += p - p0;
H A Dvfwscanf.c109 wchar_t *p0; /* saves original value of p when necessary */ local
424 p0 = p = va_arg(ap, wchar_t *);
430 n = p - p0;
486 p0 = p = va_arg(ap, wchar_t *);
H A Dvfprintf.c1522 exponent(char *p0, int exp, int fmtch) argument
1527 p = p0;
1553 return (p - p0);
H A Dvfwprintf.c1488 exponent(wchar_t *p0, int exp, int fmtch) argument
1493 p = p0;
1519 return (p - p0);

Completed in 63 milliseconds