Home
last modified time | relevance | path

Searched refs:getint (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/support/src/stdio/
Dvfwprintf.c186 static int getint(wchar_t **s) { in getint() function
258 } else if ((w=getint(&s))<0) return -1; in wprintf_core()
272 p = getint(&s); in wprintf_core()
Dvfprintf.c462 static int getint(char **s) { in getint() function
527 } else if ((w=getint(&s))<0) return -1; in printf_core()
541 p = getint(&s); in printf_core()