Searched refs:int_n_sign_posn (Results 1 – 10 of 10) sorted by relevance
/freebsd/usr.bin/locale/tests/ |
H A D | locale_test.sh | 61 int_n_sign_posn 128 int_n_sign_posn
|
H A D | k_flag_posix_monetary.out | 21 int_n_sign_posn=-1
|
/freebsd/usr.bin/localedef/ |
H A D | monetary.c | 141 mon.int_n_sign_posn = str; in add_monetary_num() 205 (putl_category(mon.int_n_sign_posn, f) == EOF)) { in dump_monetary()
|
/freebsd/lib/libc/locale/ |
H A D | lmonetary.h | 59 const char *int_n_sign_posn; member
|
H A D | localeconv.c | 90 M_ASSIGN_CHAR(int_n_sign_posn); in localeconv_l()
|
H A D | lmonetary.c | 225 _monetary_locale.int_n_sign_posn[0] in monetdebug()
|
/freebsd/include/ |
H A D | locale.h | 61 char int_n_sign_posn; member
|
/freebsd/lib/libc/stdlib/ |
H A D | strfmon.c | 431 *sign_posn = (flags & PARENTH_POSN) ? 0 : lc->int_n_sign_posn; in __setup_vars()
|
/freebsd/usr.bin/locale/ |
H A D | locale.c | 730 rval = &(lc->int_n_sign_posn); in kwval_lconv()
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 5488 if (lc->int_n_sign_posn == 0) in init() 5510 …t_, __curr_symbol_, true, lc->int_n_cs_precedes, lc->int_n_sep_by_space, lc->int_n_sign_posn, ' '); in init() 5612 if (lc->int_n_sign_posn == 0) in init() 5641 …_, __curr_symbol_, true, lc->int_n_cs_precedes, lc->int_n_sep_by_space, lc->int_n_sign_posn, L' '); in init()
|