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

/macosx-10.9.5/file-46/file/src/
H A Dfuncs.c362 int mb_conv = 1; local
376 mb_conv = 0;
392 if (mb_conv != 0)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/astsa/
H A Dast.h80 int (*mb_conv)(char*, wchar_t); member in struct:__anon9253
/macosx-10.9.5/ksh-20/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.h249 int (*mb_conv)(char*, wchar_t); member in struct:__anon9274
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dsetlocale.c2258 ast.mb_conv = debug_wctomb;
2268 ast.mb_conv = utf8_wctomb;
2277 ast.mb_conv = 0;
2283 ast.mb_conv = wctomb;
2527 , ast.mb_conv == debug_wctomb ? " debug_wctomb" : ast.mb_conv == utf8_wctomb ? " utf8_wctomb" : ast.mb_conv == wctomb ? " wctomb" : ""

Completed in 132 milliseconds