Searched defs:strncpy (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h63 #define strncpy(_dd,_ss,_sz) VG_(strncpy)((_dd),(_ss),(_sz)) macro
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.h146 #define strncpy(s1,s2,nmax) VG_(strncpy) ((s1),(s2),nmax) macro
/external/compiler-rt/lib/asan/
H A Dasan_dll_thunk.cc324 INTERCEPT_LIBRARY_FUNCTION(strncpy); variable
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h633 #undef strncpy macro
634 #define strncpy OS_DO_NOT_USE_strncpy macro
/external/wpa_supplicant_8/src/utils/
H A Dos.h633 #undef strncpy macro
634 #define strncpy OS_DO_NOT_USE_strncpy macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h633 #undef strncpy macro
634 #define strncpy OS_DO_NOT_USE_strncpy macro
/external/valgrind/main/coregrind/
H A Dm_libcbase.c289 HChar* VG_(strncpy) ( HChar* dest, const HChar* src, SizeT ndest ) function
/external/clang/test/Analysis/
H A Dstring.c443 // strncpy()
451 #define strncpy(a,b,n) __strncpy_chk(a,b,n,(size_t)-1) macro
455 #define strncpy BUILTIN(strncpy) macro
456 char *strncpy(char *restrict s1, const char *restrict s2, size_t n);
462 strncpy(NULL, x, 5); // expected-warning{{Null pointer argument in call to string copy function}}
466 strncpy(x, NULL, 5); // expected-warning{{Null pointer argument in call to string copy function}}
470 strncpy(x, (char*)&strcpy_fn, 5); // expected-warning{{Argument to string copy function is the address of the function 'strcpy_fn', which is not a null-terminated string}}
476 clang_analyzer_eval(strncpy(x, y, 5) == x); // expected-warning{{TRUE}}
484 strncpy(
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h585 /// char *strncpy(char *s1, const char *s2, size_t n);
586 strncpy, enumerator in enum:llvm::LibFunc::Func

Completed in 167 milliseconds