Searched refs:LPCSTR (Results 1 – 2 of 2) sorted by relevance
| /titanic_41/usr/src/cmd/lms/ |
| H A D | types.h | 105 typedef CONST CHAR *LPCSTR, *PCSTR; typedef 137 typedef LPCSTR PCTSTR, LPCTSTR, PCUTSTR, LPCUTSTR;
|
| /titanic_41/usr/src/lib/libast/common/comp/ |
| H A D | iconv.c | 294 …if ((tz = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)*fn, (LPWSTR)*tb, *tn)) && tz <… in _win_iconv() 311 while (!(tz = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)fz, (LPWSTR)*tb, 0))) in _win_iconv() 340 else if (!(un = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)*fn, (LPWSTR)*tb, 0))) in _win_iconv() 344 else if (!(un = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)*fn, (LPWSTR)ub, un))) in _win_iconv() 365 while (!(fz = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)bz, (LPWSTR)ub, un))) in _win_iconv()
|