Searched defs:strncpy (Results 1 - 6 of 6) sorted by last modified time

/freebsd-10.3-release/sys/libkern/
H A Dstrncpy.c43 strncpy(char * __restrict dst, const char * __restrict src, size_t n) function
/freebsd-10.3-release/lib/libc/string/
H A Dstrncpy.c46 strncpy(char * __restrict dst, const char * __restrict src, size_t n) function
/freebsd-10.3-release/contrib/wpa/src/utils/
H A Dos.h529 #undef strncpy macro
530 #define strncpy OS_DO_NOT_USE_strncpy macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h557 strncpy, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h58 #undef strncpy macro
/freebsd-10.3-release/contrib/gcclibs/libssp/ssp/
H A Dstring.h50 #undef strncpy macro
133 #define strncpy(dest, src, len) \ macro

Completed in 130 milliseconds