Searched defs:strncpy (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrncpy.s26 .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 Dstrncpy.s27 .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 Dstrncpy.s27 .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 Dstrcpy.s36 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 Dstrncpy.c41 strncpy(char *s1, const char *s2, size_t n) function
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrncpy.c34 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 Dlinktest_stand.c39 void strncpy(void) {} function
/illumos-gate/usr/src/lib/libumem/common/
H A Dlinktest_stand.c50 void strncpy(void) {} function
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutclib.c76 * FUNCTION: strncpy
272 * FUNCTION: strncpy
285 strncpy ( function
/illumos-gate/usr/src/common/util/
H A Dstring.c479 strncpy(char *s1, const char *s2, size_t n) function
/illumos-gate/usr/src/man/man3c/
H A DMakefile1228 strncpy.3c \
2289 strncpy.3c := LINKSRC = string.3c
/illumos-gate/usr/src/man/man9f/
H A DMakefile1188 strncpy.9f \
2038 strncpy.9f := LINKSRC = string.9f

Completed in 117 milliseconds