Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/lib/libast/common/comp/
H A Dlocaleconv.c30 #undef localeconv
81 localeconv(void) in localeconv() function
95 …ST_LC_MONETARY]->flags | locales[AST_LC_NUMERIC]->flags) & LC_debug) ? &debug_lconv : localeconv(); in _ast_localeconv()
/titanic_50/usr/src/lib/libshell/common/features/
H A Dlocale2 lib locale,localeconv,wctype,iswctype,iswblank
18 …# define GETDECIMAL(x) (((lp=localeconv()) && lp->decimal_point && *lp->decimal_point) ? *lp->de…
/titanic_50/usr/src/lib/libast/common/include/
H A Dast_std.h122 #undef localeconv
123 #define localeconv _ast_localeconv macro
131 extern struct lconv* localeconv(void);
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h132 #undef localeconv
133 #define localeconv _ast_localeconv macro
141 extern __MANGLE__ struct lconv* localeconv __PROTO__((void));
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h132 #undef localeconv
133 #define localeconv _ast_localeconv macro
141 extern __MANGLE__ struct lconv* localeconv __PROTO__((void));
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h132 #undef localeconv
133 #define localeconv _ast_localeconv macro
141 extern __MANGLE__ struct lconv* localeconv __PROTO__((void));
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h132 #undef localeconv
133 #define localeconv _ast_localeconv macro
141 extern __MANGLE__ struct lconv* localeconv __PROTO__((void));
/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dlocale13 #define _lib_localeconv 1 /* localeconv() in default lib(s) */
31 # define GETDECIMAL(x) (((lp=localeconv()) && lp->decimal_point && *lp->decimal_point) ? *lp->dec…
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dlocale13 #define _lib_localeconv 1 /* localeconv() in default lib(s) */
31 # define GETDECIMAL(x) (((lp=localeconv()) && lp->decimal_point && *lp->decimal_point) ? *lp->dec…
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dlocale13 #define _lib_localeconv 1 /* localeconv() in default lib(s) */
31 # define GETDECIMAL(x) (((lp=localeconv()) && lp->decimal_point && *lp->decimal_point) ? *lp->dec…
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dlocale13 #define _lib_localeconv 1 /* localeconv() in default lib(s) */
31 # define GETDECIMAL(x) (((lp=localeconv()) && lp->decimal_point && *lp->decimal_point) ? *lp->dec…
/titanic_50/usr/src/head/iso/
H A Dlocale_iso.h105 extern struct lconv *localeconv(void);
/titanic_50/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c87 lc = localeconv(); in testlocale_thr_one()
103 lc = localeconv(); in testlocale_thr_one()
/titanic_50/usr/src/head/
H A Dlocale.h55 using std::localeconv;
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dlocale.h95 extern struct lconv * localeconv(/* void */);
/titanic_50/usr/src/lib/libxcurses/h/
H A Dm_i18n.h107 #define localeconv() (&_m_lconv) macro
/titanic_50/usr/src/lib/libc/port/locale/
H A Dlocaleconv.c56 localeconv(void) in localeconv() function
/titanic_50/usr/src/test/libc-tests/cfg/symbols/
H A Dlocale_h.cfg56 func | localeconv |\
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dgconvert.c51 char decpt = *(localeconv()->decimal_point);
H A Dchar_to_decimal.h59 decpt = *(localeconv()->decimal_point);
/titanic_50/usr/src/lib/libc/port/fp/
H A Dgconvert.c40 char decpt = *(localeconv()->decimal_point); in __k_gconvert()
H A Dchar_to_decimal.h121 decpt = *(localeconv()->decimal_point);
/titanic_50/usr/src/lib/libsys/i386/
H A Dlibsys.list163 f 0 localeconv
/titanic_50/usr/src/lib/libsys/sparc/
H A Dlibsys.list161 f 0 localeconv
/titanic_50/usr/src/lib/libsys/common/
H A Dmapfile-vers195 localeconv;

12