Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dnumeric_members.cc136 const char* __src = __nl_langinfo_l(GROUPING, __cloc); in _M_initialize_numpunct()
228 const char* __src = __nl_langinfo_l(GROUPING, __cloc); in _M_initialize_numpunct()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dnumeric_members.cc136 const char* __src = __nl_langinfo_l(GROUPING, __cloc); in _M_initialize_numpunct()
228 const char* __src = __nl_langinfo_l(GROUPING, __cloc); in _M_initialize_numpunct()
/netbsd-src/lib/libc/stdio/
H A Dvfwprintf.c609 #define GROUPING 0x200 /* use grouping ("'" flag) */ macro
927 flags |= GROUPING; in WDECL()
1349 flags &= ~GROUPING; in WDECL()
1375 flags & GROUPING, thousands_sep, in WDECL()
1382 flags & GROUPING, thousands_sep, in WDECL()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dstrtol.c279 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING); in INTERNAL()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstrtol.c266 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING); in INTERNAL()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dstrtol.c266 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING); in INTERNAL()
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dstrtol.c288 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dstrtol.c292 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dprintf_fp.c278 grouping = nl_langinfo (GROUPING); in __quadmath_printf_fp()
313 grouping = nl_langinfo (GROUPING); in __quadmath_printf_fp()
/netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/
H A Dprintf_fp.c278 grouping = nl_langinfo (GROUPING); in __quadmath_printf_fp()
313 grouping = nl_langinfo (GROUPING); in __quadmath_printf_fp()
/netbsd-src/external/gpl3/gcc/dist/libquadmath/
H A Dconfigure.ac281 s = nl_langinfo (GROUPING);
H A Dconfigure12871 s = nl_langinfo (GROUPING);
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/
H A Dconfigure.ac281 s = nl_langinfo (GROUPING);
H A Dconfigure12881 s = nl_langinfo (GROUPING);
/netbsd-src/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dstrtod_l.c535 grouping = nl_langinfo (GROUPING);
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/strtod/
H A Dstrtod_l.c535 grouping = nl_langinfo (GROUPING);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20044004 _NL_NUMERIC_THOUSANDS_SEP_WC, and GROUPING.