Home
last modified time | relevance | path

Searched refs:SIGNOK (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfwscanf.c72 #define SIGNOK 0x01000 /* +/- is (still) legal */ macro
540 flags |= SIGNOK | NDIGITS | NZDIGITS; in __vfwscanf()
567 flags &= ~(SIGNOK|NZDIGITS|NDIGITS); in __vfwscanf()
569 flags &= ~(SIGNOK|PFXOK|NDIGITS); in __vfwscanf()
576 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __vfwscanf()
584 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __vfwscanf()
595 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __vfwscanf()
600 if (flags & SIGNOK) { in __vfwscanf()
601 flags &= ~SIGNOK; in __vfwscanf()
689 flags |= SIGNOK | NDIGITS | DPTOK | EXPOK; in __vfwscanf()
[all …]
Dvfscanf.c71 #define SIGNOK 0x01000 /* +/- is (still) legal */ macro
616 flags |= SIGNOK | NDIGITS | NZDIGITS; in __svfscanf()
643 flags &= ~(SIGNOK|NZDIGITS|NDIGITS); in __svfscanf()
645 flags &= ~(SIGNOK|PFXOK|NDIGITS); in __svfscanf()
652 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __svfscanf()
660 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __svfscanf()
671 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __svfscanf()
676 if (flags & SIGNOK) { in __svfscanf()
677 flags &= ~SIGNOK; in __svfscanf()
772 flags |= SIGNOK | NDIGITS | DPTOK | EXPOK; in __svfscanf()
[all …]