Home | History | Annotate | Download | only in include

Lines Matching defs:fstab

1 /*	$NetBSD: fstab.h,v 1.11 2005/02/03 04:39:32 perry Exp $	*/
31 * @(#)fstab.h 8.1 (Berkeley) 6/2/93
40 * File system table, see fstab(5).
50 #define _PATH_FSTAB "/etc/fstab"
51 #define FSTAB "/etc/fstab" /* deprecated */
60 struct fstab {
71 struct fstab *getfsent(void);
72 struct fstab *getfsspec(const char *);
73 struct fstab *getfsfile(const char *);