Searched refs:mb_conv (Results 1 – 15 of 15) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | setlocale.c | 2264 ast.mb_conv = debug_wctomb; in set_ctype() 2274 ast.mb_conv = utf8_wctomb; in set_ctype() 2283 ast.mb_conv = 0; in set_ctype() 2289 ast.mb_conv = wide_wctomb; in set_ctype() 2559 , ast.mb_conv == debug_wctomb ? " debug_wctomb" : ast.mb_conv == utf8_wctomb ? " utf8_wctomb" : ast.mb_conv == wctomb ? " wctomb" : "" in single()
|
/titanic_51/usr/src/lib/libast/common/comp/ |
H A D | setlocale.c | 641 ast.mb_conv = debug_wctomb; in set_ctype() 649 ast.mb_conv = 0; in set_ctype() 658 ast.mb_conv = utf8_wctomb; in set_ctype() 664 ast.mb_conv = wctomb; in set_ctype() 696 , ast.mb_conv == debug_wctomb ? " debug_wctomb" : ast.mb_conv == wctomb ? " wctomb" : "" in set_ctype()
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | ast.h | 182 #define mbconv(s,w) (ast.mb_conv?(*ast.mb_conv)(s,w):((*(s)=(w)),1))
|
H A D | ast_std.h | 248 int (*mb_conv)(char*, wchar_t); member
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ast.h | 193 #define mbconv(s,w) (ast.mb_conv?(*ast.mb_conv)(s,w):((*(s)=(w)),1))
|
H A D | ast_std.h | 250 int (*mb_conv)(char*, wchar_t); member
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | ast.h | 79 int (*mb_conv)(char*, wchar_t); member
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | ast.h | 191 #define mbconv(s,w) (ast.mb_conv?(*ast.mb_conv)(s,w):((*(s)=(w)),1))
|
H A D | ast_std.h | 259 int (*mb_conv) __PROTO__((char*, wchar_t)); member
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast.h | 191 #define mbconv(s,w) (ast.mb_conv?(*ast.mb_conv)(s,w):((*(s)=(w)),1))
|
H A D | ast_std.h | 259 int (*mb_conv) __PROTO__((char*, wchar_t)); member
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast.h | 191 #define mbconv(s,w) (ast.mb_conv?(*ast.mb_conv)(s,w):((*(s)=(w)),1))
|
H A D | ast_std.h | 259 int (*mb_conv) __PROTO__((char*, wchar_t)); member
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast.h | 191 #define mbconv(s,w) (ast.mb_conv?(*ast.mb_conv)(s,w):((*(s)=(w)),1))
|
H A D | ast_std.h | 259 int (*mb_conv) __PROTO__((char*, wchar_t)); member
|