Searched refs:int_n_cs_precedes (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/lib/libc/locale/
H A Dlmonetary.h55 const char *int_n_cs_precedes; member in struct:lc_monetary_T
H A Dlocaleconv.c86 M_ASSIGN_CHAR(int_n_cs_precedes);
H A Dlmonetary.c68 numempty, /* int_n_cs_precedes */
201 "int_n_cs_precedes = %d\n"
222 _monetary_locale.int_n_cs_precedes[0],
/freebsd-current/include/
H A Dlocale.h57 char int_n_cs_precedes; member in struct:lconv
/freebsd-current/usr.bin/locale/tests/
H A Dlocale_test.sh57 int_n_cs_precedes \
124 int_n_cs_precedes \
/freebsd-current/usr.bin/localedef/
H A Dmonetary.c129 mon.int_n_cs_precedes = str;
201 (putl_category(mon.int_n_cs_precedes, f) == EOF) ||
/freebsd-current/lib/libc/stdlib/
H A Dstrfmon.c429 *cs_precedes = lc->int_n_cs_precedes;
/freebsd-current/usr.bin/locale/
H A Dlocale.c177 { "int_n_cs_precedes", TYPE_NUM, LC_MONETARY, SRC_LCONV,
721 rval = &(lc->int_n_cs_precedes);
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp5512 __neg_format_, __curr_symbol_, true, lc->int_n_cs_precedes, lc->int_n_sep_by_space, lc->int_n_sign_posn, ' ');
5643 __neg_format_, __curr_symbol_, true, lc->int_n_cs_precedes, lc->int_n_sep_by_space, lc->int_n_sign_posn, L' ');

Completed in 205 milliseconds