Lines Matching defs:mnttab
50 #include <sys/mnttab.h>
103 static char *mnttab = MNTTAB; /* mnttab pathname */
130 mnttab = optarg;
233 * from the fstab or mnttab. Returns a pointer to an array of pointers to
244 struct mnttab mtab;
250 /* read mnttab for partition mountpoints */
251 if ((file = fopen(mnttab, "r")) == NULL) {
252 (void) warn(mnttab, strerror(errno));
323 * use mnttab entry if both tables have entries
665 (void) fprintf(stderr, "Usage:\t%s [ -fhs ] [ -t fstab ] [ -m mnttab ] "