OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NZDIGITS
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/stdio/
vfscanf.c
69
* SIGNOK, HAVESIGN, NDIGITS, PFXOK, and
NZDIGITS
are for integral.
79
#define
NZDIGITS
0x10000 /* no zero digits detected */
616
flags |= SIGNOK | NDIGITS |
NZDIGITS
;
642
if (flags &
NZDIGITS
)
643
flags &= ~(SIGNOK|
NZDIGITS
|NDIGITS);
vfwscanf.c
70
* SIGNOK, HAVESIGN, NDIGITS, PFXOK, and
NZDIGITS
are for integral.
80
#define
NZDIGITS
0x10000 /* no zero digits detected */
540
flags |= SIGNOK | NDIGITS |
NZDIGITS
;
566
if (flags &
NZDIGITS
)
567
flags &= ~(SIGNOK|
NZDIGITS
|NDIGITS);
Completed in 256 milliseconds