Searched refs:_mbsrchr (Results 1 – 5 of 5) sorted by relevance
143 #define _mbsrchr _dbus_wince_mbsrchr macro144 unsigned char* _mbsrchr (const unsigned char*, unsigned int);
340 last_period = _mbsrchr(module_name,'.'); in _dbus_verbose_init()343 last_slash = _mbsrchr(module_name,'\\'); in _dbus_verbose_init()
392 _mbsrchr (const unsigned char* str, unsigned int ch) in _mbsrchr() function484 filepart = _mbsrchr (lpBuffer, '\\'); in SearchPathA()
2021 last_slash = _mbsrchr (buf, '\\'); in _dbus_get_tmpdir()2024 last_slash = _mbsrchr (buf, '/'); in _dbus_get_tmpdir()3172 lastSlash = _mbsrchr(prefix, '\\'); in _dbus_get_install_root()
54 not support multibyte in all cases. In particular, the _mbsrchr