Searched defs:strcat (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrcat.s26 .file "strcat.s"
29 / strcat(s1, s2)
34 / Fast assembly language version of the following C-program strcat
38 / strcat(char *s1, const char *s2)
61 ENTRY(strcat) /* (char *s1, char *s2) */ function
123 SET_SIZE(strcat)
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrcat.s26 .file "strcat.s"
29 / strcat(s1, s2)
34 / Fast assembly language version of the following C-program strcat
38 / strcat(char *s1, const char *s2)
59 ENTRY(strcat) function
122 SET_SIZE(strcat)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrcat.c41 strcat(char *s1, const char *s2) function
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrcat.c31 static char sccsid[] = "@(#)strcat.c 8.1 (Berkeley) 6/4/93";
39 strcat(char * __restrict s, const char * __restrict append) function
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dutil.c86 strcat(char *dst, const char *src) function
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutclib.c80 * FUNCTION: strcat
414 * FUNCTION: strcat
426 strcat ( function
/illumos-gate/usr/src/common/util/
H A Dstring.c362 strcat(char *s1, const char *s2) function
/illumos-gate/usr/src/man/man3c/
H A DMakefile1208 strcat.3c \
2274 strcat.3c := LINKSRC = string.3c
/illumos-gate/usr/src/man/man9f/
H A DMakefile1176 strcat.9f \
2026 strcat.9f := LINKSRC = string.9f

Completed in 84 milliseconds