Searched refs:getint (Results 1 – 2 of 2) sorted by relevance
186 static int getint(wchar_t **s) { in getint() function258 } else if ((w=getint(&s))<0) return -1; in wprintf_core()272 p = getint(&s); in wprintf_core()
462 static int getint(char **s) { in getint() function527 } else if ((w=getint(&s))<0) return -1; in printf_core()541 p = getint(&s); in printf_core()