/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | localeconv.c | 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()
|
H A D | localeimpl.h | 82 struct lconv lconv; member
|
/titanic_50/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_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | setlocale.c | 124 static struct lconv lconv_arr = { 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() 164 memcpy(&my_lconv, lconv, sizeof(my_lconv)); in setlocale() 294 memcpy(lconv, my_lconv, sizeof(my_lconv)); in setlocale() 317 memcpy(lconv, &my_lconv, sizeof(my_lconv)); in setlocale() 374 getlocale_numeric(char *locale, struct lconv *lconvp, char *newlocale) in getlocale_numeric() 424 getlocale_monetary(char *locale, struct lconv *lconvp, char *newlocale) in getlocale_monetary() [all …]
|
/titanic_50/usr/src/head/iso/ |
H A D | locale_iso.h | 60 struct lconv { struct 105 extern struct lconv *localeconv(void); argument
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | locale.h | 95 extern struct lconv * localeconv(/* void */); 103 struct lconv { struct
|
/titanic_50/usr/src/test/libc-tests/cfg/symbols/ |
H A D | locale_h.cfg | 24 type | struct lconv | locale.h | ALL 57 struct lconv * |\
|
/titanic_50/usr/src/cmd/sgs/lddstub/ |
H A D | Makefile.com | 41 LDFLAGS= $(VERSREF) $(INTERP) $(CONVLIBDIR) -lconv -e stub \
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | ast_std.h | 82 struct lconv struct 131 extern struct lconv* localeconv(void);
|
/titanic_50/usr/src/head/ |
H A D | locale.h | 53 using std::lconv;
|
/titanic_50/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_50/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_50/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_50/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_50/usr/src/lib/libshell/common/features/ |
H A D | locale | 17 static struct lconv *lp;
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | m_i18n.h | 115 extern struct lconv _m_lconv;
|
/titanic_50/usr/src/cmd/sgs/libcrle/ |
H A D | Makefile.com | 48 DYNFLAGS += $(VERSREF) $(CONVLIBDIR) -lconv $(CC_USE_PROTO)
|
/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/ |
H A D | locale | 30 static struct lconv *lp;
|
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/ |
H A D | locale | 30 static struct lconv *lp;
|
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/ |
H A D | locale | 30 static struct lconv *lp;
|
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/ |
H A D | locale | 30 static struct lconv *lp;
|
/titanic_50/usr/src/cmd/sgs/ |
H A D | Makefile.com | 178 CONV_LIB = -lconv
|
/titanic_50/usr/src/cmd/sgs/libconv/ |
H A D | Makefile.com | 109 SRCS= ../common/llib-lconv
|
/titanic_50/usr/src/test/libc-tests/tests/newlocale/ |
H A D | newlocale_test.c | 63 struct lconv *lc; in testlocale_thr_one()
|
/titanic_50/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 576 struct lconv *locptr = localeconv(); in _wndoprnt() 2612 struct lconv *locptr; in insert_thousands_sep()
|