Home
last modified time | relevance | path

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

/freebsd/sbin/mount/
H A Dmount.c76 char *catopt(char *, const char *);
250 options = catopt(options, optarg); in main()
260 options = catopt(options, "ro"); in main()
276 options = catopt(options, "noro"); in main()
291 options = catopt(options, "noro"); in main()
564 optbuf = catopt(strdup(mntopts), options); in mountfs()
569 optbuf = catopt(optbuf, "force"); in mountfs()
571 optbuf = catopt(optbuf, "ro"); in mountfs()
579 optbuf = catopt(optbuf, "update"); in mountfs()
711 catopt(char *s0, const char *s1) in catopt() function
[all …]
/freebsd/sbin/fsck/
H A Dfsck.c78 static void catopt(char **, const char *);
142 catopt(&options, globopt); in main()
148 catopt(&options, globopt); in main()
335 catopt(&optbuf, options); in checkfs()
337 catopt(&optbuf, extra); in checkfs()
339 catopt(&optbuf, auxopt); in checkfs()
341 catopt(&optbuf, "-B"); in checkfs()
453 catopt(&e->options, newoptions); in addoption()
494 catopt(char **sp, const char *o) in catopt() function