Searched refs:SIGNOK (Results 1 – 4 of 4) sorted by relevance
67 pdata->flags |= SIGNOK | NDIGITS | DPTOK | EXPOK; in _scanf_float()80 pdata->flags &= ~SIGNOK; in _scanf_float()101 pdata->flags &= ~(SIGNOK | NDIGITS); in _scanf_float()108 if (pdata->flags & SIGNOK) in _scanf_float()110 pdata->flags &= ~SIGNOK; in _scanf_float()120 pdata->flags &= ~(SIGNOK | DPTOK | EXPOK | NDIGITS); in _scanf_float()149 pdata->flags &= ~(SIGNOK | DPTOK | EXPOK | NDIGITS); in _scanf_float()186 pdata->flags &= ~(SIGNOK | DPTOK); in _scanf_float()203 (pdata->flags & ~(EXPOK | DPTOK)) | SIGNOK | NDIGITS; in _scanf_float()
189 #define SIGNOK 0x80 /* +/- is (still) legal */ macro1325 flags |= SIGNOK | NDIGITS | NZDIGITS | NNZDIGITS; in _SVFSCANF()1354 flags &= ~(SIGNOK | NZDIGITS | NDIGITS); in _SVFSCANF()1357 flags &= ~(SIGNOK | PFXOK | NDIGITS); in _SVFSCANF()1375 flags &= ~(SIGNOK | PFXOK | NDIGITS | NNZDIGITS); in _SVFSCANF()1384 flags &= ~(SIGNOK | PFXOK | NDIGITS | NNZDIGITS); in _SVFSCANF()1403 flags &= ~(SIGNOK | PFXOK | NDIGITS | NNZDIGITS); in _SVFSCANF()1409 if (flags & SIGNOK) in _SVFSCANF()1411 flags &= ~SIGNOK; in _SVFSCANF()1551 flags |= SIGNOK | NDIGITS | DPTOK | EXPOK; in _SVFSCANF()[all …]
195 #define SIGNOK 0x80 /* +/- is (still) legal */ macro1100 flags |= SIGNOK | NDIGITS | NZDIGITS; in _SVFWSCANF()1126 flags &= ~(SIGNOK | NZDIGITS | NDIGITS); in _SVFWSCANF()1128 flags &= ~(SIGNOK | PFXOK | NDIGITS); in _SVFWSCANF()1140 flags &= ~(SIGNOK | PFXOK | NDIGITS); in _SVFWSCANF()1149 flags &= ~(SIGNOK | PFXOK | NDIGITS); in _SVFWSCANF()1168 flags &= ~(SIGNOK | PFXOK | NDIGITS); in _SVFWSCANF()1174 if (flags & SIGNOK) in _SVFWSCANF()1176 flags &= ~SIGNOK; in _SVFWSCANF()1310 flags |= SIGNOK | NDIGITS | DPTOK | EXPOK; in _SVFWSCANF()[all …]
117 #define SIGNOK 0x80 /* "+/-" is (still) legal. */ macro