/freebsd/lib/libc/string/ |
H A D | stpncpy.c | 31 #undef stpncpy /* _FORTIFY_SOURCE */ 34 stpncpy(char * __restrict dst, const char * __restrict src, size_t n) in stpncpy() function
|
H A D | Makefile.inc | 15 stpcpy.c stpncpy.c strcasecmp.c \ 77 strcpy.3 stpncpy.3 \
|
H A D | Symbol.map | 80 stpncpy;
|
/freebsd/lib/libc/secure/ |
H A D | stpncpy_chk.c | 38 #undef stpncpy 50 return (stpncpy(dst, src, len)); in __stpncpy_chk()
|
/freebsd/include/ssp/ |
H A D | string.h | 115 __ssp_bos_icheck3_restrict(stpncpy, char *, const char *) 130 #define stpncpy(dst, src, len) __ssp_bos_check3(stpncpy, dst, src, len) macro
|
/freebsd/contrib/bionic-x86_64-string/ |
H A D | sse2-stpncpy-slm.S | 33 #define STRCPY stpncpy
|
/freebsd/contrib/netbsd-tests/lib/libc/ssp/ |
H A D | t_ssp.sh | 314 atf_test_case stpncpy 456 atf_add_test_case stpncpy
|
H A D | h_stpncpy.c | 45 char *q = stpncpy(b, "1020202020202", len); in main()
|
/freebsd/lib/libc/amd64/string/ |
H A D | Makefile.inc | 12 stpncpy.S \
|
H A D | stpncpy.S | 35 .weak stpncpy 36 .set stpncpy, __stpncpy define
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | devname2devid.c | 86 (void) stpncpy(bufptr, name, buflen - 1); in udev_device_get_devid()
|
/freebsd/include/ |
H A D | string.h | 79 char *(stpncpy)(char * __restrict, const char * __restrict, size_t); variable
|
/freebsd/lib/libcrypt/ |
H A D | crypt-md5.c | 99 buffer = stpncpy(buffer, salt, (u_int)sl); in crypt_md5()
|
H A D | crypt-sha256.c | 215 cp = stpncpy(cp, salt, salt_len); in crypt_sha256()
|
H A D | crypt-sha512.c | 215 cp = stpncpy(cp, salt, salt_len); in crypt_sha512()
|
/freebsd/lib/libc/tests/string/ |
H A D | stpncpy_test.c | 174 stpncpy_fn = stpncpy; in ATF_TP_ADD_TCS()
|
/freebsd/lib/libc/tests/secure/ |
H A D | fortify_string_test.c | 1076 stpncpy(__stack.__buf, src, __len); in ATF_TC_BODY() 1102 stpncpy(__stack.__buf, src, __len); in ATF_TC_BODY() 1129 stpncpy(__stack.__buf, src, __len); in ATF_TC_BODY() 1156 stpncpy(__stack.__buf, src, __len); in ATF_TC_BODY() 1192 stpncpy(__stack.__buf, src, __len); in ATF_TC_BODY()
|
/freebsd/lib/libc/stdlib/ |
H A D | getenv.c | 517 env = stpncpy(envVars[envNdx].name, name, nameLen); in __setenv()
|
/freebsd/stand/libsa/ |
H A D | Makefile | 31 strcat.c strchr.c strchrnul.c strcmp.c strcpy.c stpcpy.c stpncpy.c \
|
/freebsd/secure/lib/libcrypt/ |
H A D | crypt-des.c | 639 buffer = stpncpy(buffer, setting, 9); in crypt_des()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 330 INTERCEPTOR(char *, stpncpy, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() argument 334 char *res = REAL(stpncpy)(dest, src, n); in INTERCEPTOR() 340 # define MSAN_MAYBE_INTERCEPT_STPNCPY INTERCEPT_FUNCTION(stpncpy)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 2147 /// char *stpncpy(char *s1, const char *s2, size_t n); 2148 TLI_DEFINE_ENUM_INTERNAL(stpncpy) 2149 TLI_DEFINE_STRING_INTERNAL("stpncpy")
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2971 fun:stpncpy=uninstrumented
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.td | 3191 let Spellings = ["stpncpy"];
|