Searched refs:strfmon (Results 1 – 25 of 89) sorted by relevance
1234
/glibc-2.36/localedata/tests-mbwc/ |
D | tst_strfmon.c | 5 #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/ |
D | tst-vfprintf-width-i18n.c | 39 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/ |
D | Makefile | 280 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)
|
D | test-strfmon-ldbl-compat.c | 39 written = strfmon (bufptr, 32, "%.10i, %.10Li\n", in do_test()
|
/glibc-2.36/localedata/ |
D | tst-fmon.data | 1 # 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.
|
D | tst-fmon.c | 50 if (strfmon (s, sizeof (s), argv[2], (double) atof (argv[3])) == -1) in main()
|
D | tst-strfmon1.c | 34 strfmon (buf, sizeof (buf), "|%n|%!n|", -12.34, -12.34); in do_test()
|
/glibc-2.36/stdlib/bits/ |
D | monetary-ldbl.h | 23 __LDBL_REDIR_DECL (strfmon)
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-strfmon.c | 5 strfmon (char *s, size_t maxsize, const char *format, ...) in strfmon() function
|
/glibc-2.36/stdlib/ |
D | strfmon.c | 38 ldbl_strong_alias (__strfmon, strfmon)
|
D | monetary.h | 38 extern ssize_t strfmon (char *__restrict __s, size_t __maxsize,
|
/glibc-2.36/conform/data/ |
D | monetary.h-data | 8 function ssize_t strfmon (char*, size_t, const char*, ...)
|
/glibc-2.36/localedata/tst-fmon-locales/ |
D | tstfmon_n01y12 | 1 # One of a set of test locales for strfmon()
|
D | tstfmon_n02n40 | 1 # One of a set of test locales for strfmon()
|
D | tstfmon_n10y31 | 1 # One of a set of test locales for strfmon()
|
D | tstfmon_n11y41 | 1 # One of a set of test locales for strfmon()
|
D | tstfmon_n12y11 | 1 # One of a set of test locales for strfmon()
|
D | tstfmon_n20n32 | 1 # One of a set of test locales for strfmon()
|
D | tstfmon_n30y20 | 1 # One of a set of test locales for strfmon()
|
D | tstfmon_n41n00 | 1 # One of a set of test locales for strfmon()
|
D | tstfmon_y01y10 | 1 # One of a set of test locales for strfmon()
|
D | tstfmon_y02n22 | 1 # One of a set of test locales for strfmon()
|
D | tstfmon_y22n42 | 1 # One of a set of test locales for strfmon()
|
D | tstfmon_y30y21 | 1 # One of a set of test locales for strfmon()
|
D | tstfmon_y32n31 | 1 # One of a set of test locales for strfmon()
|
1234