Home
last modified time | relevance | path

Searched refs:stpcpy (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-14.2/usr.bin/top/
H A Ddisplay.c847 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 Dpw_util.c629 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 Dgr_util.c454 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 Dsse2-stpcpy-slm.S32 #define STRCPY stpcpy
/freebsd-14.2/lib/libc/string/
H A Dstpcpy.c40 stpcpy(char * __restrict to, const char * __restrict from) in stpcpy() function
H A DMakefile.inc16 stpcpy.c stpncpy.c strcasecmp.c \
76 MLINKS+=strcpy.3 stpcpy.3 \
H A DSymbol.map20 stpcpy;
/freebsd-14.2/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_stpcpy.c42 char *q = stpcpy(b, argv[1]); in main()
H A Dt_ssp.sh259 atf_test_case stpcpy
455 atf_add_test_case stpcpy
/freebsd-14.2/lib/libc/aarch64/string/
H A DMakefile.inc13 stpcpy \
/freebsd-14.2/lib/libcrypt/
H A Dcrypt-nthash.c72 buffer = stpcpy(buffer, magic); in crypt_nthash()
H A Dcrypt-md5.c99 buffer = stpcpy(buffer, magic); in crypt_md5()
H A Dcrypt-sha256.c210 cp = stpcpy(buffer, sha256_salt_prefix); in crypt_sha256()
H A Dcrypt-sha512.c210 cp = stpcpy(buffer, sha512_salt_prefix); in crypt_sha512()
/freebsd-14.2/lib/libc/amd64/string/
H A DMakefile.inc11 stpcpy.S \
H A Dstpcpy.S21 .weak stpcpy
22 .set stpcpy, __stpcpy define
H A Dstrcat.S196 call CNAME(__stpcpy) # stpcpy(dest + strlen(dest), src)
/freebsd-14.2/include/
H A Dstring.h73 char *stpcpy(char * __restrict, const char * __restrict);
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dstring.h45 char *stpcpy(char *__restrict, const char *__restrict) __LIBC_ATTRS;
/freebsd-14.2/contrib/arm-optimized-routines/string/test/
H A Dstpcpy.c29 F(stpcpy, 0)
/freebsd-14.2/sys/contrib/openzfs/lib/libzutil/os/freebsd/
H A Dzutil_import_os.c199 end = stpcpy(path, "/dev/"); in zpool_find_import_blkid()
/freebsd-14.2/contrib/arm-optimized-routines/string/
H A DDir.mk35 build/bin/test/stpcpy \
/freebsd-14.2/lib/libc/x86/sys/
H A D__vdso_gettc.c242 c1 = c = stpcpy(devname, devprefix); in __vdso_init_hpet()
/freebsd-14.2/contrib/cortex-strings/src/aarch64/
H A Dstrcpy.S66 #define STRCPY stpcpy
/freebsd-14.2/stand/libsa/
H A DMakefile31 strcat.c strchr.c strchrnul.c strcmp.c strcpy.c stpcpy.c stpncpy.c \

12