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

/freebsd-13-stable/sbin/fsck/
H A Dfsck.c106 const char *etc_fstab; local
114 etc_fstab = NULL;
173 etc_fstab = optarg;
185 if (etc_fstab != NULL)
186 setfstab(etc_fstab);
/freebsd-13-stable/sbin/swapon/
H A Dswapon.c91 const char *etc_fstab; local
103 etc_fstab = NULL;
164 etc_fstab = optarg;
175 if (etc_fstab != NULL)
176 setfstab(etc_fstab);

Completed in 163 milliseconds