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

/freebsd-10-stable/contrib/libstdc++/include/c_compatibility/
H A Dlocale.h37 using std::localeconv;
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_clocale.h55 #undef localeconv macro
61 using ::localeconv;
/freebsd-10-stable/include/
H A Dlocale.h78 struct lconv *localeconv(void);
/freebsd-10-stable/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-stable/lib/libc/locale/
H A Dlocaleconv.c37 static char sccsid[] = "@(#)localeconv.c 8.1 (Berkeley) 6/4/93";
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
H A DSymbol.map51 localeconv;
/freebsd-10-stable/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-stable/lib/libutil/
H A Dhumanize_number.c172 sign * s1, localeconv()->decimal_point, s2,
/freebsd-10-stable/contrib/ncurses/form/
H A Dfty_num.c87 argn->L = localeconv();
/freebsd-10-stable/lib/libc/stdlib/
H A Dstrfmon.c437 struct lconv *lc = localeconv();
535 struct lconv *lc = localeconv();
/freebsd-10-stable/usr.bin/seq/
H A Dseq.c89 locale = localeconv();
/freebsd-10-stable/usr.bin/time/
H A Dtime.c85 decimal_point = localeconv()->decimal_point[0];
/freebsd-10-stable/usr.bin/xlint/llib/
H A Dllib-lstdc91 struct lconv *(localeconv)(void);
H A Dllib-lposix184 struct lconv *(localeconv)(void);
/freebsd-10-stable/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-stable/usr.bin/locale/
H A Dlocale.c521 * keyword value lookup helper (via localeconv())
530 lc = localeconv();
/freebsd-10-stable/bin/ps/
H A Dprint.c519 decimal_point = localeconv()->decimal_point[0];
/freebsd-10-stable/usr.bin/sort/
H A Dsort.c328 lc = localeconv();
/freebsd-10-stable/contrib/gcc/
H A Dsys-protos.h648 extern struct lconv * localeconv(void);
/freebsd-10-stable/contrib/ntp/sntp/
H A Dconfigure7182 for ac_func in localeconv
7184 ac_fn_c_check_func "$LINENO" "localeconv" "ac_cv_func_localeconv"
/freebsd-10-stable/contrib/ntp/
H A Dconfigure16510 for ac_func in localeconv
16512 ac_fn_c_check_func "$LINENO" "localeconv" "ac_cv_func_localeconv"

Completed in 442 milliseconds