Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/tests/libntp/
HDmsyslog.c36 char exp_buf[512]; in test_msnprintf() local
41 exp_cnt = snprintf(exp_buf, sizeof(exp_buf), FMT_PREFIX "%s", in test_msnprintf()
47 TEST_ASSERT_EQUAL_STRING(exp_buf, act_buf); in test_msnprintf()
53 char exp_buf[32]; in test_msnprintfLiteralPercentm() local
58 exp_cnt = snprintf(exp_buf, sizeof(exp_buf), "%%m"); in test_msnprintfLiteralPercentm()
63 TEST_ASSERT_EQUAL_STRING(exp_buf, act_buf); in test_msnprintfLiteralPercentm()
68 char exp_buf[32]; in test_msnprintfBackslashLiteralPercentm() local
73 exp_cnt = snprintf(exp_buf, sizeof(exp_buf), "\%%m"); in test_msnprintfBackslashLiteralPercentm()
78 TEST_ASSERT_EQUAL_STRING(exp_buf, act_buf); in test_msnprintfBackslashLiteralPercentm()
83 char exp_buf[32]; in test_msnprintfBackslashPercent() local
[all …]
/NextBSD/contrib/gcc/
HDreal.c1729 char exp_buf[16]; in real_to_hexadecimal() local
1762 sprintf (exp_buf, "p%+d", exp); in real_to_hexadecimal()
1763 max_digits = buf_size - strlen (exp_buf) - r->sign - 4 - 1; in real_to_hexadecimal()