Home
last modified time | relevance | path

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

/NextBSD/contrib/netbsd-tests/fs/nfs/nfsservice/
HDmountd.c116 char dp_dirp[1]; /* Actually malloc'd to size of dir */ member
807 strp = dp->dp_dirp;
810 if (adp && !strcmp(dp->dp_dirp, adp->dp_dirp)) {
1297 (void)strcpy(dp->dp_dirp, cp);
1299 return (dp->dp_dirp);
1369 cmp = strcmp(dp->dp_dirp, newdp->dp_dirp);
1419 cmp = strcmp(dp->dp_dirp, dirp);
/NextBSD/usr.sbin/mountd/
HDmountd.c104 char dp_dirp[1]; /* Actually malloc'd to size of dir */ member
1328 strp = dp->dp_dirp; in put_exlist()
1331 if (adp && !strcmp(dp->dp_dirp, adp->dp_dirp)) { in put_exlist()
1950 strcpy(dp->dp_dirp, cp); in add_expdir()
1952 return (dp->dp_dirp); in add_expdir()
2017 cmp = strcmp(dp->dp_dirp, newdp->dp_dirp); in add_dlist()
2067 cmp = strcmp(dp->dp_dirp, dirp); in dirp_search()