Searched refs:SIGNOK (Results 1 – 1 of 1) sorted by relevance
343 #define SIGNOK 0x40 /* +/- is (still) legal */ macro667 flags |= SIGNOK | NDIGITS | NZDIGITS; in vsscanf()693 flags &= ~(SIGNOK | NZDIGITS | NDIGITS); in vsscanf()695 flags &= ~(SIGNOK | PFXOK | NDIGITS); in vsscanf()702 flags &= ~(SIGNOK | PFXOK | NDIGITS); in vsscanf()710 flags &= ~(SIGNOK | PFXOK | NDIGITS); in vsscanf()721 flags &= ~(SIGNOK | PFXOK | NDIGITS); in vsscanf()726 if (flags & SIGNOK) { in vsscanf()727 flags &= ~SIGNOK; in vsscanf()
Completed in 4 milliseconds