Home
last modified time | relevance | path

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

/stdio-common/
A Dtst-vfprintf-mbs-prec.c393 for (int mbs_len = 0; mbs_len <= length[WIDE_STRING_LENGTH] + 1; in test_mbs_long() local
394 ++mbs_len) in test_mbs_long()
397 && mbs_len >= length[wide_characters_converted + 1]) in test_mbs_long()
403 __func__, mbs_len, wide_characters_converted, in test_mbs_long()
405 TEST_VERIFY (length[wide_characters_converted] <= mbs_len); in test_mbs_long()
407 || length[wide_characters_converted - 1] < mbs_len); in test_mbs_long()
409 int ret = snprintf (buf, sizeof (buf), "%.*ls%s", mbs_len, wide, suffix); in test_mbs_long()
419 mbs_len, wide, suffix); in test_mbs_long()
429 ret = snprintf (buf, sizeof (buf), "%3500.*ls%s", mbs_len, wide, suffix); in test_mbs_long()

Completed in 4 milliseconds