Searched refs:catopt (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sbin/mount/ |
| H A D | mount.c | 74 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 D | fsck.c | 89 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 D | fsck_v7fs.c | 55 static void catopt(char **, const char *); 130 catopt(&options, optarg); in main() 199 catopt(char **sp, const char *o) in catopt() function
|