Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfwscanf.c76 #define NZDIGITS 0x10000 /* no zero digits detected */ macro
457 flags |= SIGNOK | NDIGITS | NZDIGITS; in __vfwscanf()
482 if (flags & NZDIGITS) in __vfwscanf()
483 flags &= ~(SIGNOK | NZDIGITS | NDIGITS); in __vfwscanf()
Dvfscanf.cpp72 #define NZDIGITS 0x20000 // No zero digits detected macro
547 flags |= SIGNOK | NDIGITS | NZDIGITS; in __svfscanf()
572 if (flags & NZDIGITS) in __svfscanf()
573 flags &= ~(SIGNOK | NZDIGITS | NDIGITS); in __svfscanf()