Searched refs:lconvp (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | setlocale.c | 374 getlocale_numeric(char *locale, struct lconv *lconvp, char *newlocale) in getlocale_numeric() argument 403 p = getstr(p, &lconvp->decimal_point); in getlocale_numeric() 406 p = getstr(p, &lconvp->thousands_sep); in getlocale_numeric() 409 p = getgrouping(p, &lconvp->grouping); in getlocale_numeric() 424 getlocale_monetary(char *locale, struct lconv *lconvp, char *newlocale) in getlocale_monetary() argument 453 p = getstr(p, &lconvp->int_curr_symbol); in getlocale_monetary() 456 p = getstr(p, &lconvp->currency_symbol); in getlocale_monetary() 459 p = getstr(p, &lconvp->mon_decimal_point); in getlocale_monetary() 462 p = getstr(p, &lconvp->mon_thousands_sep); in getlocale_monetary() 465 p = getgrouping(p, &lconvp->mon_grouping); in getlocale_monetary() [all …]
|