OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrNCat
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlwapi.h
170
#define
StrNCat
__MINGW_NAME_AW(
StrNCat
)
219
#define StrCatN
StrNCat
[
all
...]
strsafe.h
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp
182
// '
strncat
' Optimizations
186
// Verify the "
strncat
" function prototype.
212
//
strncat
(x, "", c) -> x
213
//
strncat
(x, c, 0) -> x
222
//
strncat
(x, s, c) -> strcat(x, s)
[
all
...]
Completed in 95 milliseconds