Home
last modified time | relevance | path

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

/mirbsd/src/bin/df/
Dffs_df.c56 extern char *getmntpt(char *);
87 if ((mntpt = getmntpt(file)) == 0) in ffs_df()
Dext2fs_df.c54 extern char *getmntpt(char *);
100 if ((mntpt = getmntpt(file)) == 0) in e2fs_df()
Ddf.c59 char *getmntpt(char *);
130 if ((mntpt = getmntpt(*argv)) == 0) { in main()
179 getmntpt(char *name) in getmntpt() function
/mirbsd/src/sbin/mount/
Dmount.c73 *getmntpt(const char *);
215 if ((mntbuf = getmntpt(mntpath)) == NULL) in main()
603 getmntpt(const char *name) in getmntpt() function