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

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

Completed in 82 milliseconds