Searched refs:lconv (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/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*
H A Dsetlocale.c709 struct lconv* lp;
/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/cmd/sgs/lddstub/
H A DMakefile.com41 LDFLAGS= $(VERSREF) $(INTERP) $(CONVLIBDIR) -lconv -e stub \
/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/head/
H A Dlocale.h53 using std::lconv;
/illumos-gate/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dlocale30 static struct lconv *lp;
/illumos-gate/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dlocale30 static struct lconv *lp;
/illumos-gate/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dlocale30 static struct lconv *lp;
/illumos-gate/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dlocale30 static struct lconv *lp;
/illumos-gate/usr/src/cmd/sgs/libcrle/
H A DMakefile.com48 DYNFLAGS += $(VERSREF) $(CONVLIBDIR) -lconv $(CC_USE_PROTO)
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_i18n.h87 * 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;
/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/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/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/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));
/illumos-gate/usr/src/cmd/sgs/libconv/
H A DMakefile.com109 SRCS= ../common/llib-lconv
/illumos-gate/usr/src/cmd/sgs/
H A DMakefile.com186 CONV_LIB = -lconv
/illumos-gate/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c63 struct lconv *lc;
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c576 struct lconv *locptr = localeconv();
2612 struct lconv *locptr;
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c43 * New members added in the struct lconv by IEEE Std 1003.1-2001
328 offsetof(struct lconv, member), \

Completed in 98 milliseconds

12