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

/freebsd-10.3-release/contrib/libstdc++/include/c_compatibility/
H A Dlocale.h37 using std::localeconv;
/freebsd-10.3-release/contrib/libstdc++/include/c_std/
H A Dstd_clocale.h55 #undef localeconv macro
61 using ::localeconv;
/freebsd-10.3-release/include/
H A Dlocale.h78 struct lconv *localeconv(void);
/freebsd-10.3-release/contrib/gdtoa/
H A Dg__fmt.c50 char *decimalpoint = localeconv()->decimal_point;
57 s0 = localeconv()->decimal_point;
H A Dgethex.c54 const unsigned char *decimalpoint = (unsigned char*)localeconv()->decimal_point;
59 s0 = (unsigned char*)localeconv()->decimal_point;
/freebsd-10.3-release/lib/libc/locale/
H A Dlocaleconv.c37 static char sccsid[] = "@(#)localeconv.c 8.1 (Berkeley) 6/4/93";
40 __FBSDID("$FreeBSD: releng/10.3/lib/libc/locale/localeconv.c 227753 2011-11-20 14:45:42Z theraven $");
48 * The localeconv() function constructs a struct lconv from the current
51 * Because localeconv() may be called many times (especially by library
114 localeconv(void) function
H A DMakefile.inc9 ldpart.c lmessages.c lmonetary.c lnumeric.c localeconv.c mblen.c \
40 localeconv.3 mblen.3 mbrlen.3 \
81 MLINKS+=localeconv.3 localeconv_l.3
/freebsd-10.3-release/lib/libc/stdio/
H A Dxprintf_float.c185 thousands_sep = *(localeconv()->thousands_sep);
188 grouping = localeconv()->grouping;
189 decimal_point = localeconv()->decimal_point;
H A Dxprintf_int.c276 thousands_sep = *(localeconv()->thousands_sep);
277 grouping = localeconv()->grouping;
H A Dvfwscanf.c806 nconv = mbrtowc(&decpt, localeconv()->decimal_point, MB_CUR_MAX, &mbs);
/freebsd-10.3-release/lib/libutil/
H A Dhumanize_number.c171 sign * s1, localeconv()->decimal_point, s2,
/freebsd-10.3-release/contrib/ncurses/form/
H A Dfty_num.c87 argn->L = localeconv();
/freebsd-10.3-release/lib/libc/stdlib/
H A Dstrfmon.c437 struct lconv *lc = localeconv();
535 struct lconv *lc = localeconv();
/freebsd-10.3-release/usr.bin/seq/
H A Dseq.c89 locale = localeconv();
/freebsd-10.3-release/usr.bin/time/
H A Dtime.c85 decimal_point = localeconv()->decimal_point[0];
/freebsd-10.3-release/contrib/ntp/libntp/
H A Dsnprintf.c53 * "'" flag; use localeconv(3) (if available) to get both the current
351 #include <locale.h> /* For localeconv(3). */
1117 struct lconv *lc = localeconv();
1384 struct lconv *lc = localeconv();
1401 struct lconv *lc = localeconv();
/freebsd-10.3-release/usr.bin/locale/
H A Dlocale.c489 * keyword value lookup helper (via localeconv())
498 lc = localeconv();
/freebsd-10.3-release/bin/ps/
H A Dprint.c514 decimal_point = localeconv()->decimal_point[0];
/freebsd-10.3-release/usr.bin/sort/
H A Dsort.c334 lc = localeconv();
/freebsd-10.3-release/contrib/gcc/
H A Dsys-protos.h648 extern struct lconv * localeconv(void);
/freebsd-10.3-release/contrib/ntp/sntp/
H A Dconfigure7179 for ac_func in localeconv
7181 ac_fn_c_check_func "$LINENO" "localeconv" "ac_cv_func_localeconv"
/freebsd-10.3-release/contrib/ntp/
H A Dconfigure16507 for ac_func in localeconv
16509 ac_fn_c_check_func "$LINENO" "localeconv" "ac_cv_func_localeconv"

Completed in 237 milliseconds