| /freebsd-14.2/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-14.2/lib/libutil/ |
| H A D | pw_util.c | 629 dst = stpcpy(npw->pw_name, pw->pw_name) + 1; in pw_dup() 633 dst = stpcpy(npw->pw_passwd, pw->pw_passwd) + 1; in pw_dup() 637 dst = stpcpy(npw->pw_class, pw->pw_class) + 1; in pw_dup() 641 dst = stpcpy(npw->pw_gecos, pw->pw_gecos) + 1; in pw_dup() 645 dst = stpcpy(npw->pw_dir, pw->pw_dir) + 1; in pw_dup() 649 dst = stpcpy(npw->pw_shell, pw->pw_shell) + 1; in pw_dup()
|
| H A D | gr_util.c | 454 p = stpcpy(p, sep); in gr_make() 455 p = stpcpy(p, gr->gr_mem[ndx]); in gr_make() 529 dst = stpcpy(dst, gr->gr_name) + 1; in grcopy() 534 dst = stpcpy(dst, gr->gr_passwd) + 1; in grcopy() 543 dst = stpcpy(dst, gr->gr_mem[i]) + 1; in grcopy() 549 dst = stpcpy(dst, name) + 1; in grcopy()
|
| /freebsd-14.2/contrib/bionic-x86_64-string/ |
| H A D | sse2-stpcpy-slm.S | 32 #define STRCPY stpcpy
|
| /freebsd-14.2/lib/libc/string/ |
| H A D | stpcpy.c | 40 stpcpy(char * __restrict to, const char * __restrict from) in stpcpy() function
|
| H A D | Makefile.inc | 16 stpcpy.c stpncpy.c strcasecmp.c \ 76 MLINKS+=strcpy.3 stpcpy.3 \
|
| H A D | Symbol.map | 20 stpcpy;
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/ssp/ |
| H A D | h_stpcpy.c | 42 char *q = stpcpy(b, argv[1]); in main()
|
| H A D | t_ssp.sh | 259 atf_test_case stpcpy 455 atf_add_test_case stpcpy
|
| /freebsd-14.2/lib/libc/aarch64/string/ |
| H A D | Makefile.inc | 13 stpcpy \
|
| /freebsd-14.2/lib/libcrypt/ |
| H A D | crypt-nthash.c | 72 buffer = stpcpy(buffer, magic); in crypt_nthash()
|
| H A D | crypt-md5.c | 99 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-14.2/lib/libc/amd64/string/ |
| H A D | Makefile.inc | 11 stpcpy.S \
|
| H A D | stpcpy.S | 21 .weak stpcpy 22 .set stpcpy, __stpcpy define
|
| H A D | strcat.S | 196 call CNAME(__stpcpy) # stpcpy(dest + strlen(dest), src)
|
| /freebsd-14.2/include/ |
| H A D | string.h | 73 char *stpcpy(char * __restrict, const char * __restrict);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/ |
| H A D | string.h | 45 char *stpcpy(char *__restrict, const char *__restrict) __LIBC_ATTRS;
|
| /freebsd-14.2/contrib/arm-optimized-routines/string/test/ |
| H A D | stpcpy.c | 29 F(stpcpy, 0)
|
| /freebsd-14.2/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-14.2/contrib/arm-optimized-routines/string/ |
| H A D | Dir.mk | 35 build/bin/test/stpcpy \
|
| /freebsd-14.2/lib/libc/x86/sys/ |
| H A D | __vdso_gettc.c | 242 c1 = c = stpcpy(devname, devprefix); in __vdso_init_hpet()
|
| /freebsd-14.2/contrib/cortex-strings/src/aarch64/ |
| H A D | strcpy.S | 66 #define STRCPY stpcpy
|
| /freebsd-14.2/stand/libsa/ |
| H A D | Makefile | 31 strcat.c strchr.c strchrnul.c strcmp.c strcpy.c stpcpy.c stpncpy.c \
|