Searched refs:localeconv (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/headers/clocale/
H A Dfunctions_std.cc24 using std::localeconv;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_clocale.h54 #undef localeconv macro
60 using ::localeconv;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dlocale.h37 using std::localeconv;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_compatibility/
H A Dlocale.h37 using std::localeconv;
/netbsd-6-1-5-RELEASE/lib/libc/locale/
H A Dlocaleconv.c1 /* $NetBSD: localeconv.c,v 1.17 2010/03/27 15:25:22 tnozaki Exp $ */
31 __RCSID("$NetBSD: localeconv.c,v 1.17 2010/03/27 15:25:22 tnozaki Exp $");
42 localeconv() function
H A DMakefile.inc10 localeconv.c nl_langinfo.c \
41 MLINKS+=setlocale.3 localeconv.3
/netbsd-6-1-5-RELEASE/distrib/utils/libhack/
H A DMakefile.inc21 localeconv.o multibyte.o perror.o runetable.o setlocale.o \
39 localeconv.o: ${HACKSRC}/localeconv.c
H A Dlocaleconv.c1 /* $NetBSD: localeconv.c,v 1.2 2002/11/19 23:15:59 chris Exp $ */
14 * The localeconv() function constructs a struct lconv from the current
23 localeconv() function
H A DMakefile15 localeconv.c multibyte.c perror.c runetable.c setlocale.c \
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/cxx/
H A Dclocale.c1 /* Manipulable localeconv and nl_langinfo.
35 /* Replace the libc localeconv and nl_langinfo with ones we can manipulate.
38 match the "throw" or lack thereof declared for localeconv in <locale.h>.
46 localeconv (void) function
H A Dt-locale.cc107 cout << " localeconv point \""
108 << localeconv()->decimal_point << "\"\n";
122 cout << " localeconv point \""
123 << localeconv()->decimal_point << "\"\n";
/netbsd-6-1-5-RELEASE/include/
H A Dlocale.h87 struct lconv *localeconv(void);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/cxx/
H A Dosmpf.cc50 const char *point = localeconv()->decimal_point;
H A Dismpf.cc23 #include <clocale> // for localeconv
48 const char *lconv_point = localeconv()->decimal_point;
/netbsd-6-1-5-RELEASE/lib/libc/gdtoa/test/
H A Dgetround.c83 localeconv(void) function
/netbsd-6-1-5-RELEASE/lib/libc/gdtoa/
H A Dg__fmt.c50 char *decimalpoint = localeconv()->decimal_point;
57 s0 = localeconv()->decimal_point;
H A Dgethex.c56 const char *decimalpoint = localeconv()->decimal_point;
61 s0 = localeconv()->decimal_point;
/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dstrpct.c122 result / factor, localeconv()->decimal_point, (int)u,
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/misc/
H A Dt-locale.c47 /* Replace the libc localeconv with one we can manipulate. */
50 localeconv (void) function
168 /* The localeconv replacement breaks printf "%lu" on SunOS 4, so we can't
183 printf ("Test skipped, replacing localeconv/nl_langinfo doesn't work\n");
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dhumanize_number.c151 sign * s1, localeconv()->decimal_point, s2,
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/src/
H A Dget_str.c134 *p++ = *localeconv ()->decimal_point;
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Dstrfmon.c136 lc = localeconv();
415 struct lconv *lc = localeconv();
514 struct lconv *lc = localeconv();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.h233 "localeconv",
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dcfns.h213 "localeconv",
/netbsd-6-1-5-RELEASE/usr.bin/time/
H A Dtime.c132 if ((lconv = localeconv()) == NULL ||

Completed in 366 milliseconds

12