Searched refs:_PATH_FSTAB (Results 1 – 6 of 6) sorted by relevance
/openbsd/lib/libc/gen/ |
H A D | fstab.c | 191 if (stat(_PATH_FSTAB, &sbuf) != 0) in setfsent() 198 if ((_fs_fp = fopen(_PATH_FSTAB, "re"))) in setfsent()
|
/openbsd/include/ |
H A D | fstab.h | 49 #define _PATH_FSTAB "/etc/fstab" macro
|
/openbsd/sbin/fsck/ |
H A D | fsck.c | 114 if (unveil(_PATH_FSTAB, "r") == -1) in main() 115 err(1, "unveil %s", _PATH_FSTAB); in main()
|
H A D | preen.c | 94 warnx("Can't open checklist file: %s", _PATH_FSTAB); in checkfstab()
|
/openbsd/sbin/quotacheck/ |
H A D | quotacheck.c | 195 err(1, "%s: can't open", _PATH_FSTAB); in main() 210 argv[i], _PATH_FSTAB); in main()
|
/openbsd/sbin/dump/ |
H A D | optr.c | 302 _PATH_FSTAB, strerror(errno)); in getfstab()
|