Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfwscanf.c84 #define CT_INT 3 /* integer, i.e., strtoimax or strtoumax */ macro
246 c = CT_INT; in __vfwscanf()
251 c = CT_INT; in __vfwscanf()
259 c = CT_INT; in __vfwscanf()
265 c = CT_INT; in __vfwscanf()
273 c = CT_INT; in __vfwscanf()
310 c = CT_INT; in __vfwscanf()
344 c = CT_INT; in __vfwscanf()
453 case CT_INT: in __vfwscanf()
Dvfscanf.cpp78 #define CT_INT 3 // Integer: strtoimax/strtoumax macro
195 c = CT_INT; in __svfscanf()
200 c = CT_INT; in __svfscanf()
208 c = CT_INT; in __svfscanf()
214 c = CT_INT; in __svfscanf()
222 c = CT_INT; in __svfscanf()
257 c = CT_INT; in __svfscanf()
291 c = CT_INT; in __svfscanf()
538 case CT_INT: in __svfscanf()