Searched refs:m_option (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/mount_fusefs/ |
H A D | mount_fusefs.c | 206 p = strstr(optarg, mo->m_option); in main() 208 p += strlen(mo->m_option); in main() 286 strcmp(mo->m_option, "allow_other") == 0) in main() 298 build_iovec(&iov, &iovlen, mo->m_option, mv->mv_value, mv->mv_len); in main() 304 build_iovec(&iov, &iovlen, mo->m_option, in main() 310 if (asprintf(&uscore_opt, "__%s", mo->m_option) == -1) in main() 452 fprintf(stderr, "\t%s\n", mo->m_option); in usage()
|
/freebsd/sbin/mount/ |
H A D | getmntopts.c | 79 for (m = m0; m->m_option != NULL; ++m) { in getmntopts() 80 len = strlen(m->m_option); in getmntopts() 81 if (strncasecmp(opt, m->m_option, len) == 0) in getmntopts() 87 if (m->m_option) { in getmntopts()
|
H A D | mntopts.h | 33 const char *m_option; /* option name */ member
|