Searched refs:NDIGITS (Results 1 – 1 of 1) sorted by relevance
344 #define NDIGITS 0x80 /* no digits detected */ 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()763 if (flags & NDIGITS) { in vsscanf()
Completed in 4 milliseconds