Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/msvcrt/
H A Dprintf.c1532 ret = p__set_output_format(_TWO_DIGIT_EXPONENT); in test__get_output_format()
1540 ok(ret == _TWO_DIGIT_EXPONENT, "got %d\n", ret); in test__get_output_format()
1542 ret = p__set_output_format(_TWO_DIGIT_EXPONENT); in test__get_output_format()
1543 ok(ret == _TWO_DIGIT_EXPONENT, "got %d\n", ret); in test__get_output_format()
H A Dheaders.c459 CHECK_DEF(_TWO_DIGIT_EXPONENT); in test_defines()
/reactos/sdk/include/crt/
H A Dstdio.h138 #define _TWO_DIGIT_EXPONENT 0x1 macro