Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/lib/libc/port/locale/
H A Dlocaleconv.c55 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 Dlocaleimpl.h82 struct lconv lconv; member
/titanic_50/usr/src/lib/libast/common/comp/
H A Dlocaleconv.c34 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 Dsetlocale.c124 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 Dlocale_iso.h60 struct lconv { struct
105 extern struct lconv *localeconv(void); argument
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dlocale.h95 extern struct lconv * localeconv(/* void */);
103 struct lconv { struct
/titanic_50/usr/src/test/libc-tests/cfg/symbols/
H A Dlocale_h.cfg24 type | struct lconv | locale.h | ALL
57 struct lconv * |\
/titanic_50/usr/src/cmd/sgs/lddstub/
H A DMakefile.com41 LDFLAGS= $(VERSREF) $(INTERP) $(CONVLIBDIR) -lconv -e stub \
/titanic_50/usr/src/lib/libast/common/include/
H A Dast_std.h82 struct lconv struct
131 extern struct lconv* localeconv(void);
/titanic_50/usr/src/head/
H A Dlocale.h53 using std::lconv;
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h91 struct lconv struct
141 extern __MANGLE__ struct lconv* localeconv __PROTO__((void));
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h91 struct lconv struct
141 extern __MANGLE__ struct lconv* localeconv __PROTO__((void));
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h91 struct lconv struct
141 extern __MANGLE__ struct lconv* localeconv __PROTO__((void));
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h91 struct lconv struct
141 extern __MANGLE__ struct lconv* localeconv __PROTO__((void));
/titanic_50/usr/src/lib/libshell/common/features/
H A Dlocale17 static struct lconv *lp;
/titanic_50/usr/src/lib/libxcurses/h/
H A Dm_i18n.h115 extern struct lconv _m_lconv;
/titanic_50/usr/src/cmd/sgs/libcrle/
H A DMakefile.com48 DYNFLAGS += $(VERSREF) $(CONVLIBDIR) -lconv $(CC_USE_PROTO)
/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dlocale30 static struct lconv *lp;
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dlocale30 static struct lconv *lp;
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dlocale30 static struct lconv *lp;
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dlocale30 static struct lconv *lp;
/titanic_50/usr/src/cmd/sgs/
H A DMakefile.com178 CONV_LIB = -lconv
/titanic_50/usr/src/cmd/sgs/libconv/
H A DMakefile.com109 SRCS= ../common/llib-lconv
/titanic_50/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c63 struct lconv *lc; in testlocale_thr_one()
/titanic_50/usr/src/lib/libc/port/print/
H A Ddoprnt.c576 struct lconv *locptr = localeconv(); in _wndoprnt()
2612 struct lconv *locptr; in insert_thousands_sep()

12