Searched defs:swprintf (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/common/windows/
H A Dstring_utils-inl.h52 // A nonconforming version of swprintf, without the length argument, was
55 // behaves as a standards-confirming swprintf should, so force the use of
58 #define swprintf _snwprintf macro
61 // it takes the same argument list as swprintf.
62 #define swprintf swprintf_s macro
/external/libcxx/include/support/win32/
H A Dsupport.h27 #define swprintf _snwprintf macro
/external/mdnsresponder/mDNSWindows/
H A Dloclibrary.c41 #define swprintf _snwprintf macro
167 swprintf( appPathNameW, MAX_PATH, L"%ls\\%ls", folder, app );
230 swprintf(tmpBuffer, TMP_BUF_SIZE, L"%ls.Resources\\%ls", path, nm);
238 swprintf(tmpBuffer, TMP_BUF_SIZE,
242 swprintf(tmpBuffer, TMP_BUF_SIZE, L"%ls\\%ls", tmpBuffer, nm);
251 swprintf(tmpBuffer, TMP_BUF_SIZE, L"%ls.Resources\\%S.lproj\\%ls",
/external/mdnsresponder/mDNSWindows/mdnsNSP/
H A DmdnsNSP.c39 #define swprintf _snwprintf macro

Completed in 544 milliseconds