Home
last modified time | relevance | path

Searched defs:strncpy (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
Dserver.h146 #define strncpy(s1,s2,nmax) VG_(strncpy) ((s1),(s2),nmax) macro
/external/valgrind/main/coregrind/m_demangle/
Dvg_libciface.h63 #define strncpy(_dd,_ss,_sz) VG_(strncpy)((_dd),(_ss),(_sz)) macro
/external/wpa_supplicant_8/src/utils/
Dos.h634 #define strncpy OS_DO_NOT_USE_strncpy macro
/external/clang/test/Analysis/
Dstring.c451 #define strncpy(a,b,n) __strncpy_chk(a,b,n,(size_t)-1) macro
455 #define strncpy BUILTIN(strncpy) macro
/external/valgrind/main/coregrind/
Dm_redir.c456 VG_(strncpy) (in_vglib_filename, VG_(libdir), VKI_PATH_MAX); in VG_() local
Dm_libcbase.c289 HChar* VG_(strncpy) ( HChar* dest, const HChar* src, SizeT ndest ) in VG_() argument
/external/valgrind/main/callgrind/
Ddump.c1719 VG_(strncpy)(out_directory, out_file, i); in CLG_() local
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc556 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h586 strncpy, enumerator
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc258 INTERCEPTOR(char *, strncpy, char *dest, const char *src, SIZE_T n) { // NOLINT in INTERCEPTOR() argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc663 TSAN_INTERCEPTOR(char*, strncpy, char *dst, char *src, uptr n) { in TSAN_INTERCEPTOR() argument
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1484 TEST(MemorySanitizer, strncpy) { // NOLINT in TEST() argument