Searched refs:thousands_sep (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/lib/libc/locale/
H A Dlnumeric.h42 const char *thousands_sep; member in struct:lc_numeric_T
H A Dlnumeric.c50 "", /* thousands_sep */
122 "thousands_sep = %s\n"
125 _numeric_locale.thousands_sep,
H A Dlocaleconv.c108 N_ASSIGN_STR(thousands_sep);
H A Dnl_langinfo.c148 ret = (char*) __get_current_numeric_locale(loc)->thousands_sep;
/freebsd-13-stable/include/
H A Dlocale.h42 char *thousands_sep; member in struct:lconv
/freebsd-13-stable/usr.bin/localedef/
H A Dnumeric.c71 numeric.thousands_sep = str;
114 (putl_category(numeric.thousands_sep, f) == EOF) ||
/freebsd-13-stable/lib/libc/tests/stdlib/
H A Dstrfmon_test.c50 ts = lc->thousands_sep;
/freebsd-13-stable/usr.bin/locale/tests/
H A Dlocale_test.sh68 thousands_sep \
135 thousands_sep \
/freebsd-13-stable/lib/libc/stdio/
H A Dxprintf_int.c266 char thousands_sep; /* locale specific thousands separator */ local
278 thousands_sep = *(localeconv()->thousands_sep);
282 thousands_sep = 0;
352 p = __ultoa(uu, pe, rdx, digit, ngrp, thousands_sep, grouping);
354 p = __ujtoa(uu, pe, rdx, digit, ngrp, thousands_sep, grouping);
H A Dxprintf_float.c176 char thousands_sep; /* locale specific thousands separator */ local
187 thousands_sep = *(localeconv()->thousands_sep);
391 ret += __printf_puts(io, &thousands_sep, 1);
H A Dvfprintf.c85 char *thousands_sep; /* locale-specific thousands separator */ member in struct:grouping_state
86 int thousep_len; /* length of thousands_sep */
105 gs->thousands_sep = locale->thousands_sep;
106 gs->thousep_len = strlen(gs->thousands_sep);
142 if (io_print(iop, gs->thousands_sep, gs->thousep_len, locale))
H A Dvfwprintf.c87 wchar_t thousands_sep; /* locale-specific thousands separator */ member in struct:grouping_state
118 nconv = mbrtowc(&thousep, localeconv_l(locale)->thousands_sep,
135 gs->thousands_sep = get_thousep(locale);
171 if (io_print(iop, &gs->thousands_sep, 1, locale))
/freebsd-13-stable/lib/libc/stdlib/
H A Dstrfmon.c96 memcpy(bufend, thousands_sep, thousands_sep_size); \
541 const char *thousands_sep; local
551 thousands_sep = lc->mon_thousands_sep;
552 if (*thousands_sep == '\0')
553 thousands_sep = lc->thousands_sep;
556 thousands_sep_size = strlen(thousands_sep);
/freebsd-13-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-13-stable/usr.bin/sort/
H A Dsort.c336 conv_mbtowc(&symbol_thousands_sep, lc->thousands_sep,
/freebsd-13-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-13-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-13-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>

Completed in 388 milliseconds