Searched refs:NDIGITS (Results 1 – 2 of 2) sorted by relevance
102 #define NDIGITS 0x80 /* no digits detected */ macro567 flags |= SIGNOK | NDIGITS | NZDIGITS; in __vfwscanf_unlocked()594 flags &= ~(SIGNOK|NZDIGITS|NDIGITS); in __vfwscanf_unlocked()596 flags &= ~(SIGNOK|PFXOK|NDIGITS); in __vfwscanf_unlocked()603 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __vfwscanf_unlocked()611 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __vfwscanf_unlocked()622 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __vfwscanf_unlocked()667 if (flags & NDIGITS) { in __vfwscanf_unlocked()
102 #define NDIGITS 0x00080 /* no digits detected */ macro678 flags |= SIGNOK | NDIGITS | NZDIGITS; in __svfscanf_unlocked()705 flags &= ~(SIGNOK|NZDIGITS|NDIGITS); in __svfscanf_unlocked()707 flags &= ~(SIGNOK|PFXOK|NDIGITS); in __svfscanf_unlocked()714 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __svfscanf_unlocked()722 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __svfscanf_unlocked()733 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __svfscanf_unlocked()780 if (flags & NDIGITS) { in __svfscanf_unlocked()