Searched refs:kstrncpy (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | kmem.h | 20 extern int kstrncpy __P((char *, long, int));
|
H A D | ipftest.c | 27 int kstrncpy __P((char *, long, int n)); 612 int kstrncpy(buf, pos, n) in kstrncpy() function
|
/illumos-gate/usr/src/cmd/ipf/lib/ |
H A D | getifname.c | 57 if (kstrncpy(buf, (u_long)netif.if_name, sizeof(buf)) == -1)
|
H A D | kmem.c | 176 int kstrncpy(buf, pos, n) in kstrncpy() function
|