Home
last modified time | relevance | path

Searched refs:kstrncpy (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dkmem.h20 extern int kstrncpy __P((char *, long, int));
H A Dipftest.c27 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 Dgetifname.c57 if (kstrncpy(buf, (u_long)netif.if_name, sizeof(buf)) == -1)
H A Dkmem.c176 int kstrncpy(buf, pos, n) in kstrncpy() function