Searched refs:hasmntopt (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/cddl/compat/opensolaris/include/ |
| HD | mnttab.h | 31 char *hasmntopt(struct mnttab *mnt, char *opt);
|
| /NextBSD/usr.sbin/amd/libamu/ |
| HD | Makefile | 15 SRCS= hasmntopt.c misc_rpc.c mount_fs.c mtab.c nfs_prot_xdr.c \
|
| /NextBSD/cddl/compat/opensolaris/misc/ |
| HD | mnttab.c | 69 hasmntopt(struct mnttab *mnt, char *opt) in hasmntopt() function
|
| /NextBSD/contrib/amd/include/ |
| HD | am_defs.h | 1596 # define amu_hasmntopt hasmntopt
|
| /NextBSD/contrib/amd/ |
| HD | BUGS | 37 hasmntopt(mnt, opt) can go into an infinite loop if opt is any substring 48 cp = hasmntopt(&mnt, "ro");
|
| HD | ChangeLog | 450 * libamu/hasmntopt.c (amu_hasmntopt): increase size of MNTMAXSTR 4533 * configure.in: don't check for bad hasmntopt() function if 4534 hasmntopt() doesn't exist on the system, because we will replace 4542 * include/am_defs.h: use system's hasmntopt() only if it is found 4545 * libamu/hasmntopt.c (nextmntopt): isspace() takes an int, not a 4549 amd/ops_cdfs.c, amd/ops_nfs.c, amd/srvr_nfs.c, libamu/hasmntopt.c, 4550 libamu/mount_fs.c, libamu/mtab.c: rename all uses of hasmntopt() 4551 to amu_hasmntopt(). Don't use hasmntopt() directly any more! 4554 hasmntopt() function, which incorrectly finds the option "soft" in 4557 * libamu/hasmntopt.c (hasmntopt): use 'const' on two args to [all …]
|
| /NextBSD/contrib/gcc/ |
| HD | sys-protos.h | 532 extern char * hasmntopt(/* ??? */);
|
| /NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs_dataset.c | 2011 if (hasmntopt(&mnt, mntopt_on) && !*val) { in get_numeric_property() 2015 } else if (hasmntopt(&mnt, mntopt_off) && *val) { in get_numeric_property()
|
| /NextBSD/cddl/contrib/opensolaris/cmd/zfs/ |
| HD | zfs_main.c | 6002 if (!hasmntopt(&mnt, MNTOPT_REMOUNT) && in share_mount_one()
|
| /NextBSD/contrib/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 1999 fun:hasmntopt=uninstrumented
|