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

/freebsd-current/include/
H A Dfstab.h46 #define _PATH_FSTAB "/etc/fstab" macro
/freebsd-current/sbin/dump/
H A Ddump.h178 #ifndef _PATH_FSTAB
179 #define _PATH_FSTAB "/etc/fstab" macro
H A Doptr.c311 _PATH_FSTAB, strerror(errno));
/freebsd-current/lib/libc/gen/
H A Dfstab.c63 path_fstab = _PATH_FSTAB;
81 return (_PATH_FSTAB);
/freebsd-current/sbin/fsck/
H A Dpreen.c100 warnx("Can't open checklist file: %s\n", _PATH_FSTAB);
/freebsd-current/sbin/quotacheck/
H A Dpreen.c98 warnx("Can't open checklist file: %s\n", _PATH_FSTAB);

Completed in 189 milliseconds