Searched refs:DPTOK (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfscanf.c45 ** SIGNOK, NDIGITS, DPTOK, and EXPOK are for floating point;
52 #define DPTOK 0x200 /* (float) decimal point is still legal */ macro
654 flags |= SIGNOK | NDIGITS | DPTOK | EXPOK;
681 if (flags & DPTOK)
683 flags &= ~(SIGNOK | DPTOK);
693 (flags & ~(EXPOK|DPTOK)) |
/illumos-gate/usr/src/common/util/
H A Dsscanf.c85 * SIGNOK, NDIGITS, DPTOK, and EXPOK are for floating point;
91 #define DPTOK 0x100 /* (float) decimal point is still legal */ macro

Completed in 59 milliseconds