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

/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dvfscanf.c45 ** SIGNOK, NDIGITS, DPTOK, and EXPOK are for floating point;
53 #define EXPOK 0x400 /* (float) exponent (e+3, etc) still legal */ macro
654 flags |= SIGNOK | NDIGITS | DPTOK | EXPOK;
690 if ((flags&(NDIGITS|EXPOK)) == EXPOK)
693 (flags & ~(EXPOK|DPTOK)) |
716 if (flags & EXPOK)
/opensolaris-onvv-gate/usr/src/common/util/
H A Dsscanf.c85 * SIGNOK, NDIGITS, DPTOK, and EXPOK are for floating point;
92 #define EXPOK 0x200 /* (float) exponent (e+3, etc) still legal */ macro

Completed in 47 milliseconds