Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/fs/nfsclient/
Dnfs_clvnops.c1852 { char nnn[100]; int nnnl; in nfs_rename() local
1853 nnnl = (tcnp->cn_namelen < 100) ? tcnp->cn_namelen : 99; in nfs_rename()
1854 bcopy(tcnp->cn_nameptr, nnn, nnnl); in nfs_rename()
1855 nnn[nnnl] = '\0'; in nfs_rename()
2487 { char nnn[100]; int nnnl; in nfs_lookitup() local
2488 nnnl = (len < 100) ? len : 99; in nfs_lookitup()
2489 bcopy(name, nnn, nnnl); in nfs_lookitup()
2490 nnn[nnnl] = '\0'; in nfs_lookitup()