Searched refs:fstab (Results 51 - 71 of 71) sorted by relevance

123

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cc22 #include <fstab.h>
133 unsigned struct_fstab_sz = sizeof(struct fstab);
H A Dsanitizer_platform_limits_posix.cc58 #include <fstab.h>
202 unsigned struct_fstab_sz = sizeof(struct fstab);
H A Dsanitizer_platform_limits_netbsd.cc361 #include <fstab.h>
405 unsigned struct_fstab_sz = sizeof(struct fstab);
/netbsd-current/sbin/dump/
H A Dmain.c59 #include <fstab.h>
134 struct fstab *dt;
322 getfstab(); /* /etc/fstab snarfed */
/netbsd-current/sbin/mount/
H A Dmount.c54 #include <fstab.h>
108 struct fstab *fs;
243 /* ignore the fstab file options. */
/netbsd-current/sbin/tunefs/
H A Dtunefs.c63 #include <fstab.h>
732 struct fstab *fs;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp59 #include <fstab.h>
146 unsigned struct_fstab_sz = sizeof(struct fstab);
H A Dsanitizer_platform_limits_posix.cpp118 #include <fstab.h>
165 #include <fstab.h>
213 unsigned struct_fstab_sz = sizeof(struct fstab);
H A Dsanitizer_platform_limits_netbsd.cpp514 #include <fstab.h>
566 unsigned struct_fstab_sz = sizeof(struct fstab);
/netbsd-current/sbin/umount/
H A Dumount.c63 #include <fstab.h>
/netbsd-current/sbin/fsck_ffs/
H A Dmain.c59 #include <fstab.h>
/netbsd-current/usr.sbin/repquota/
H A Drepquota.c59 #include <fstab.h>
/netbsd-current/usr.bin/quota/
H A Dquota.c63 #include <fstab.h>
/netbsd-current/distrib/alpha/instkernel/ramdisk/
H A Dinstall.sh46 FSTAB=${FSTABDIR}/fstab
481 echo -n "Creating an fstab..."
/netbsd-current/usr.sbin/edquota/
H A Dedquota.c64 #include <fstab.h>
331 struct fstab *fs;
/netbsd-current/usr.sbin/dumpfs/
H A Ddumpfs.c62 #include <fstab.h>
946 struct fstab *fs;
/netbsd-current/lib/libc/gen/
H A DMakefile.inc16 exect.c extattr.c fmtcheck.c fmtmsg.c fnmatch.c fstab.c ftok.c \
/netbsd-current/usr.sbin/sysinst/
H A Ddisks.c49 #include <fstab.h>
1449 /* Create the fstab. */
1451 f = target_fopen("/etc/fstab", "w");
1452 scripting_fprintf(NULL, "cat <<EOF >%s/etc/fstab\n", target_prefix());
1456 "Making %s/etc/fstab (%s).\n", target_prefix(),
1462 (void)fprintf(logfp, "Failed to make /etc/fstab!\n");
1471 scripting_fprintf(f, "# NetBSD /etc/fstab\n# See /usr/share/examples/"
1472 "fstab/ for more examples.\n");
1613 /* Add /kern, /proc and /dev/pts to fstab and make mountpoint. */
1725 /* this fstab entr
1954 char *fstab; local
[all...]
H A Dmsg.mi.pl721 {Pojawil sie powazny problem! Nie mozna utworzyc /mnt/etc/fstab. Spadamy!
726 {Pomocy! Na dysku docelowym %s nie ma /etc/fstab. Przerywamy aktualizacje.
730 {Pomocy! Nie moge przeczytac /etc/fstab na dysku %s. Przerywamy aktualizacje.
/netbsd-current/usr.sbin/dumplfs/
H A Ddumplfs.c58 #include <fstab.h>
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc514 #include <fstab.h>
566 unsigned struct_fstab_sz = sizeof(struct fstab);

Completed in 301 milliseconds

123