Home | History | Annotate | Download | only in locale

Lines Matching refs:strfmon

76 	atf_tc_set_md_var(tc, "descr", "Checks strfmon padding");
84 strfmon(string, sizeof(string), "[%8n] [%8n]", 123.45, 123.45);
93 "Checks strfmon locale thousands separator");
115 strfmon(actual, sizeof(actual) - 1, "%i", n);
121 /* We're just testing the thousands separator, not all of strfmon. */
129 "Checks strfmon field formats");
160 strfmon(actual, sizeof(actual) - 1, format,
202 strfmon(buf, sizeof(buf) - 1, "[%n] ", -123.0);
247 strfmon(buf, sizeof(buf) - 1, "[%n] ", -123.0);
261 "checks strfmon international currency code");
281 strfmon(actual, sizeof(actual) - 1, "[%i]", 123.45);