Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfwscanf.c54 #define LLONG 0x00010 /* ll: long long (+ deprecated q: quad) */ macro
210 flags |= LLONG; in __vfwscanf()
216 flags |= LLONG; /* deprecated */ in __vfwscanf()
328 else if (flags & LLONG) in __vfwscanf()
589 else if (flags & LLONG) in __vfwscanf()
Dvfscanf.cpp57 #define LLONG 0x00010 // ll: long long (+ deprecated q: quad) macro
156 flags |= LLONG; in __svfscanf()
165 flags |= LLONG; /* deprecated */ in __svfscanf()
274 } else if (flags & LLONG) { in __svfscanf()
683 } else if (flags & LLONG) { in __svfscanf()