Searched defs:lconvp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dsetlocale.c374 getlocale_numeric(char *locale, struct lconv *lconvp, char *newlocale) argument
403 p = getstr(p, &lconvp->decimal_point);
406 p = getstr(p, &lconvp->thousands_sep);
409 p = getgrouping(p, &lconvp->grouping);
424 getlocale_monetary(char *locale, struct lconv *lconvp, char *newlocale) argument
453 p = getstr(p, &lconvp->int_curr_symbol);
456 p = getstr(p, &lconvp->currency_symbol);
459 p = getstr(p, &lconvp->mon_decimal_point);
462 p = getstr(p, &lconvp->mon_thousands_sep);
465 p = getgrouping(p, &lconvp
[all...]

Completed in 57 milliseconds