| /netvirt/usr/src/lib/libc/i386/gen/ |
| strncpy.s | 27 .ident "@(#)strncpy.s 1.8 05/06/08 SMI" 29 .file "strncpy.s" 32 / strncpy(s1, s2, n) 37 / Fast assembly language version of the following C-program strncpy 41 / strncpy(char *s1, const char *s2, size_t n) 65 ENTRY(strncpy) function 145 SET_SIZE(strncpy)
|
| /netvirt/usr/src/lib/libc/sparc/gen/ |
| strncpy.s | 28 .ident "@(#)strncpy.s 1.15 05/06/08 SMI" 30 .file "strncpy.s" 33 * strncpy(s1, s2) 38 * Fast assembler language version of the following C-program for strncpy 42 * strncpy(char *s1, const char *s2, size_t n) 59 ! strncpy works similarly to strcpy, except that n bytes of s2 61 ! bytes remain to be copied, strncpy will copy null bytes into 69 ENTRY(strncpy) function 290 SET_SIZE(strncpy)
|
| /netvirt/usr/src/lib/libc/sparcv9/gen/ |
| strncpy.s | 27 .ident "@(#)strncpy.s 1.16 05/06/08 SMI" 29 .file "strncpy.s" 32 * strncpy(s1, s2) 37 * Fast assembler language version of the following C-program for strncpy 41 * strncpy(char *s1, const char *s2, size_t n) 58 ! strncpy works similarly to strcpy, except that n bytes of s2 60 ! bytes remain to be copied, strncpy will copy null bytes into 68 ENTRY(strncpy) function 345 SET_SIZE(strncpy)
|
| /netvirt/usr/src/lib/libc/port/gen/ |
| strncpy.c | 27 #pragma ident "@(#)strncpy.c 1.12 05/06/08 SMI" 42 strncpy(char *s1, const char *s2, size_t n) function
|
| /netvirt/usr/src/lib/libc/amd64/gen/ |
| strcpy.s | 58 ENTRY(strncpy) function 856 SET_SIZE(strncpy)
|
| /netvirt/usr/src/lib/libdisasm/common/ |
| linktest_stand.c | 41 void strncpy(void) {} function
|
| /netvirt/usr/src/lib/libumem/common/ |
| linktest_stand.c | 51 void strncpy(void) {} function
|
| /netvirt/usr/src/common/util/ |
| string.c | 477 strncpy(char *s1, const char *s2, size_t n) function
|