Symbol: stpcpy
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
1254
# define yystpcpy stpcpy
crypto/heimdal/lib/asn1/asn1parse.c
1261
# define yystpcpy stpcpy
crypto/heimdal/lib/com_err/parse.c
869
# define yystpcpy stpcpy
crypto/heimdal/lib/sl/slc-gram.c
843
# define yystpcpy stpcpy
include/ssp/string.h
114
__ssp_bos_icheck2_restrict(stpcpy, char *, const char *)
include/ssp/string.h
129
#define stpcpy(dst, src) __ssp_bos_check2(stpcpy, dst, src)
include/string.h
78
char *(stpcpy)(char * __restrict, const char * __restrict);
lib/libc/aarch64/string/strcat.c
17
stpcpy(s + strlen(s), append);
lib/libc/tests/secure/fortify_string_test.c
1028
stpcpy(__stack.__buf, src);
lib/libc/tests/secure/fortify_string_test.c
912
stpcpy(__stack.__buf, src);
lib/libc/tests/secure/fortify_string_test.c
938
stpcpy(__stack.__buf, src);
lib/libc/tests/secure/fortify_string_test.c
965
stpcpy(__stack.__buf, src);
lib/libc/tests/secure/fortify_string_test.c
992
stpcpy(__stack.__buf, src);
lib/libcrypt/crypt-md5.c
98
buffer = stpcpy(buffer, magic);
lib/libcrypt/crypt-nthash.c
71
buffer = stpcpy(buffer, magic);
lib/libcrypt/crypt-sha256.c
210
cp = stpcpy(buffer, sha256_salt_prefix);
lib/libcrypt/crypt-sha512.c
210
cp = stpcpy(buffer, sha512_salt_prefix);
lib/libsys/x86/__vdso_gettc.c
242
c1 = c = stpcpy(devname, devprefix);
lib/libutil/gr_util.c
453
p = stpcpy(p, sep);
lib/libutil/gr_util.c
454
p = stpcpy(p, gr->gr_mem[ndx]);
lib/libutil/gr_util.c
528
dst = stpcpy(dst, gr->gr_name) + 1;
lib/libutil/gr_util.c
533
dst = stpcpy(dst, gr->gr_passwd) + 1;
lib/libutil/gr_util.c
542
dst = stpcpy(dst, gr->gr_mem[i]) + 1;
lib/libutil/gr_util.c
548
dst = stpcpy(dst, name) + 1;
lib/libutil/pw_util.c
627
dst = stpcpy(npw->pw_name, pw->pw_name) + 1;
lib/libutil/pw_util.c
631
dst = stpcpy(npw->pw_passwd, pw->pw_passwd) + 1;
lib/libutil/pw_util.c
635
dst = stpcpy(npw->pw_class, pw->pw_class) + 1;
lib/libutil/pw_util.c
639
dst = stpcpy(npw->pw_gecos, pw->pw_gecos) + 1;
lib/libutil/pw_util.c
643
dst = stpcpy(npw->pw_dir, pw->pw_dir) + 1;
lib/libutil/pw_util.c
647
dst = stpcpy(npw->pw_shell, pw->pw_shell) + 1;
usr.bin/netstat/if.c
487
xname = stpcpy(buf, name);
usr.bin/top/display.c
1142
p = stpcpy(p, format_k(num));
usr.bin/top/display.c
1145
p = stpcpy(p, thisname+1);
usr.bin/top/display.c
1152
p = stpcpy(p, rbuf);
usr.bin/top/display.c
1153
p = stpcpy(p, thisname);
usr.bin/top/display.c
1157
p = stpcpy(p, itoa(num));
usr.bin/top/display.c
1158
p = stpcpy(p, thisname);
usr.bin/top/display.c
1165
p = stpcpy(p, thisname);
usr.bin/top/display.c
847
p = stpcpy(base, thisline);
usr.bin/top/display.c
893
optr = stpcpy(bufferline, newline);