HomeSort by: relevance | last modified time | path
    Searched refs:negative_sign (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/sys/
localedef.h 50 const char *negative_sign; member in struct:__anona3f85cde0208
  /src/include/
locale.h 49 char *negative_sign; member in struct:lconv
  /src/lib/libc/locale/
global_locale.c 125 .negative_sign = __UNCONST(""),
setlocale.c 114 ldata->negative_sign = __UNCONST(monetary->negative_sign);
  /src/lib/libc/stdlib/
strfmon.c 441 *signstr = (lc->negative_sign[0] == '\0') ? "-"
442 : lc->negative_sign;
452 *signstr = (lc->negative_sign[0] == '\0') ? "-"
453 : lc->negative_sign;
  /src/lib/libc/citrus/
citrus_lc_monetary.c 88 free(__UNCONST(data->negative_sign));
106 { _CITRUS_LC_MONETARY_SYM_NEGATIVE_SIGN, OFFSET(negative_sign ) },
  /src/usr.bin/locale/
locale.c 147 { "negative_sign", 1, LC_MONETARY, KW_NEGATIVE_SIGN, "" },
554 rval = lc->negative_sign;

Completed in 16 milliseconds