Searched refs:mntbuf (Results 1 – 1 of 1) sorted by relevance
66 struct mntent mntbuf; in _sol_getmntent() local69 ret = getmntent_r(fp, &mntbuf, buf, BUFSIZE); in _sol_getmntent()72 mgetp->mnt_special = mntbuf.mnt_fsname; in _sol_getmntent()73 mgetp->mnt_mountp = mntbuf.mnt_dir; in _sol_getmntent()74 mgetp->mnt_fstype = mntbuf.mnt_type; in _sol_getmntent()75 mgetp->mnt_mntopts = mntbuf.mnt_opts; in _sol_getmntent()