/freebsd/lib/libc/string/ |
H A D | stpcpy.c | 36 #undef stpcpy /* _FORTIFY_SOURCE */ 39 stpcpy(char * __restrict to, const char * __restrict from) in stpcpy() function
|
H A D | Makefile.inc | 15 stpcpy.c stpncpy.c strcasecmp.c \ 76 MLINKS+=strcpy.3 stpcpy.3 \
|
H A D | Symbol.map | 20 stpcpy;
|
/freebsd/usr.bin/top/ |
H A D | display.c | 847 p = stpcpy(base, thisline); in i_process() 893 optr = stpcpy(bufferline, newline); in u_process() 1142 p = stpcpy(p, format_k(num)); in summary_format() 1145 p = stpcpy(p, thisname+1); in summary_format() 1152 p = stpcpy(p, rbuf); in summary_format() 1153 p = stpcpy(p, thisname); in summary_format() 1157 p = stpcpy(p, itoa(num)); in summary_format() 1158 p = stpcpy(p, thisname); in summary_format() 1165 p = stpcpy(p, thisname); in summary_format()
|
/freebsd/lib/libutil/ |
H A D | gr_util.c | 453 p = stpcpy(p, sep); in gr_make() 454 p = stpcpy(p, gr->gr_mem[ndx]); in gr_make() 528 dst = stpcpy(dst, gr->gr_name) + 1; in grcopy() 533 dst = stpcpy(dst, gr->gr_passwd) + 1; in grcopy() 542 dst = stpcpy(dst, gr->gr_mem[i]) + 1; in grcopy() 548 dst = stpcpy(dst, name) + 1; in grcopy()
|
H A D | pw_util.c | 627 dst = stpcpy(npw->pw_name, pw->pw_name) + 1; in pw_dup() 631 dst = stpcpy(npw->pw_passwd, pw->pw_passwd) + 1; in pw_dup() 635 dst = stpcpy(npw->pw_class, pw->pw_class) + 1; in pw_dup() 639 dst = stpcpy(npw->pw_gecos, pw->pw_gecos) + 1; in pw_dup() 643 dst = stpcpy(npw->pw_dir, pw->pw_dir) + 1; in pw_dup() 647 dst = stpcpy(npw->pw_shell, pw->pw_shell) + 1; in pw_dup()
|
/freebsd/include/ssp/ |
H A D | string.h | 114 __ssp_bos_icheck2_restrict(stpcpy, char *, const char *) 129 #define stpcpy(dst, src) __ssp_bos_check2(stpcpy, dst, src) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 185 INTERCEPTOR(char *, stpcpy, char *dst, const char *src) { in INTERCEPTOR() argument 186 char *res = REAL(stpcpy)(dst, src); in INTERCEPTOR() 220 INTERCEPT_FUNCTION(stpcpy); in InitializeInterceptors()
|
/freebsd/contrib/bionic-x86_64-string/ |
H A D | sse2-stpcpy-slm.S | 32 #define STRCPY stpcpy
|
/freebsd/contrib/netbsd-tests/lib/libc/ssp/ |
H A D | t_ssp.sh | 259 atf_test_case stpcpy 455 atf_add_test_case stpcpy
|
H A D | h_stpcpy.c | 42 char *q = stpcpy(b, argv[1]); in main()
|
/freebsd/lib/libc/aarch64/string/ |
H A D | strcat.c | 17 stpcpy(s + strlen(s), append); in strcat()
|
H A D | Makefile.inc | 12 stpcpy \
|
/freebsd/lib/libc/amd64/string/ |
H A D | stpcpy.S | 21 .weak stpcpy 22 .set stpcpy, __stpcpy define
|
H A D | Makefile.inc | 11 stpcpy.S \
|
H A D | strcat.S | 196 call CNAME(__stpcpy) # stpcpy(dest + strlen(dest), src)
|
/freebsd/lib/libcrypt/ |
H A D | crypt-nthash.c | 71 buffer = stpcpy(buffer, magic); in crypt_nthash()
|
H A D | crypt-md5.c | 98 buffer = stpcpy(buffer, magic); in crypt_md5()
|
H A D | crypt-sha256.c | 210 cp = stpcpy(buffer, sha256_salt_prefix); in crypt_sha256()
|
H A D | crypt-sha512.c | 210 cp = stpcpy(buffer, sha512_salt_prefix); in crypt_sha512()
|
/freebsd/include/ |
H A D | string.h | 78 char *(stpcpy)(char * __restrict, const char * __restrict); variable
|
/freebsd/contrib/arm-optimized-routines/string/test/ |
H A D | stpcpy.c | 29 F(stpcpy, 0)
|
/freebsd/sys/contrib/openzfs/lib/libzutil/os/freebsd/ |
H A D | zutil_import_os.c | 199 end = stpcpy(path, "/dev/"); in zpool_find_import_blkid()
|
/freebsd/contrib/arm-optimized-routines/string/ |
H A D | Dir.mk | 38 build/bin/test/stpcpy \
|
/freebsd/lib/libsys/x86/ |
H A D | __vdso_gettc.c | 242 c1 = c = stpcpy(devname, devprefix); in __vdso_init_hpet()
|