Searched refs:thousands_sep (Results 1 - 17 of 17) sorted by last modified time

/freebsd-11-stable/lib/libc/stdlib/
H A Dstrfmon.c93 *--bufend = thousands_sep; \
538 char thousands_sep; local
546 thousands_sep = *lc->mon_thousands_sep;
547 if (thousands_sep == '\0')
548 thousands_sep = *lc->thousands_sep;
599 thousands_sep != '\0' && /* XXX: need investigation */
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure6909 ac_fn_c_check_member "$LINENO" "struct lconv" "thousands_sep" "ac_cv_member_struct_lconv_thousands_sep" "#include <locale.h>
/freebsd-11-stable/contrib/ntp/
H A Dconfigure16238 ac_fn_c_check_member "$LINENO" "struct lconv" "thousands_sep" "ac_cv_member_struct_lconv_thousands_sep" "#include <locale.h>
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4316 checked_string_to_char_convert(__thousands_sep_, lc->thousands_sep,
4354 checked_string_to_wchar_convert(__thousands_sep_, lc->thousands_sep,
/freebsd-11-stable/usr.bin/sort/
H A Dsort.c337 conv_mbtowc(&symbol_thousands_sep, lc->thousands_sep,
/freebsd-11-stable/lib/libc/stdio/
H A Dvfprintf.c83 char *thousands_sep; /* locale-specific thousands separator */ member in struct:grouping_state
84 int thousep_len; /* length of thousands_sep */
103 gs->thousands_sep = locale->thousands_sep;
104 gs->thousep_len = strlen(gs->thousands_sep);
140 if (io_print(iop, gs->thousands_sep, gs->thousep_len, locale))
H A Dxprintf_int.c264 char thousands_sep; /* locale specific thousands separator */ local
276 thousands_sep = *(localeconv()->thousands_sep);
280 thousands_sep = 0;
350 p = __ultoa(uu, pe, rdx, digit, ngrp, thousands_sep, grouping);
352 p = __ujtoa(uu, pe, rdx, digit, ngrp, thousands_sep, grouping);
H A Dvfwprintf.c85 wchar_t thousands_sep; /* locale-specific thousands separator */ member in struct:grouping_state
116 nconv = mbrtowc(&thousep, localeconv_l(locale)->thousands_sep,
133 gs->thousands_sep = get_thousep(locale);
169 if (io_print(iop, &gs->thousands_sep, 1, locale))
H A Dxprintf_float.c174 char thousands_sep; /* locale specific thousands separator */ local
185 thousands_sep = *(localeconv()->thousands_sep);
389 ret += __printf_puts(io, &thousands_sep, 1);
/freebsd-11-stable/include/
H A Dlocale.h40 char *thousands_sep; member in struct:lconv
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsnprintf.c1387 if (lc->thousands_sep != NULL)
1388 for (i = 0; lc->thousands_sep[i] != '\0'; i++)
1389 OUTCHAR(str, *len, size, lc->thousands_sep[i]);
1404 if (lc->thousands_sep != NULL) {
1405 for (strln = 0; lc->thousands_sep[strln] != '\0'; strln++)
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h1740 thousands_sep() const function in class:numpunct
2000 * numpunct::thousands_sep(). If the pattern of digit groups isn't
2059 * numpunct::thousands_sep(). If the pattern of digit groups isn't
2098 * numpunct::thousands_sep(). If the pattern of digit groups isn't
2327 * and numpunct::thousands_sep(). The decimal point character used is
2390 * and numpunct::thousands_sep(). The decimal point character used is
3698 thousands_sep() const function in class:moneypunct
/freebsd-11-stable/lib/libc/locale/
H A Dlnumeric.c48 "", /* thousands_sep */
120 "thousands_sep = %s\n"
123 _numeric_locale.thousands_sep,
H A Dlnumeric.h40 const char *thousands_sep; member in struct:lc_numeric_T
H A Dlocaleconv.c106 N_ASSIGN_STR(thousands_sep);
H A Dnl_langinfo.c146 ret = (char*) __get_current_numeric_locale(loc)->thousands_sep;
/freebsd-11-stable/usr.bin/localedef/
H A Dnumeric.c71 numeric.thousands_sep = str;
114 (putl_category(numeric.thousands_sep, f) == EOF) ||

Completed in 427 milliseconds