Searched refs:mb_conv (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/file-46/file/src/
H A Dfuncs.c362 int mb_conv = 1; local
376 mb_conv = 0;
392 if (mb_conv != 0)
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/astsa/
H A Dast.h79 int (*mb_conv)(char*, wchar_t); member in struct:__anon9041
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dast.h193 #define mbconv(s,w) (ast.mb_conv?(*ast.mb_conv)(s,w):((*(s)=(w)),1))
H A Dast_std.h250 int (*mb_conv)(char*, wchar_t); member in struct:__anon9062
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dsetlocale.c2237 ast.mb_conv = debug_wctomb;
2247 ast.mb_conv = utf8_wctomb;
2256 ast.mb_conv = 0;
2262 ast.mb_conv = wctomb;
2532 , ast.mb_conv == debug_wctomb ? " debug_wctomb" : ast.mb_conv == utf8_wctomb ? " utf8_wctomb" : ast.mb_conv == wctomb ? " wctomb" : ""

Completed in 127 milliseconds