Home
last modified time | relevance | path

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

/mirbsd/src/sbin/mount/
Dmount.c295 hasopt(const char *mntopts, const char *option) in hasopt() argument
300 if (mntopts == NULL) in hasopt()
302 optbuf = strdup(mntopts); in hasopt()
330 const char *options, const char *mntopts, int skipmounted) in mountfs() argument
351 if (mntopts == NULL) in mountfs()
352 mntopts = ""; in mountfs()
355 if (*mntopts == '\0') in mountfs()
358 options = mntopts; in mountfs()
359 mntopts = ""; in mountfs()
364 optbuf = catopt(strdup(mntopts), options); in mountfs()
/mirbsd/src/sbin/mount_vnd/
Dmount_vnd.c83 char *key, *mntopts, *rounds, *saltopt; in main() local
91 key = mntopts = rounds = saltopt = NULL; in main()
110 mntopts = optarg; in main()