Home
last modified time | relevance | path

Searched refs:plen1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/diff/
H A Ddiffdir.c249 diffit(struct dirent *dp, char *path1, size_t plen1, struct dirent *dp2, in diffit() argument
255 strlcpy(path1 + plen1, dp->d_name, PATH_MAX - plen1); in diffit()
/freebsd/usr.sbin/rtadvd/
H A Drtadvd.c1375 struct in6_addr *p1, int plen1) in prefix_match() argument
1380 if (plen0 < plen1) in prefix_match()
1383 bytelen = plen1 / 8; in prefix_match()
1384 bitlen = plen1 % 8; in prefix_match()