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

/freebsd-current/sys/libkern/
H A Dstrncpy.c43 strncpy(char * __restrict dst, const char * __restrict src, size_t n) function
/freebsd-current/lib/libc/amd64/string/
H A Dstrncpy.c32 #undef strncpy /* _FORTIFY_SOURCE */ macro
37 strncpy(char *restrict dst, const char *restrict src, size_t len) function
/freebsd-current/lib/libc/secure/
H A Dstrncpy_chk.c38 #undef strncpy macro
/freebsd-current/include/ssp/
H A Dstring.h125 #define strncpy(dst, src, len) __ssp_bos_check3(strncpy, dst, src, len) macro
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp87 INTERCEPT_LIBRARY_FUNCTION(strncpy); variable
/freebsd-current/contrib/wpa/src/utils/
H A Dos.h658 #undef strncpy macro
659 #define strncpy OS_DO_NOT_USE_strncpy macro

Completed in 178 milliseconds