Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sendmail/libsm/
H A Dvfscanf.c49 #define SIGNOK 0x080 /* +/- is (still) legal */ macro
508 flags |= SIGNOK | NDIGITS | NZDIGITS;
541 flags &= ~(SIGNOK|NZDIGITS|NDIGITS);
543 flags &= ~(SIGNOK|PFXOK|NDIGITS);
550 flags &= ~(SIGNOK | PFXOK | NDIGITS);
558 flags &= ~(SIGNOK | PFXOK | NDIGITS);
570 flags &= ~(SIGNOK | PFXOK | NDIGITS);
575 if (flags & SIGNOK)
577 flags &= ~SIGNOK;
654 flags |= SIGNOK | NDIGITS | DPTOK | EXPOK;
[all …]
/titanic_44/usr/src/common/util/
H A Dsscanf.c88 #define SIGNOK 0x40 /* +/- is (still) legal */ macro
388 flags |= SIGNOK | NDIGITS | NZDIGITS; in vsscanf()
415 flags &= ~(SIGNOK|NZDIGITS|NDIGITS); in vsscanf()
417 flags &= ~(SIGNOK|PFXOK|NDIGITS); in vsscanf()
424 flags &= ~(SIGNOK | PFXOK | NDIGITS); in vsscanf()
432 flags &= ~(SIGNOK | PFXOK | NDIGITS); in vsscanf()
443 flags &= ~(SIGNOK | PFXOK | NDIGITS); in vsscanf()
448 if (flags & SIGNOK) { in vsscanf()
449 flags &= ~SIGNOK; in vsscanf()