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

/netbsd-6-1-5-RELEASE/sbin/mount/
H A Dmount.c77 getmntpt(const char *);
179 if ((mntbuf = getmntpt(fs->fs_file)) == NULL)
222 (mntbuf = getmntpt(canonical_path)) == NULL) &&
223 (mntbuf = getmntpt(*argv)) == NULL
262 (mntbuf = getmntpt(canonical_path)) == NULL) &&
263 (mntbuf = getmntpt(*argv)) == NULL
639 getmntpt(const char *name) function
/netbsd-6-1-5-RELEASE/bin/df/
H A Ddf.c68 static char *getmntpt(const char *);
170 if ((mntpt = getmntpt(*argv)) == 0) {
175 if ((mntpt = getmntpt(*argv)) == 0)
214 getmntpt(const char *name) function

Completed in 98 milliseconds