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

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

Completed in 172 milliseconds