Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/fs/nfsclient/
HDnfs_clvnops.c1834 { char nnn[100]; int nnnl; in nfs_rename() local
1835 nnnl = (tcnp->cn_namelen < 100) ? tcnp->cn_namelen : 99; in nfs_rename()
1836 bcopy(tcnp->cn_nameptr, nnn, nnnl); in nfs_rename()
1837 nnn[nnnl] = '\0'; in nfs_rename()
2469 { char nnn[100]; int nnnl; in nfs_lookitup() local
2470 nnnl = (len < 100) ? len : 99; in nfs_lookitup()
2471 bcopy(name, nnn, nnnl); in nfs_lookitup()
2472 nnn[nnnl] = '\0'; in nfs_lookitup()