Home
last modified time | relevance | path

Searched refs:stpncpy (Results 1 – 24 of 24) sorted by relevance

/freebsd/lib/libc/string/
H A Dstpncpy.c31 #undef stpncpy /* _FORTIFY_SOURCE */
34 stpncpy(char * __restrict dst, const char * __restrict src, size_t n) in stpncpy() function
H A DMakefile.inc15 stpcpy.c stpncpy.c strcasecmp.c \
77 strcpy.3 stpncpy.3 \
H A DSymbol.map80 stpncpy;
/freebsd/lib/libc/secure/
H A Dstpncpy_chk.c38 #undef stpncpy
50 return (stpncpy(dst, src, len)); in __stpncpy_chk()
/freebsd/include/ssp/
H A Dstring.h115 __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 Dsse2-stpncpy-slm.S33 #define STRCPY stpncpy
/freebsd/contrib/netbsd-tests/lib/libc/ssp/
H A Dt_ssp.sh314 atf_test_case stpncpy
456 atf_add_test_case stpncpy
H A Dh_stpncpy.c45 char *q = stpncpy(b, "1020202020202", len); in main()
/freebsd/lib/libc/amd64/string/
H A DMakefile.inc12 stpncpy.S \
H A Dstpncpy.S35 .weak stpncpy
36 .set stpncpy, __stpncpy define
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddevname2devid.c86 (void) stpncpy(bufptr, name, buflen - 1); in udev_device_get_devid()
/freebsd/include/
H A Dstring.h79 char *(stpncpy)(char * __restrict, const char * __restrict, size_t); variable
/freebsd/lib/libcrypt/
H A Dcrypt-md5.c99 buffer = stpncpy(buffer, salt, (u_int)sl); in crypt_md5()
H A Dcrypt-sha256.c215 cp = stpncpy(cp, salt, salt_len); in crypt_sha256()
H A Dcrypt-sha512.c215 cp = stpncpy(cp, salt, salt_len); in crypt_sha512()
/freebsd/lib/libc/tests/string/
H A Dstpncpy_test.c174 stpncpy_fn = stpncpy; in ATF_TP_ADD_TCS()
/freebsd/lib/libc/tests/secure/
H A Dfortify_string_test.c1076 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 Dgetenv.c517 env = stpncpy(envVars[envNdx].name, name, nameLen); in __setenv()
/freebsd/stand/libsa/
H A DMakefile31 strcat.c strchr.c strchrnul.c strcmp.c strcpy.c stpcpy.c stpncpy.c \
/freebsd/secure/lib/libcrypt/
H A Dcrypt-des.c639 buffer = stpncpy(buffer, setting, 9); in crypt_des()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp330 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 DTargetLibraryInfo.def2147 /// 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 Dlibc_ubuntu1404_abilist.txt2971 fun:stpncpy=uninstrumented
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td3191 let Spellings = ["stpncpy"];