Searched refs:SIGNOK (Results 1 – 2 of 2) sorted by relevance
101 #define SIGNOK 0x40 /* +/- is (still) legal */ 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()627 if (flags & SIGNOK) { in __vfwscanf_unlocked()628 flags &= ~SIGNOK; in __vfwscanf_unlocked()
101 #define SIGNOK 0x00040 /* +/- is (still) legal */ 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()738 if (flags & SIGNOK) { in __svfscanf_unlocked()739 flags &= ~SIGNOK; in __svfscanf_unlocked()