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

/bionic/libc/stdio/
H A Dvfwscanf.c65 * SIGNOK, HAVESIGN, NDIGITS, DPTOK, and EXPOK are for floating point;
66 * SIGNOK, HAVESIGN, NDIGITS, PFXOK, and NZDIGITS are for integral.
69 #define HAVESIGN 0x02000 /* sign detected */ macro
531 flags |= HAVESIGN;
542 if ((flags & PFXOK) && p == buf + 1 + !!(flags & HAVESIGN)) {
H A Dvfscanf.cpp68 #define HAVESIGN 0x04000 // Sign detected macro
620 flags |= HAVESIGN;
631 if ((flags & PFXOK) && p == buf + 1 + !!(flags & HAVESIGN)) {

Completed in 25 milliseconds