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

/freebsd-10.0-release/lib/libc/locale/
H A Dlmonetary.h45 const char *negative_sign; member in struct:lc_monetary_T
H A Dlocaleconv.c80 M_ASSIGN_STR(negative_sign);
H A Dlmonetary.c59 empty, /* negative_sign */
187 "negative_sign = %s\n"
208 _monetary_locale.negative_sign,
/freebsd-10.0-release/include/
H A Dlocale.h48 char *negative_sign; member in struct:lconv
/freebsd-10.0-release/lib/libc/stdlib/
H A Dstrfmon.c443 *signstr = (lc->negative_sign[0] == '\0') ? "-"
444 : lc->negative_sign;
454 *signstr = (lc->negative_sign[0] == '\0') ? "-"
455 : lc->negative_sign;
/freebsd-10.0-release/usr.bin/locale/
H A Dlocale.c132 { "negative_sign", 1, LC_MONETARY, KW_NEGATIVE_SIGN, "" },
522 rval = lc->negative_sign;
/freebsd-10.0-release/usr.bin/sort/
H A Dsort.c341 conv_mbtowc(&symbol_negative_sign, lc->negative_sign,
/freebsd-10.0-release/contrib/libc++/src/
H A Dlocale.cpp5788 __negative_sign_ = lc->negative_sign;
5844 __negative_sign_ = lc->negative_sign;
5926 bb = lc->negative_sign;
6017 bb = lc->negative_sign;
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dlocale_facets.h3774 negative_sign() const function in class:moneypunct
3810 * that the value of positive_sign() or negative_sign() must be
3906 * value returned. @see negative_sign() for details.

Completed in 516 milliseconds