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

/osnet-11/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)
/osnet-11/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)
/osnet-11/usr/src/lib/libc/port/gen/
H A Dstrcat.c41 strcat(char *s1, const char *s2) function

Completed in 20 milliseconds