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

/openbsd-current/lib/libc/string/
H A Dstrncpy.c42 strncpy(char *dst, const char *src, size_t n) function
59 DEF_STRONG(strncpy); variable
/openbsd-current/sys/lib/libkern/
H A Dstrncpy.c42 strncpy(char *dst, const char *src, size_t n) function
/openbsd-current/sys/lib/libsa/
H A Dstrncpy.c34 strncpy(char *s1, const char *s2, size_t n) function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dstring-opt-7.c73 strncpy(char *s1, const char *s2, size_t n) function
[all...]
/openbsd-current/gnu/gcc/libssp/ssp/
H A Dstring.h50 #undef strncpy macro
133 #define strncpy(dest, src, len) \ macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstring.h58 #undef strncpy macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstring.h57 #undef strncpy macro
/openbsd-current/lib/libc/hidden/
H A Dstring.h66 PROTO_NORMAL(strncpy); variable
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp86 INTERCEPT_LIBRARY_FUNCTION(strncpy); variable

Completed in 226 milliseconds