Searched defs:strncpy (Results 1 - 7 of 7) sorted by relevance
/osnet-11/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)
|
/osnet-11/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)
|
/osnet-11/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)
|
/osnet-11/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)
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | strncpy.c | 41 strncpy(char *s1, const char *s2, size_t n) function
|
/osnet-11/usr/src/lib/libdisasm/common/ |
H A D | linktest_stand.c | 41 void strncpy(void) {} function
|
/osnet-11/usr/src/lib/libumem/common/ |
H A D | linktest_stand.c | 51 void strncpy(void) {} function
|
Completed in 37 milliseconds