/titanic_51/usr/src/lib/libc/port/locale/ |
H A D | localeconv.c | 52 * lconv structure are computed only when the monetary or numeric 55 struct lconv * 58 struct lconv *lconv; in localeconv() local 64 lconv = &loc->lconv; in localeconv() 69 #define M_ASSIGN_STR(NAME) (lconv->NAME = (char *)mptr->NAME) in localeconv() 70 #define M_ASSIGN_CHAR(NAME) (lconv->NAME = mptr->NAME[0]) in localeconv() 99 #define N_ASSIGN_STR(NAME) (lconv->NAME = (char *)nptr->NAME) in localeconv() 107 return (lconv); in localeconv() [all...] |
H A D | localeimpl.h | 77 * also need to update the lconv structure. The loaded bit indicates 78 * that the lconv structure is "current" for that category. It's 82 struct lconv lconv; member
|
/titanic_51/usr/src/lib/libast/common/comp/ |
H A D | localeconv.c | 34 static struct lconv debug_lconv = 58 static struct lconv default_lconv = 80 struct lconv* 92 struct lconv*
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | localeconv.c | 34 static struct lconv debug_lconv = 56 static struct lconv default_lconv = 80 struct lconv* 92 struct lconv*
|
/titanic_51/usr/src/lib/libbc/libc/gen/common/ |
H A D | setlocale.c | 124 static struct lconv lconv_arr = { 131 /* lconv is externally defined by ANSI C */ 132 struct lconv *lconv = &lconv_arr; variable 139 char *getlocale_numeric(char *, struct lconv *, char *); 141 static char *getlocale_monetary(char *, struct lconv *, char *); 156 struct lconv my_lconv; /* local copy */ in setlocale() 163 /* initialize my_lconv to lconv */ in setlocale() 164 memcpy(&my_lconv, lconv, sizeof(my_lconv)); in setlocale() 294 memcpy(lconv, my_lcon in setlocale() [all...] |
/titanic_51/usr/src/head/iso/ |
H A D | locale_iso.h | 60 struct lconv { struct 105 extern struct lconv *localeconv(void); argument 61 decimal_pointlconv global() argument 62 thousands_seplconv global() argument 63 groupinglconv global() argument 64 int_curr_symbollconv global() argument 65 currency_symbollconv global() argument 66 mon_decimal_pointlconv global() argument 67 mon_thousands_seplconv global() argument 68 mon_groupinglconv global() argument 69 positive_signlconv global() argument 70 negative_signlconv global() argument 71 int_frac_digitslconv global() argument 72 frac_digitslconv global() argument 73 p_cs_precedeslconv global() argument 74 p_sep_by_spacelconv global() argument 75 n_cs_precedeslconv global() argument 76 n_sep_by_spacelconv global() argument 77 p_sign_posnlconv global() argument 78 n_sign_posnlconv global() argument
|
/titanic_51/usr/src/lib/libbc/inc/include/ |
H A D | locale.h | 95 extern struct lconv * localeconv(/* void */); 103 struct lconv { struct 104 decimal_pointlconv global() argument 105 thousands_seplconv global() argument 106 groupinglconv global() argument 107 int_curr_symbollconv global() argument 108 currency_symbollconv global() argument 109 mon_decimal_pointlconv global() argument 110 mon_thousands_seplconv global() argument 111 mon_groupinglconv global() argument 112 positive_signlconv global() argument 113 negative_signlconv global() argument 114 int_frac_digitslconv global() argument 115 frac_digitslconv global() argument 116 p_cs_precedeslconv global() argument 117 p_sep_by_spacelconv global() argument 118 n_cs_precedeslconv global() argument 119 n_sep_by_spacelconv global() argument 120 p_sign_posnlconv global() argument 121 n_sign_posnlconv global() argument
|
/titanic_51/usr/src/test/libc-tests/cfg/symbols/ |
H A D | locale_h.cfg | 24 type | struct lconv | locale.h | ALL 57 struct lconv * |\
|
/titanic_51/usr/src/cmd/sgs/lddstub/ |
H A D | Makefile.com | 41 LDFLAGS= $(VERSREF) $(INTERP) $(CONVLIBDIR) -lconv -e stub \
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | ast_std.h | 82 struct lconv struct 131 extern struct lconv* localeconv(void);
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ast_std.h | 83 struct lconv struct 132 extern struct lconv* localeconv(void); 85 decimal_pointlconv global() argument 86 thousands_seplconv global() argument 87 groupinglconv global() argument 88 int_curr_symbollconv global() argument 89 currency_symbollconv global() argument 90 mon_decimal_pointlconv global() argument 91 mon_thousands_seplconv global() argument 92 mon_groupinglconv global() argument 93 positive_signlconv global() argument 94 negative_signlconv global() argument 95 int_frac_digitslconv global() argument 96 frac_digitslconv global() argument 97 p_cs_precedeslconv global() argument 98 p_sep_by_spacelconv global() argument 99 n_cs_precedeslconv global() argument 100 n_sep_by_spacelconv global() argument 101 p_sign_posnlconv global() argument 102 n_sign_posnlconv global() argument
|
/titanic_51/usr/src/head/ |
H A D | locale.h | 53 using std::lconv;
|
/titanic_51/usr/src/lib/libshell/common/features/ |
H A D | locale | 17 static struct lconv *lp;
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_std.h | 91 struct lconv struct 141 extern __MANGLE__ struct lconv* localeconv __PROTO__((void));
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_std.h | 91 struct lconv struct 141 extern __MANGLE__ struct lconv* localeconv __PROTO__((void));
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_std.h | 91 struct lconv struct 141 extern __MANGLE__ struct lconv* localeconv __PROTO__((void));
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_std.h | 91 struct lconv struct 141 extern __MANGLE__ struct lconv* localeconv __PROTO__((void));
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/features/ |
H A D | locale | 19 static struct lconv *lp;
|
/titanic_51/usr/src/lib/libxcurses/h/ |
H A D | m_i18n.h | 87 * all the code, and all the data except the lconv structure (if used). 90 * and localeconv to return a pointer to the static lconv structure. 115 extern struct lconv _m_lconv;
|
/titanic_51/usr/src/cmd/sgs/libcrle/ |
H A D | Makefile.com | 48 DYNFLAGS += $(VERSREF) $(CONVLIBDIR) -lconv $(CC_USE_PROTO)
|
/titanic_51/usr/src/cmd/ast/libshell/sparcv9/FEATURE/ |
H A D | locale | 33 static struct lconv *lp;
|
/titanic_51/usr/src/cmd/ast/libshell/amd64/FEATURE/ |
H A D | locale | 33 static struct lconv *lp;
|
/titanic_51/usr/src/cmd/ast/libshell/i386/FEATURE/ |
H A D | locale | 33 static struct lconv *lp;
|
/titanic_51/usr/src/cmd/ast/libshell/sparc/FEATURE/ |
H A D | locale | 33 static struct lconv *lp;
|
/titanic_51/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/ |
H A D | locale | 30 static struct lconv *lp;
|