Lines Matching defs:optbuf
179 char *optbuf, *opt;
182 optbuf = strdup(arg);
183 if (optbuf == NULL)
186 for (opt = optbuf; (opt = strtok(opt, ",")) != NULL; opt = NULL) {
192 free(optbuf);
507 char *opt, *optbuf;
514 optbuf = strdup(mntopts);
516 for (opt = optbuf; (opt = strtok(opt, ",")) != NULL; opt = NULL) {
523 free(optbuf);
545 char *optbuf, execname[PATH_MAX], mntpath[PATH_MAX];
564 optbuf = catopt(strdup(mntopts), options);
569 optbuf = catopt(optbuf, "force");
571 optbuf = catopt(optbuf, "ro");
579 optbuf = catopt(optbuf, "update");
590 mangle(optbuf, &mnt_argv);
606 free(optbuf);
618 free(optbuf);