Home
last modified time | relevance | path

Searched refs:strfmon (Results 1 – 25 of 89) sorted by relevance

1234

/glibc-2.36/localedata/tests-mbwc/
Dtst_strfmon.c5 #define TST_FUNCTION strfmon
20 TST_DO_TEST (strfmon) in tst_strfmon()
22 TST_HEAD_LOCALE (strfmon, S_STRFMON); in tst_strfmon()
23 TST_DO_REC (strfmon) in tst_strfmon()
25 TST_GET_ERRET (strfmon); in tst_strfmon()
26 nbt = TST_INPUT (strfmon).nbytes; in tst_strfmon()
27 fmt = TST_INPUT (strfmon).fmt; in tst_strfmon()
28 val = TST_INPUT (strfmon).val; in tst_strfmon()
38 ret = strfmon (buf, nbt, fmt, val, val, val); in tst_strfmon()
58 mon = TST_EXPECT (strfmon).mon; in tst_strfmon()
/glibc-2.36/stdio-common/
Dtst-vfprintf-width-i18n.c39 TEST_COMPARE (strfmon (buf, sizeof (buf), "%^13i", 12345.67), 13); in do_test()
47 TEST_COMPARE (strfmon (buf, sizeof (buf), "%13i", 12345.67), 13); in do_test()
69 TEST_COMPARE (strfmon (buf, sizeof (buf), "%^13i", 12345.67), 13); in do_test()
77 TEST_COMPARE (strfmon (buf, sizeof (buf), "%13i", 12345.67), 13); in do_test()
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/
DMakefile280 ldbl-extra-routines += strfmon strfmon_l
287 CFLAGS-strfmon.c += -mfloat128 -mabi=ibmlongdouble
290 tests-internal += test-strfmon-ibm128 test-strfmon-ieee128
291 CFLAGS-test-strfmon-ibm128.c += -mabi=ibmlongdouble -Wno-psabi
292 CFLAGS-test-strfmon-ieee128.c += -mfloat128 -mabi=ieeelongdouble -Wno-psabi
293 $(objpfx)tst-strfmon-ibm128.out: $(gen-locales)
294 $(objpfx)tst-strfmon-ieee128.out: $(gen-locales)
Dtest-strfmon-ldbl-compat.c39 written = strfmon (bufptr, 32, "%.10i, %.10Li\n", in do_test()
/glibc-2.36/localedata/
Dtst-fmon.data1 # Test data for test-strfmon, which checks it's implementation in glibc
22 # for strfmon. Fields are separated by TABs. Lines that start with a
27 # #2 format string which is fed into strfmon
51 # check both the german locale and strfmon with that data
99 # check both the en_US locale and strfmon with that data
100 # a lot of this checks are created from a strfmon(3) man-page.
Dtst-fmon.c50 if (strfmon (s, sizeof (s), argv[2], (double) atof (argv[3])) == -1) in main()
Dtst-strfmon1.c34 strfmon (buf, sizeof (buf), "|%n|%!n|", -12.34, -12.34); in do_test()
/glibc-2.36/stdlib/bits/
Dmonetary-ldbl.h23 __LDBL_REDIR_DECL (strfmon)
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
Dnldbl-strfmon.c5 strfmon (char *s, size_t maxsize, const char *format, ...) in strfmon() function
/glibc-2.36/stdlib/
Dstrfmon.c38 ldbl_strong_alias (__strfmon, strfmon)
Dmonetary.h38 extern ssize_t strfmon (char *__restrict __s, size_t __maxsize,
/glibc-2.36/conform/data/
Dmonetary.h-data8 function ssize_t strfmon (char*, size_t, const char*, ...)
/glibc-2.36/localedata/tst-fmon-locales/
Dtstfmon_n01y121 # One of a set of test locales for strfmon()
Dtstfmon_n02n401 # One of a set of test locales for strfmon()
Dtstfmon_n10y311 # One of a set of test locales for strfmon()
Dtstfmon_n11y411 # One of a set of test locales for strfmon()
Dtstfmon_n12y111 # One of a set of test locales for strfmon()
Dtstfmon_n20n321 # One of a set of test locales for strfmon()
Dtstfmon_n30y201 # One of a set of test locales for strfmon()
Dtstfmon_n41n001 # One of a set of test locales for strfmon()
Dtstfmon_y01y101 # One of a set of test locales for strfmon()
Dtstfmon_y02n221 # One of a set of test locales for strfmon()
Dtstfmon_y22n421 # One of a set of test locales for strfmon()
Dtstfmon_y30y211 # One of a set of test locales for strfmon()
Dtstfmon_y32n311 # One of a set of test locales for strfmon()

1234