Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dkmem.h17 extern int kstrncpy(char *, long, int);
H A Dkmem.c79 kstrncpy(register char *buf, long pos, register int n) in kstrncpy() function
/freebsd/sbin/ipf/common/
H A Dkmem.h17 extern int kstrncpy(char *, long, int);
/freebsd/sbin/ipf/ipftest/
H A Dipftest.c33 int kstrncpy(char *, long, int n);
503 kstrncpy(char *buf, long pos, int n) in kstrncpy() function