Searched defs:strncpy (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | strncpy.c | 39 strncpy(char *s1, const char *s2, size_t n) in strncpy() function
|
/illumos-gate/usr/src/boot/libsa/string/ |
H A D | strncpy.c | 46 strncpy(char * __restrict dst, const char * __restrict src, size_t n) in strncpy() function
|
/illumos-gate/usr/src/lib/libdisasm/common/ |
H A D | linktest_stand.c | 39 void strncpy(void) {} in strncpy() function
|
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | linktest_stand.c | 50 void strncpy(void) {} in strncpy() function
|
/illumos-gate/usr/src/common/acpica/utilities/ |
H A D | utclib.c | 535 strncpy ( in strncpy() function
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | qemu_loader.c | 32 #define strncpy(p, q, n) strncpy((char *)(p), (char *)(q), (n)) macro
|
/illumos-gate/usr/src/common/util/ |
H A D | string.c | 521 strncpy(char *s1, const char *s2, size_t n) in strncpy() function
|