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

12

/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dlocale.h37 using std::localeconv;
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_clocale.h55 #undef localeconv macro
61 using ::localeconv;
/freebsd-11-stable/include/
H A Dlocale.h78 struct lconv *localeconv(void);
/freebsd-11-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-11-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
/freebsd-11-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-11-stable/contrib/libxo/libxo/
H A Dxo_humanize.h159 s1, localeconv()->decimal_point, s2,
/freebsd-11-stable/lib/libutil/
H A Dhumanize_number.c172 sign * s1, localeconv()->decimal_point, s2,
/freebsd-11-stable/contrib/ncurses/form/
H A Dfty_num.c100 argn->L = localeconv();
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A D__bsd_locale_fallbacks.h96 return localeconv();
/freebsd-11-stable/lib/libc/stdlib/
H A Dstrfmon.c437 struct lconv *lc = localeconv();
535 struct lconv *lc = localeconv();
/freebsd-11-stable/usr.bin/time/
H A Dtime.c86 decimal_point = localeconv()->decimal_point[0];
/freebsd-11-stable/usr.bin/seq/
H A Dseq.c104 locale = localeconv();
/freebsd-11-stable/libexec/flua/
H A Dluaconf.h685 #define lua_getlocaledecpoint() (localeconv()->decimal_point[0])
/freebsd-11-stable/stand/liblua/
H A Dluaconf.h708 #define lua_getlocaledecpoint() (localeconv()->decimal_point[0])
/freebsd-11-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-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dllex.c203 #define getlocaledecpoint() (localeconv()->decimal_point[0])
/freebsd-11-stable/usr.bin/locale/
H A Dlocale.c525 * keyword value lookup helper (via localeconv())
534 lc = localeconv();
/freebsd-11-stable/bin/ps/
H A Dprint.c517 decimal_point = localeconv()->decimal_point[0];
/freebsd-11-stable/usr.bin/sort/
H A Dsort.c330 lc = localeconv();
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h648 extern struct lconv * localeconv(void);

Completed in 303 milliseconds

12