Searched refs:localeconv (Results 1 – 25 of 31) sorted by relevance
12
| /trueos/contrib/libstdc++/include/c_std/ |
| D | std_clocale.h | 55 #undef localeconv 61 using ::localeconv;
|
| /trueos/contrib/libc++/include/ |
| D | clocale | 32 lconv* localeconv(); 49 using ::localeconv;
|
| /trueos/contrib/jansson/src/ |
| HD | strconv.c | 32 point = localeconv()->decimal_point; in to_locale() 48 point = localeconv()->decimal_point; in from_locale()
|
| HD | jansson_config.h.in | 35 /* If locale.h and localeconv() are available, define to 1,
|
| /trueos/contrib/gdtoa/ |
| HD | g__fmt.c | 50 char *decimalpoint = localeconv()->decimal_point; 57 s0 = localeconv()->decimal_point;
|
| HD | gethex.c | 54 const unsigned char *decimalpoint = (unsigned char*)localeconv()->decimal_point; 59 s0 = (unsigned char*)localeconv()->decimal_point;
|
| /trueos/lib/libc/stdio/ |
| HD | xprintf_float.c | 186 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()
|
| HD | xprintf_int.c | 276 thousands_sep = *(localeconv()->thousands_sep); in __printf_render_int() 277 grouping = localeconv()->grouping; in __printf_render_int()
|
| HD | vfwscanf.c | 806 nconv = mbrtowc(&decpt, localeconv()->decimal_point, MB_CUR_MAX, &mbs); in parsefloat()
|
| /trueos/contrib/libstdc++/include/c_compatibility/ |
| D | locale.h | 37 using std::localeconv;
|
| /trueos/include/ |
| HD | locale.h | 78 struct lconv *localeconv(void);
|
| /trueos/lib/libc/locale/ |
| HD | Makefile.inc | 9 ldpart.c lmessages.c lmonetary.c lnumeric.c localeconv.c mblen.c \ 40 localeconv.3 mblen.3 mbrlen.3 \
|
| HD | localeconv.c | 114 localeconv(void) in localeconv() function
|
| HD | Symbol.map | 51 localeconv;
|
| HD | DESIGN.xlocale | 96 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/ |
| HD | humanize_number.c | 171 sign * s1, localeconv()->decimal_point, s2, in humanize_number()
|
| /trueos/lib/libc/stdlib/ |
| HD | strfmon.c | 437 struct lconv *lc = localeconv(); in __setup_vars() 535 struct lconv *lc = localeconv(); in __format_grouped_double()
|
| /trueos/contrib/jansson/cmake/ |
| HD | jansson_config.h.cmake | 59 /* If locale.h and localeconv() are available, define to 1, otherwise to 0. */
|
| /trueos/contrib/ncurses/form/ |
| HD | fty_num.c | 87 argn->L = localeconv(); in Make_This_Type()
|
| /trueos/contrib/jansson/ |
| HD | configure.ac | 36 AC_CHECK_FUNCS([close getpid gettimeofday localeconv open read sched_yield strtoll])
|
| HD | CMakeLists.txt | 253 # If locale.h and localeconv() are available, define to 1, otherwise to 0. 255 check_function_exists (localeconv HAVE_LOCALECONV)
|
| /trueos/usr.bin/seq/ |
| HD | seq.c | 89 locale = localeconv(); in main()
|
| /trueos/usr.bin/time/ |
| HD | time.c | 85 decimal_point = localeconv()->decimal_point[0]; in main()
|
| /trueos/contrib/gcc/cp/ |
| HD | cfns.gperf | 109 localeconv
|
| /trueos/usr.bin/locale/ |
| HD | locale.c | 498 lc = localeconv(); in kwval_lconv()
|
12