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

/freebsd-11-stable/lib/libc/string/
H A Dstrncpy.c46 strncpy(char * __restrict dst, const char * __restrict src, size_t n) function
/freebsd-11-stable/sys/libkern/
H A Dstrncpy.c43 strncpy(char * __restrict dst, const char * __restrict src, size_t n) function
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h58 #undef strncpy macro
/freebsd-11-stable/contrib/gcclibs/libssp/ssp/
H A Dstring.h50 #undef strncpy macro
133 #define strncpy(dest, src, len) \ macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp79 INTERCEPT_LIBRARY_FUNCTION(strncpy); variable
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos.h658 #undef strncpy macro
659 #define strncpy OS_DO_NOT_USE_strncpy macro

Completed in 161 milliseconds