Home
last modified time | relevance | path

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

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