Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfwscanf.c69 #define HAVESIGN 0x02000 /* sign detected */ macro
531 flags |= HAVESIGN; in __vfwscanf()
542 if ((flags & PFXOK) && p == buf + 1 + !!(flags & HAVESIGN)) { in __vfwscanf()
Dvfscanf.cpp69 #define HAVESIGN 0x04000 // Sign detected macro
621 flags |= HAVESIGN; in __svfscanf()
632 if ((flags & PFXOK) && p == buf + 1 + !!(flags & HAVESIGN)) { in __svfscanf()