HomeSort by: relevance | last modified time | path
    Searched defs:getmntpt (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/df/
df.c 69 static char *getmntpt(const char *);
214 if ((mntpt = getmntpt(*argv)) == 0) {
220 if ((mntpt = getmntpt(*argv)) == 0)
286 getmntpt(const char *name) function in typeref:typename:char *
  /src/sbin/mount/
mount.c 78 getmntpt(const char *);
191 if ((mntbuf = getmntpt(fs->fs_file))
238 (mntbuf = getmntpt(canonical_path)) == NULL) &&
239 (mntbuf = getmntpt(*argv)) == NULL) {
275 (mntbuf = getmntpt(canonical_path))
277 (mntbuf = getmntpt(*argv)) == NULL)
657 getmntpt(const char *name) function in typeref:struct:statvfs *

Completed in 14 milliseconds