Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_osf.c55 char mntfrombuf[MNAMELEN]; in mnt_dup() local
73 xstrlcpy(mntfrombuf, (at + 1), sizeof(mntfrombuf)); in mnt_dup()
74 xstrlcat(mntfrombuf, ":", sizeof(mntfrombuf)); in mnt_dup()
75 strncat(mntfrombuf, mp->f_mntfromname, (at - mp->f_mntfromname)); in mnt_dup()
76 mntfromptr = mntfrombuf; in mnt_dup()