Home
last modified time | relevance | path

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

/freebsd/sbin/mount/
H A Dmount.c808 char *expopt, *newopt, *tmpopt; in update_options() local
821 expopt = NULL; in update_options()
824 expopt = catopt(expopt, fstab); in update_options()
826 expopt = catopt(expopt, cur); in update_options()
828 expopt = catopt(expopt, o); in update_options()
839 for (p = expopt; (o = strsep(&p, ",")) != NULL;) { in update_options()
853 free(expopt); in update_options()