Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfwscanf.c68 #define SIGNOK 0x01000 /* +/- is (still) legal */ macro
457 flags |= SIGNOK | NDIGITS | NZDIGITS; in __vfwscanf()
483 flags &= ~(SIGNOK | NZDIGITS | NDIGITS); in __vfwscanf()
485 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __vfwscanf()
497 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __vfwscanf()
505 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __vfwscanf()
523 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __vfwscanf()
529 if (flags & SIGNOK) { in __vfwscanf()
530 flags &= ~SIGNOK; in __vfwscanf()
Dvfscanf.cpp68 #define SIGNOK 0x02000 // +/- is (still) legal macro
547 flags |= SIGNOK | NDIGITS | NZDIGITS; in __svfscanf()
573 flags &= ~(SIGNOK | NZDIGITS | NDIGITS); in __svfscanf()
575 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __svfscanf()
587 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __svfscanf()
595 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __svfscanf()
613 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __svfscanf()
619 if (flags & SIGNOK) { in __svfscanf()
620 flags &= ~SIGNOK; in __svfscanf()