Searched refs:currency_symbol (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/lib/libc/locale/
H A Dlmonetary.h42 const char *currency_symbol; member in struct:lc_monetary_T
H A Dlocaleconv.c77 M_ASSIGN_STR(currency_symbol);
H A Dlmonetary.c56 empty, /* currency_symbol */
184 "currency_symbol = %s\n"
205 _monetary_locale.currency_symbol,
H A Dnl_langinfo.c172 cs = (char*) __get_current_monetary_locale(loc)->currency_symbol;
/freebsd-13-stable/lib/libc/stdlib/
H A Dstrfmon.c126 *currency_symbol; local
137 currency_symbol = NULL;
238 if (currency_symbol != NULL)
239 free(currency_symbol);
241 currency_symbol = strdup(lc->int_curr_symbol);
242 if (currency_symbol != NULL)
243 space_char = *(currency_symbol+3);
245 currency_symbol = strdup(lc->currency_symbol);
247 if (currency_symbol
[all...]
/freebsd-13-stable/include/
H A Dlocale.h45 char *currency_symbol; member in struct:lconv
/freebsd-13-stable/usr.bin/locale/tests/
H A Dlocale_test.sh43 currency_symbol \
110 currency_symbol \
/freebsd-13-stable/usr.bin/localedef/
H A Dmonetary.c70 mon.currency_symbol = str;
188 (putl_category(mon.currency_symbol, f) == EOF) ||
/freebsd-13-stable/usr.bin/locale/
H A Dlocale.c147 { "currency_symbol", TYPE_STR, LC_MONETARY, SRC_LCONV,
675 rval = lc->currency_symbol;
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp5851 __curr_symbol_ = lc->currency_symbol;
5955 const char* bb = lc->currency_symbol;

Completed in 86 milliseconds