Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfwscanf.c61 #define UNSIGNED 0x00800 /* %[oupxX] conversions */ macro
260 flags |= UNSIGNED; in __vfwscanf()
266 flags |= UNSIGNED; in __vfwscanf()
274 flags |= UNSIGNED; in __vfwscanf()
311 flags |= UNSIGNED; in __vfwscanf()
581 if (flags & UNSIGNED) in __vfwscanf()
Dvfscanf.cpp65 #define UNSIGNED 0x00800 // %[oupxX] conversions macro
209 flags |= UNSIGNED; in __svfscanf()
215 flags |= UNSIGNED; in __svfscanf()
223 flags |= UNSIGNED; in __svfscanf()
258 flags |= UNSIGNED; in __svfscanf()
674 if (flags & UNSIGNED) { in __svfscanf()