Searched refs:p0 (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | strstr.c | 69 size_t l, ip, jp, k, p, ms, p0, mem, mem0; in twoway_strstr() local 96 p0 = p; in twoway_strstr() 116 else p = p0; in twoway_strstr()
|
/bionic/libc/stdio/ |
D | vfwscanf.c | 137 wchar_t* p0; /* saves original value of p when necessary */ in __vfwscanf() local 414 p0 = p = va_arg(ap, wchar_t*); in __vfwscanf() 419 n = p - p0; in __vfwscanf()
|
D | printf_common.h | 122 static int exponent(CharT* p0, int exp, int fmtch) { in exponent() argument 123 CharT* p = p0; in exponent() 150 return (p - p0); in exponent()
|