Searched refs:lconv (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/headers/clocale/
H A Dtypes_std.cc24 std::lconv l;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dlocale.h35 using std::lconv;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_compatibility/
H A Dlocale.h35 using std::lconv;
/netbsd-6-1-5-RELEASE/distrib/utils/libhack/
H A Dlocaleconv.c14 * The localeconv() function constructs a struct lconv from the current
22 struct lconv *
25 static struct lconv ret = {
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/cxx/
H A Dclocale.c31 #include <locale.h> /* for lconv */
45 struct lconv *
48 static struct lconv l;
/netbsd-6-1-5-RELEASE/lib/libc/locale/
H A Dlocaleconv.c41 struct lconv *
H A Dsetlocale_local.h47 struct lconv *ldata;
H A Dnb_lc_numeric_misc.h41 struct lconv *ldata;
H A Dnb_lc_monetary_misc.h41 struct lconv *ldata;
H A Dglobal_locale.c46 static struct lconv _global_ldata = {
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_clocale.h58 using ::lconv;
/netbsd-6-1-5-RELEASE/include/
H A Dlocale.h37 struct lconv { struct
87 struct lconv *localeconv(void);
/netbsd-6-1-5-RELEASE/lib/libc/gdtoa/test/
H A Dgetround.c82 struct lconv *
85 static struct lconv mylocale;
/netbsd-6-1-5-RELEASE/usr.bin/time/
H A Dtime.c75 const struct lconv *lconv; local
132 if ((lconv = localeconv()) == NULL ||
133 (decpt = lconv->decimal_point) == NULL)
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/misc/
H A Dt-locale.c37 #include <locale.h> /* for lconv */
49 struct lconv *
52 static struct lconv l;
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Dstrfmon.c113 struct lconv *lc; /* pointer to lconv structure */
125 char cs_precedes, /* values gathered from struct lconv */
415 struct lconv *lc = localeconv();
514 struct lconv *lc = localeconv();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr34334.c97 struct lconv { }; struct
/netbsd-6-1-5-RELEASE/usr.bin/seq/
H A Dseq.c86 struct lconv *locale;
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dllex.c181 struct lconv *cv = localeconv();
/netbsd-6-1-5-RELEASE/usr.bin/locale/
H A Dlocale.c526 struct lconv *lc;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsys-protos.h648 extern struct lconv * localeconv(void);

Completed in 311 milliseconds