Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfprintf.c184 void* ps; in __vfprintf() local
330 memset(&ps, 0, sizeof(ps)); in __vfprintf()
346 while ((n = mbrtowc(&wc, fmt, MB_CUR_MAX, &ps)) > 0) { in __vfprintf()
887 void* ps; in __find_arguments() local
939 memset(&ps, 0, sizeof(ps)); in __find_arguments()
956 while ((n = mbrtowc(&wc, fmt, MB_CUR_MAX, &ps)) > 0) { in __find_arguments()