Searched refs:_vswprintf_c89 (Results 1 – 6 of 6) sorted by relevance
148 #pragma redefine_extname vswprintf _vswprintf_c89158 #define vswprintf _vswprintf_c89
152 _vswprintf_c89(wchar_t *string, size_t n, const wchar_t *format, va_list ap) in _vswprintf_c89() function
208 count = _vswprintf_c89(string, n, format, ap); in _swprintf_c89()
269 extern int _vswprintf_c89(wchar_t *, size_t, const wchar_t *, va_list);
196 SKIP_SYMBOL|_vswprintf_c89
3271 _vswprintf_c89;