Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfwscanf.c52 #define SHORT 0x00004 /* h: short */ macro
204 flags |= SHORT; in __vfwscanf()
320 else if (flags & SHORT) in __vfwscanf()
597 else if (flags & SHORT) in __vfwscanf()
Dvfscanf.cpp55 #define SHORT 0x00004 // h: short macro
150 flags |= SHORT; in __svfscanf()
266 } else if (flags & SHORT) { in __svfscanf()
691 } else if (flags & SHORT) { in __svfscanf()