Searched refs:m_option (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sbin/mount/
H A Dgetmntopts.c86 for (m = m0; m->m_option != NULL; ++m) {
87 len = strlen(m->m_option);
88 if (strncasecmp(opt, m->m_option, len) == 0)
94 if (m->m_option) {
H A Dmntopts.h36 const char *m_option; /* option name */ member in struct:mntopt
/freebsd-12-stable/sbin/mount_fusefs/
H A Dmount_fusefs.c207 p = strstr(optarg, mo->m_option);
209 p += strlen(mo->m_option);
287 strcmp(mo->m_option, "allow_other") == 0)
299 build_iovec(&iov, &iovlen, mo->m_option, mv->mv_value, mv->mv_len);
305 build_iovec(&iov, &iovlen, mo->m_option,
311 if (asprintf(&uscore_opt, "__%s", mo->m_option) == -1)
453 fprintf(stderr, "\t%s\n", mo->m_option);

Completed in 101 milliseconds