Home
last modified time | relevance | path

Searched refs:hasmntopt (Results 1 – 10 of 10) sorted by relevance

/NextBSD/cddl/compat/opensolaris/include/
HDmnttab.h31 char *hasmntopt(struct mnttab *mnt, char *opt);
/NextBSD/usr.sbin/amd/libamu/
HDMakefile15 SRCS= hasmntopt.c misc_rpc.c mount_fs.c mtab.c nfs_prot_xdr.c \
/NextBSD/cddl/compat/opensolaris/misc/
HDmnttab.c69 hasmntopt(struct mnttab *mnt, char *opt) in hasmntopt() function
/NextBSD/contrib/amd/include/
HDam_defs.h1596 # define amu_hasmntopt hasmntopt
/NextBSD/contrib/amd/
HDBUGS37 hasmntopt(mnt, opt) can go into an infinite loop if opt is any substring
48 cp = hasmntopt(&mnt, "ro");
HDChangeLog450 * 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/
HDsys-protos.h532 extern char * hasmntopt(/* ??? */);
/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_dataset.c2011 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/
HDzfs_main.c6002 if (!hasmntopt(&mnt, MNTOPT_REMOUNT) && in share_mount_one()
/NextBSD/contrib/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1999 fun:hasmntopt=uninstrumented