Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfscanf.c48 #define NDIGITS 0x100 /* no digits detected */ macro
506 flags |= SIGNOK | NDIGITS | NZDIGITS;
541 flags &= ~(SIGNOK|PFXOK|NDIGITS);
548 flags &= ~(SIGNOK | PFXOK | NDIGITS);
556 flags &= ~(SIGNOK | PFXOK | NDIGITS);
568 flags &= ~(SIGNOK | PFXOK | NDIGITS);
613 if (flags & NDIGITS)
668 flags &= ~(SIGNOK | NDIGITS);
688 if ((flags&(NDIGITS|EXPOK)) == EXPOK)
692 SIGNOK | NDIGITS;
[all …]
/illumos-gate/usr/src/common/util/
H A Dsscanf.c87 #define NDIGITS 0x80 /* no digits detected */ macro
386 flags |= SIGNOK | NDIGITS | NZDIGITS; in vsscanf()
413 flags &= ~(SIGNOK|NZDIGITS|NDIGITS); in vsscanf()
415 flags &= ~(SIGNOK|PFXOK|NDIGITS); in vsscanf()
422 flags &= ~(SIGNOK | PFXOK | NDIGITS); in vsscanf()
430 flags &= ~(SIGNOK | PFXOK | NDIGITS); in vsscanf()
441 flags &= ~(SIGNOK | PFXOK | NDIGITS); in vsscanf()
483 if (flags & NDIGITS) { in vsscanf()