/openbsd/usr.sbin/amd/amd/ |
H A D | mtab.c | 44 mnt_free(struct mntent *mp) in mnt_free() 84 hasmntval(struct mntent *mnt, char *opt) in hasmntval() 98 static struct mntent * 101 struct mntent *new_mp = ALLOC(mntent); in mnt_dup()
|
H A D | mount_fs.c | 57 compute_mount_flags(struct mntent *mnt) in compute_mount_flags() 73 mount_fs(struct mntent *mnt, int flags, caddr_t mnt_data, int retry, in mount_fs() 152 hasmntopt(struct mntent *mnt, char *opt) in hasmntopt()
|
H A D | ufs_ops.c | 75 struct mntent mnt; in mount_ufs()
|
H A D | restart.c | 62 struct mntent *me = mlp->mnt; in restart()
|
H A D | util.c | 371 struct mntent mnt; in am_mounted()
|
H A D | srvr_nfs.c | 594 { struct mntent mnt; in find_nfs_srvr()
|
H A D | nfs_ops.c | 452 struct mntent mnt; in mount_nfs_fh()
|
H A D | afs_ops.c | 100 struct mntent mnt; in mount_toplvl()
|
/openbsd/usr.sbin/amd/include/ |
H A D | am.h | 184 struct mntent { struct 199 struct mntent *mnt; argument 217 extern int compute_mount_flags(struct mntent *); 249 extern char *hasmntopt(struct mntent *, char *); 250 extern int hasmntval(struct mntent *, char *); 272 extern void mnt_free(struct mntent *); 276 extern int mount_fs(struct mntent *, int, caddr_t, int, const char *); 323 extern void write_mntent(struct mntent *);
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_posix.cpp | 1180 CHECK_TYPE_SIZE(mntent); 1181 CHECK_SIZE_AND_OFFSET(mntent, mnt_fsname); 1182 CHECK_SIZE_AND_OFFSET(mntent, mnt_dir); 1183 CHECK_SIZE_AND_OFFSET(mntent, mnt_type); 1184 CHECK_SIZE_AND_OFFSET(mntent, mnt_opts); 1185 CHECK_SIZE_AND_OFFSET(mntent, mnt_freq); 1186 CHECK_SIZE_AND_OFFSET(mntent, mnt_passno);
|
/openbsd/gnu/usr.bin/perl/cygwin/ |
H A D | cygwin.c | 410 struct mntent *mnt; in XS() 460 struct mntent *mnt; in XS()
|
/openbsd/gnu/gcc/libmudflap/ |
H A D | config.h.in | 138 /* Define to 1 if you have the <mntent.h> header file. */
|
H A D | mf-hooks2.c | 2072 WRAPPER2(struct mntent *, getmntent, FILE *filep) in WRAPPER2() argument 2074 struct mntent *m; in WRAPPER2() 2075 static struct mntent *last = NULL; in WRAPPER2()
|
H A D | configure.ac | 64 netdb.h sys/ipc.h sys/sem.h sys/shm.h sys/wait.h ctype.h mntent.h \
|
H A D | configure | 3632 netdb.h sys/ipc.h sys/sem.h sys/shm.h sys/wait.h ctype.h mntent.h \
|
/openbsd/gnu/usr.bin/perl/ |
H A D | README.cygwin | 468 A comma-separated string of mntent->mnt_type (always 469 "system" or "user"), then the mntent->mnt_opts, where
|
H A D | Configure | 23846 : see if this is a mntent.h system 23847 set mntent.h i_mntent
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 2350 struct mntent *mnt = getmntent(fp); in TEST() 2368 struct mntent mntbuf; in TEST() 2370 struct mntent *mnt = getmntent_r(fp, &mntbuf, buf, sizeof(buf)); in TEST()
|
/openbsd/gnu/usr.bin/perl/plan9/ |
H A D | config_h.sample | 2579 * This symbol, if defined, indicates that <mntent.h> exists and
|
H A D | config.plan9 | 2691 * This symbol, if defined, indicates that <mntent.h> exists and
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | config_H | 3651 * This symbol, if defined, indicates that <mntent.h> exists and
|
H A D | Glossary | 3652 whether a C program should include <mntent.h>.
|
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | config_H.gc | 3757 * This symbol, if defined, indicates that <mntent.h> exists and
|
H A D | config_H.vc | 3757 * This symbol, if defined, indicates that <mntent.h> exists and
|