Searched refs:optptr (Results 1 – 8 of 8) sorted by relevance
47 char *dataptr, int datalen, char *optptr, int optlen) in zmount() argument56 strlcpy(za.optptr, optptr, sizeof(za.optptr) - 1); in zmount()
43 char *optptr; /* used by getopts */ member65 extern char *optptr; /* used by nextopt */
121 char *optptr = strchr(ck.options, opt); in check_unlisted_option() local122 if (optptr != NULL) in check_unlisted_option()123 *optptr = ' '; in check_unlisted_option()
50 char optptr[MAXPATHLEN]; member62 char *dataptr, int datalen, char *optptr, int optlen);
112 char optptr[MAXPATHLEN]; member
680 if (mnt->optptr) in autofs_mount_2_free()681 XFREE(mnt->optptr); in autofs_mount_2_free()
1018 AMU_CHECK_FIELD(mounta.optptr)
3785 * configure.in: check if struct mounta has the optptr field;3790 touch mnt->optptr unless HAVE_MOUNTA_OPTPTR is defined