Searched refs:localeconv (Results 76 - 100 of 101) sorted by relevance

12345

/netbsd-current/sbin/nvmectl/
H A Dhumanize_bignum.c247 p1, localeconv()->decimal_point, p2,
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dprintf_fphex.c137 const struct lconv *lc = localeconv ();
H A Dprintf_fp.c247 const struct lconv *lc = localeconv ();
/netbsd-current/external/mit/lua/dist/src/
H A Dluaconf.h671 #define lua_getlocaledecpoint() (localeconv()->decimal_point[0])
/netbsd-current/usr.bin/seq/
H A Dseq.c118 locale = localeconv();
/netbsd-current/external/gpl3/gcc/dist/libquadmath/printf/
H A Dprintf_fphex.c137 const struct lconv *lc = localeconv ();
H A Dprintf_fp.c247 const struct lconv *lc = localeconv ();
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtfprintf.c65 #define DPLEN ((int) strlen (localeconv()->decimal_point))
H A Dtprintf.c72 #define DPLEN ((int) strlen (localeconv()->decimal_point))
H A Dtsprintf.c994 localeconv()->decimal_point[0] != ',' ||
995 localeconv()->thousands_sep[0] != '.')
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dsnprintf.c55 * "'" flag; use localeconv(3) (if available) to get both the current
353 #include <locale.h> /* For localeconv(3). */
1119 struct lconv *lc = localeconv();
1386 struct lconv *lc = localeconv();
1403 struct lconv *lc = localeconv();
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpfr-impl.h1669 (localeconv()->decimal_point[1] != '\0' ? \
1670 (char) '.' : localeconv()->decimal_point[0])
1672 (localeconv()->thousands_sep[0] == '\0' || \
1673 localeconv()->thousands_sep[1] != '\0' ? \
1674 (char) '\0' : localeconv()->thousands_sep[0])
/netbsd-current/usr.bin/locale/
H A Dlocale.c521 * keyword value lookup helper (via localeconv())
530 lc = localeconv();
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.h741 {"localeconv", 89},
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.h741 {"localeconv", 89},
/netbsd-current/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dstrtod_l.c531 const struct lconv *lc = localeconv ();
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/strtod/
H A Dstrtod_l.c531 const struct lconv *lc = localeconv ();
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/
H A Dconfigure7503 On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point
7505 if (localeconv () ->decimal_point[0] != ',') return 1;
15049 On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point
15051 if (localeconv () ->decimal_point[0] != ',') return 1;
/netbsd-current/external/gpl3/gdb/dist/gnulib/
H A Dconfigure8527 On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point
8529 if (localeconv () ->decimal_point[0] != ',') return 1;
18411 On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point
18413 if (localeconv () ->decimal_point[0] != ',') return 1;
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmp-impl.h4423 DECIMAL_POINT from glibc, and needs <locale.h> for localeconv, each under
4437 /* localeconv is slower since it returns all locale stuff */
4439 #define GMP_DECIMAL_POINT (localeconv()->decimal_point)
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/
H A Dconfigure12939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localeconv should be used" >&5
12940 $as_echo_n "checking whether localeconv should be used... " >&6; }
12948 const struct lconv *l = localeconv ();
/netbsd-current/external/lgpl3/mpc/dist/
H A Dconfigure13172 for ac_func in gettimeofday localeconv setlocale getrusage
/netbsd-current/external/gpl3/gcc/dist/libquadmath/
H A Dconfigure12929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localeconv should be used" >&5
12930 $as_echo_n "checking whether localeconv should be used... " >&6; }
12938 const struct lconv *l = localeconv ();
/netbsd-current/external/bsd/ntp/dist/
H A Dconfigure16504 for ac_func in localeconv
16506 ac_fn_c_check_func "$LINENO" "localeconv" "ac_cv_func_localeconv"
/netbsd-current/external/bsd/ntp/dist/sntp/
H A Dconfigure7175 for ac_func in localeconv
7177 ac_fn_c_check_func "$LINENO" "localeconv" "ac_cv_func_localeconv"

Completed in 825 milliseconds

12345