Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfwscanf.c81 #define CT_CHAR 0 /* %c conversion */ macro
305 c = CT_CHAR; in __vfwscanf()
363 case CT_CHAR: in __vfwscanf()
Dvfscanf.cpp75 #define CT_CHAR 0 // %c conversion macro
252 c = CT_CHAR; in __svfscanf()
332 case CT_CHAR: in __svfscanf()