Searched defs:strncpy (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | strncpy.s | 26 .file "strncpy.s" 29 / strncpy(s1, s2, n) 34 / Fast assembly language version of the following C-program strncpy 38 / strncpy(char *s1, const char *s2, size_t n) 62 ENTRY(strncpy) function 142 SET_SIZE(strncpy)
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | strncpy.s | 27 .file "strncpy.s" 30 * strncpy(s1, s2) 35 * Fast assembler language version of the following C-program for strncpy 39 * strncpy(char *s1, const char *s2, size_t n) 55 ! strncpy works similarly to strcpy, except that n bytes of s2 57 ! bytes remain to be copied, strncpy will copy null bytes into 65 ENTRY(strncpy) function 286 SET_SIZE(strncpy)
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | strncpy.s | 27 .file "strncpy.s" 30 * strncpy(s1, s2) 35 * Fast assembler language version of the following C-program for strncpy 39 * strncpy(char *s1, const char *s2, size_t n) 55 ! strncpy works similarly to strcpy, except that n bytes of s2 57 ! bytes remain to be copied, strncpy will copy null bytes into 65 ENTRY(strncpy) function 342 SET_SIZE(strncpy)
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | strcpy.s | 36 ENTRY(strncpy) function 80 * If strncpy count <= 16 go to exit case 1914 * the strncpy count argument. We will copy to the null (inclusive) 2579 SET_SIZE(strncpy)
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | strncpy.c | 41 strncpy(char *s1, const char *s2, size_t n) function
|
/illumos-gate/usr/src/boot/lib/libc/string/ |
H A D | strncpy.c | 34 static char sccsid[] = "@(#)strncpy.c 8.1 (Berkeley) 6/4/93"; 46 strncpy(char * __restrict dst, const char * __restrict src, size_t n) function
|
/illumos-gate/usr/src/lib/libdisasm/common/ |
H A D | linktest_stand.c | 39 void strncpy(void) {} function
|
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | linktest_stand.c | 50 void strncpy(void) {} function
|
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utclib.c | 76 * FUNCTION: strncpy 272 * FUNCTION: strncpy 285 strncpy ( function
|
/illumos-gate/usr/src/common/util/ |
H A D | string.c | 479 strncpy(char *s1, const char *s2, size_t n) function
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1228 strncpy.3c \ 2289 strncpy.3c := LINKSRC = string.3c
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 1188 strncpy.9f \ 2038 strncpy.9f := LINKSRC = string.9f
|
Completed in 77 milliseconds