Searched defs:lconv (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlocaleconv.c52 * lconv structure are computed only when the monetary or numeric
55 struct lconv *
58 struct lconv *lconv; local
64 lconv = &loc->lconv;
69 #define M_ASSIGN_STR(NAME) (lconv->NAME = (char *)mptr->NAME)
70 #define M_ASSIGN_CHAR(NAME) (lconv->NAME = mptr->NAME[0])
99 #define N_ASSIGN_STR(NAME) (lconv->NAME = (char *)nptr->NAME)
107 return (lconv);
[all...]
H A Dlocaleimpl.h77 * 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 in struct:_locale
/illumos-gate/usr/src/head/iso/
H A Dlocale_iso.h60 struct lconv { struct in namespace:std
105 extern struct lconv *localeconv(void);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dsetlocale.c124 static struct lconv lconv_arr = {
131 /* lconv is externally defined by ANSI C */
132 struct lconv *lconv = &lconv_arr; variable in typeref:struct:lconv
139 char *getlocale_numeric(char *, struct lconv *, char *);
141 static char *getlocale_monetary(char *, struct lconv *, char *);
156 struct lconv my_lconv; /* local copy */
163 /* initialize my_lconv to lconv */
164 memcpy(&my_lconv, lconv, sizeof(my_lconv));
294 memcpy(lconv, my_lcon
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dlocale.h95 extern struct lconv * localeconv(/* void */);
103 struct lconv { struct
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h91 struct lconv struct
141 extern __MANGLE__ struct lconv* localeconv __PROTO__((void));
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast_std.h82 struct lconv struct
131 extern struct lconv* localeconv(void);
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h91 struct lconv struct
141 extern __MANGLE__ struct lconv* localeconv __PROTO__((void));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h91 struct lconv struct
141 extern __MANGLE__ struct lconv* localeconv __PROTO__((void));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h91 struct lconv struct
141 extern __MANGLE__ struct lconv* localeconv __PROTO__((void));

Completed in 67 milliseconds