Home
last modified time | relevance | path

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

/openbsd-src/sbin/mount/
H A Dmount.c110 char *options, mntpath[PATH_MAX]; in main() local
236 if (realpath(*argv, mntpath) == NULL) in main()
237 strlcpy(mntpath, *argv, sizeof(mntpath)); in main()
239 if ((mntbuf = getmntpt(mntpath)) == NULL) in main()
242 mntpath); in main()
250 mntpath); in main()
265 if ((fs = getfsfile(mntpath)) == NULL && in main()
266 (fs = getfsspec(mntpath)) == NULL) in main()
268 mntpath); in main()
271 mntpath); in main()
[all …]