HomeSort by: relevance | last modified time | path
    Searched defs:currency_symbol (Results 1 - 3 of 3) sorted by relevancy

  /src/include/
locale.h 44 char *currency_symbol; member in struct:lconv
  /src/sys/sys/
localedef.h 45 const char *currency_symbol; member in struct:__anona3f85cde0208
  /src/lib/libc/stdlib/
strfmon.c 133 *currency_symbol; local in function:vstrfmon_l
143 currency_symbol = NULL;
246 if (currency_symbol != NULL)
247 free(currency_symbol);
249 currency_symbol = strdup(lc->int_curr_symbol);
250 if (currency_symbol != NULL &&
251 strlen(currency_symbol) > 3) {
252 space_char = currency_symbol[3];
253 currency_symbol[3] = '\0';
256 currency_symbol = strdup(lc->currency_symbol)
    [all...]

Completed in 173 milliseconds