Searched defs:strncat (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | strncat.s | 26 .file "strncat.s" 29 / strncat(s1, s2, n) 35 / Fast assembly language version of the following C-program strncat 39 / strncat(char *s1, const char *s2, size_t n) 66 ENTRY(strncat) /* (char *, char *, size_t) */ function 151 SET_SIZE(strncat)
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | strncat.s | 26 .file "strncat.s" 29 / strncat(s1, s2, n) 35 / Fast assembly language version of the following C-program strncat 39 / strncat(char *s1, const char *s2, size_t n) 64 ENTRY(strncat) function 153 SET_SIZE(strncat)
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | strncat.c | 36 strncat(char *s1, char *s2, int n) function
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | strncat.c | 42 strncat(char *s1, const char *s2, size_t n) function
|
/illumos-gate/usr/src/boot/lib/libc/string/ |
H A D | strncat.c | 34 static char sccsid[] = "@(#)strncat.c 8.1 (Berkeley) 6/4/93"; 46 strncat(char * __restrict dst, const char * __restrict src, size_t n) function
|
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utclib.c | 81 * FUNCTION: strncat 449 * FUNCTION: strncat 463 strncat ( function
|
/illumos-gate/usr/src/common/util/ |
H A D | string.c | 550 strncat(char *s1, const char *s2, size_t n) function
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 392 #define strncat grub_strncat macro
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1226 strncat.3c \ 2287 strncat.3c := LINKSRC = string.3c
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 1186 strncat.9f \ 2036 strncat.9f := LINKSRC = string.9f
|
Completed in 99 milliseconds