Home
last modified time | relevance | path

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

12

/trueos/contrib/libstdc++/include/c_std/
Dstd_clocale.h55 #undef localeconv
61 using ::localeconv;
/trueos/contrib/libc++/include/
Dclocale32 lconv* localeconv();
49 using ::localeconv;
/trueos/contrib/jansson/src/
HDstrconv.c32 point = localeconv()->decimal_point; in to_locale()
48 point = localeconv()->decimal_point; in from_locale()
HDjansson_config.h.in35 /* If locale.h and localeconv() are available, define to 1,
/trueos/contrib/gdtoa/
HDg__fmt.c50 char *decimalpoint = localeconv()->decimal_point;
57 s0 = localeconv()->decimal_point;
HDgethex.c54 const unsigned char *decimalpoint = (unsigned char*)localeconv()->decimal_point;
59 s0 = (unsigned char*)localeconv()->decimal_point;
/trueos/lib/libc/stdio/
HDxprintf_float.c186 thousands_sep = *(localeconv()->thousands_sep); in __printf_render_float()
189 grouping = localeconv()->grouping; in __printf_render_float()
190 decimal_point = localeconv()->decimal_point; in __printf_render_float()
HDxprintf_int.c276 thousands_sep = *(localeconv()->thousands_sep); in __printf_render_int()
277 grouping = localeconv()->grouping; in __printf_render_int()
HDvfwscanf.c806 nconv = mbrtowc(&decpt, localeconv()->decimal_point, MB_CUR_MAX, &mbs); in parsefloat()
/trueos/contrib/libstdc++/include/c_compatibility/
Dlocale.h37 using std::localeconv;
/trueos/include/
HDlocale.h78 struct lconv *localeconv(void);
/trueos/lib/libc/locale/
HDMakefile.inc9 ldpart.c lmessages.c lmonetary.c lnumeric.c localeconv.c mblen.c \
40 localeconv.3 mblen.3 mbrlen.3 \
HDlocaleconv.c114 localeconv(void) in localeconv() function
HDSymbol.map51 localeconv;
HDDESIGN.xlocale96 localeconv
99 The `localeconv()` function is an exception to the immutable-after-creation
105 calls to `localeconv()`. This is not protected by any locking, however this is
/trueos/lib/libutil/
HDhumanize_number.c171 sign * s1, localeconv()->decimal_point, s2, in humanize_number()
/trueos/lib/libc/stdlib/
HDstrfmon.c437 struct lconv *lc = localeconv(); in __setup_vars()
535 struct lconv *lc = localeconv(); in __format_grouped_double()
/trueos/contrib/jansson/cmake/
HDjansson_config.h.cmake59 /* If locale.h and localeconv() are available, define to 1, otherwise to 0. */
/trueos/contrib/ncurses/form/
HDfty_num.c87 argn->L = localeconv(); in Make_This_Type()
/trueos/contrib/jansson/
HDconfigure.ac36 AC_CHECK_FUNCS([close getpid gettimeofday localeconv open read sched_yield strtoll])
HDCMakeLists.txt253 # If locale.h and localeconv() are available, define to 1, otherwise to 0.
255 check_function_exists (localeconv HAVE_LOCALECONV)
/trueos/usr.bin/seq/
HDseq.c89 locale = localeconv(); in main()
/trueos/usr.bin/time/
HDtime.c85 decimal_point = localeconv()->decimal_point[0]; in main()
/trueos/contrib/gcc/cp/
HDcfns.gperf109 localeconv
/trueos/usr.bin/locale/
HDlocale.c498 lc = localeconv(); in kwval_lconv()

12