Searched refs:mtabp (Results 1 – 2 of 2) sorted by relevance
259 FILE *mtabp; in main() local261 if ((mtabp = fopen(MNTTAB, "r")) == NULL) { in main()267 while (getmntent(mtabp, &mnt) == 0) { in main()278 (void) fclose(mtabp); in main()
727 FILE *mtabp = NULL; in get_zfs_bootfs_arg() local744 if ((mtabp = fopen(MNTTAB, "r")) == NULL) { in get_zfs_bootfs_arg()748 while (getmntent(mtabp, &mnt) == 0) { in get_zfs_bootfs_arg()757 (void) fclose(mtabp); in get_zfs_bootfs_arg()