Home
last modified time | relevance | path

Searched refs:stpcpy (Results 1 – 12 of 12) sorted by last modified time

/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1204 link path=usr/share/man/man3c/stpcpy.3c target=string.3c
/illumos-gate/usr/src/man/man3c/
H A DMakefile1260 stpcpy.3c \
2397 stpcpy.3c := LINKSRC = string.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers685 stpcpy;
/illumos-gate/usr/src/head/
H A Dstring.h92 extern char *stpcpy(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD);
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com563 stpcpy.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com605 stpcpy.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com580 stpcpy.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile543 stpcpy.o \
/illumos-gate/usr/src/boot/libsa/
H A DMakefile.inc52 SRCS += $(SASRC)/string/strcpy.c $(SASRC)/string/stpcpy.c
66 qdivrem.o strcat.o strchr.o strcmp.o strcpy.o stpcpy.o stpncpy.o \
/illumos-gate/usr/src/boot/libsa/string/
H A Dstpcpy.c37 stpcpy(char * __restrict to, const char * __restrict from) in stpcpy() function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstpcpy.c38 stpcpy(char *_RESTRICT_KYWD s1, const char *_RESTRICT_KYWD s2) in stpcpy() function
/illumos-gate/usr/src/boot/include/
H A Dstring.h69 char *stpcpy(char * __restrict, const char * __restrict);