sbin/fsck/fsck.c
144
options = catopt(options, globopt, 1);
sbin/fsck/fsck.c
150
options = catopt(options, p, 1);
sbin/fsck/fsck.c
278
optbuf = catopt(options, extra, 0);
sbin/fsck/fsck.c
401
e->options = catopt(e->options, newoptions, 1);
sbin/fsck/fsck.c
82
static char *catopt(char *, const char *, int);
sbin/mount/mount.c
128
options = catopt(options, "force");
sbin/mount/mount.c
135
options = catopt(options, optarg);
sbin/mount/mount.c
139
options = catopt(options, "ro");
sbin/mount/mount.c
152
options = catopt(options, "update");
sbin/mount/mount.c
159
options = catopt(options, "rw");
sbin/mount/mount.c
329
optlist = catopt(optlist, p->o_optname);
sbin/mount/mount.c
375
optbuf = catopt(cp, options);
sbin/mount/mount.c
379
optbuf = catopt(optbuf, "update");
sbin/mount/mount.c
61
char *catopt(char *, const char *);