HomeSort by: relevance | last modified time | path
    Searched refs:lconv (Results 1 - 13 of 13) sorted by relevancy

  /src/distrib/utils/libhack/
localeconv.c 15 * The localeconv() function constructs a struct lconv from the current
23 struct lconv *
26 static struct lconv ret = {
51 struct lconv *
  /src/lib/libc/locale/
localeconv.c 41 struct lconv *
47 struct lconv *
setlocale_local.h 52 struct lconv ldata;
setlocale.c 71 struct lconv *ldata;
  /src/lib/libc/gdtoa/test/
getround.c 82 struct lconv *
85 static struct lconv mylocale;
  /src/include/
locale.h 39 struct lconv { struct
89 struct lconv *localeconv(void);
106 struct lconv *localeconv_l(locale_t);
  /src/usr.bin/time/
time.c 75 const struct lconv *lconv; local in function:main
145 if ((lconv = localeconv()) == NULL ||
146 (decpt = lconv->decimal_point) == NULL)
  /src/lib/libc/stdlib/
strfmon.c 107 struct lconv *);
108 static int __calc_left_pad(int, char *, struct lconv *);
110 struct lconv *, locale_t loc);
118 struct lconv *lc; /* pointer to lconv structure */
130 char cs_precedes, /* values gathered from struct lconv */
434 char *sign_posn, const char **signstr, struct lconv *lc)
471 __calc_left_pad(int flags, char *cur_symb, struct lconv *lc)
529 int right_prec, int pad_char, struct lconv *lc, locale_t loc)
  /src/tests/lib/libc/locale/
t_strfmon.c 99 struct lconv *lc;
186 struct lconv *lc;
231 struct lconv *lc;
  /src/usr.bin/xlint/llib/
llib-lstdc 91 struct lconv *(localeconv)(void);
llib-lposix 184 struct lconv *(localeconv)(void);
  /src/usr.bin/seq/
seq.c 110 struct lconv *locale;
  /src/usr.bin/locale/
locale.c 526 struct lconv *lc;

Completed in 16 milliseconds