Symbol: lconv
distrib/utils/libhack/localeconv.c
23
struct lconv *
distrib/utils/libhack/localeconv.c
26
static struct lconv ret = {
distrib/utils/libhack/localeconv.c
51
struct lconv *
include/locale.h
106
struct lconv *localeconv_l(locale_t);
include/locale.h
89
struct lconv *localeconv(void);
lib/libc/gdtoa/test/getround.c
82
struct lconv *
lib/libc/gdtoa/test/getround.c
85
static struct lconv mylocale;
lib/libc/locale/localeconv.c
41
struct lconv *
lib/libc/locale/localeconv.c
47
struct lconv *
lib/libc/locale/setlocale.c
71
struct lconv *ldata;
lib/libc/locale/setlocale_local.h
52
struct lconv ldata;
lib/libc/stdlib/strfmon.c
107
struct lconv *);
lib/libc/stdlib/strfmon.c
108
static int __calc_left_pad(int, char *, struct lconv *);
lib/libc/stdlib/strfmon.c
110
struct lconv *, locale_t loc);
lib/libc/stdlib/strfmon.c
118
struct lconv *lc; /* pointer to lconv structure */
lib/libc/stdlib/strfmon.c
434
char *sign_posn, const char **signstr, struct lconv *lc)
lib/libc/stdlib/strfmon.c
471
__calc_left_pad(int flags, char *cur_symb, struct lconv *lc)
lib/libc/stdlib/strfmon.c
529
int right_prec, int pad_char, struct lconv *lc, locale_t loc)
tests/lib/libc/locale/t_strfmon.c
186
struct lconv *lc;
tests/lib/libc/locale/t_strfmon.c
231
struct lconv *lc;
tests/lib/libc/locale/t_strfmon.c
99
struct lconv *lc;
usr.bin/locale/locale.c
526
struct lconv *lc;
usr.bin/seq/seq.c
110
struct lconv *locale;
usr.bin/time/time.c
145
if ((lconv = localeconv()) == NULL ||
usr.bin/time/time.c
146
(decpt = lconv->decimal_point) == NULL)
usr.bin/time/time.c
75
const struct lconv *lconv;