OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringCbVPrintfA
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strsafe.h
503
STRSAFEAPI
StringCbVPrintfA
(STRSAFE_LPSTR pszDest,size_t cbDest,STRSAFE_LPCSTR pszFormat,va_list argList);
509
STRSAFEAPI
StringCbVPrintfA
(STRSAFE_LPSTR pszDest,size_t cbDest,STRSAFE_LPCSTR pszFormat,va_list argList) {
[
all
...]
/external/opencv3/modules/videoio/src/
cap_dshow.cpp
346
::
StringCbVPrintfA
(szMsg, sizeof(szMsg), format, args);
[
all
...]
Completed in 2573 milliseconds