Home
last modified time | relevance | path

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

/glibc-2.36/stdio-common/
Dvfscanf-internal.c295 char got_digit, got_dot, got_e, got_sign; in __vfwscanf_internal() local
1918 got_digit = got_dot = got_e = got_sign = 0; in __vfwscanf_internal()
2055 else if (!got_e && (flags & HEXA_FLOAT) && ISXDIGIT (c)) in __vfwscanf_internal()
2060 else if (got_e && charbuf.current[-1] == exp_char in __vfwscanf_internal()
2063 else if (got_digit && !got_e in __vfwscanf_internal()
2067 got_e = got_dot = 1; in __vfwscanf_internal()
2285 if (got_e && charbuf.current[-1] == exp_char in __vfwscanf_internal()
2288 else if (char_buffer_size (&charbuf) > got_sign && !got_e in __vfwscanf_internal()
2292 got_e = got_dot = 1; in __vfwscanf_internal()