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