OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HAVESIGN
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/stdio/
vfscanf.c
68
* SIGNOK,
HAVESIGN
, NDIGITS, DPTOK, and EXPOK are for floating point;
69
* SIGNOK,
HAVESIGN
, NDIGITS, PFXOK, and NZDIGITS are for integral.
72
#define
HAVESIGN
0x02000 /* sign detected */
678
flags |=
HAVESIGN
;
689
buf + 1 + !!(flags &
HAVESIGN
)) {
vfwscanf.c
69
* SIGNOK,
HAVESIGN
, NDIGITS, DPTOK, and EXPOK are for floating point;
70
* SIGNOK,
HAVESIGN
, NDIGITS, PFXOK, and NZDIGITS are for integral.
73
#define
HAVESIGN
0x02000 /* sign detected */
602
flags |=
HAVESIGN
;
613
buf + 1 + !!(flags &
HAVESIGN
)) {
Completed in 79 milliseconds