OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NDIGITS
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/stdio/
vfscanf.c
93
* SIGNOK,
NDIGITS
, PFXOK, and NZDIGITS
96
#define
NDIGITS
0x00080 /* no digits detected */
668
flags |= SIGNOK |
NDIGITS
| NZDIGITS;
695
flags &= ~(SIGNOK|NZDIGITS|
NDIGITS
);
697
flags &= ~(SIGNOK|PFXOK|
NDIGITS
);
704
flags &= ~(SIGNOK | PFXOK |
NDIGITS
);
712
flags &= ~(SIGNOK | PFXOK |
NDIGITS
);
723
flags &= ~(SIGNOK | PFXOK |
NDIGITS
);
770
if (flags &
NDIGITS
) {
vfwscanf.c
88
* SIGNOK,
NDIGITS
, PFXOK, and NZDIGITS
91
#define
NDIGITS
0x80 /* no digits detected */
578
flags |= SIGNOK |
NDIGITS
| NZDIGITS;
605
flags &= ~(SIGNOK|NZDIGITS|
NDIGITS
);
607
flags &= ~(SIGNOK|PFXOK|
NDIGITS
);
614
flags &= ~(SIGNOK | PFXOK |
NDIGITS
);
622
flags &= ~(SIGNOK | PFXOK |
NDIGITS
);
633
flags &= ~(SIGNOK | PFXOK |
NDIGITS
);
678
if (flags &
NDIGITS
) {
Completed in 169 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025