Home
last modified time | relevance | path

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

/netbsd-src/sbin/mount/
H A Dmount.c74 static void catopt(char **, const char *);
140 catopt(&options, optarg); in main()
386 catopt(&optbuf, mntopts); in mountfs()
389 catopt(&optbuf, options); in mountfs()
395 catopt(&optbuf, "rw"); in mountfs()
435 catopt(&optbuf, "force"); in mountfs()
437 catopt(&optbuf, "ro"); in mountfs()
440 catopt(&optbuf, "rw"); in mountfs()
443 catopt(&optbuf, "update"); in mountfs()
656 catopt(char **sp, const char *o) in catopt() function
/netbsd-src/sbin/fsck/
H A Dfsck.c89 static void catopt(char **, const char *);
173 catopt(&options, globopt); in main()
293 catopt(&optb, options); in checkfs()
295 catopt(&optb, extra); in checkfs()
456 catopt(&e->options, newoptions); in addoption()
497 catopt(char **sp, const char *o) in catopt() function
/netbsd-src/sbin/fsck_v7fs/
H A Dfsck_v7fs.c55 static void catopt(char **, const char *);
130 catopt(&options, optarg); in main()
199 catopt(char **sp, const char *o) in catopt() function