Searched refs:_PATH_FSTAB (Results 1 - 6 of 6) sorted by path

/openbsd-current/include/
H A Dfstab.h49 #define _PATH_FSTAB "/etc/fstab" macro
/openbsd-current/lib/libc/gen/
H A Dfstab.c191 if (stat(_PATH_FSTAB, &sbuf) != 0)
198 if ((_fs_fp = fopen(_PATH_FSTAB, "re")))
/openbsd-current/sbin/fsck/
H A Dpreen.c94 warnx("Can't open checklist file: %s", _PATH_FSTAB);
H A Dfsck.c114 if (unveil(_PATH_FSTAB, "r") == -1)
115 err(1, "unveil %s", _PATH_FSTAB);
/openbsd-current/sbin/dump/
H A Doptr.c302 _PATH_FSTAB, strerror(errno));
/openbsd-current/sbin/quotacheck/
H A Dquotacheck.c195 err(1, "%s: can't open", _PATH_FSTAB);
210 argv[i], _PATH_FSTAB);

Completed in 165 milliseconds