Lines Matching defs:options
77 * Table of recognized options
79 * The options invalid in some configuration should still
242 char *options, *s, *opt, *val, *ret = NULL;
243 const char *orig_opts = popts->options;
257 options = strdup(orig_opts ? orig_opts : "");
258 if (!options) {
263 s = options;
319 no_def_opts = TRUE; /* Don't add default options. */
557 /* The atime options exclude each other */
581 free(options);
591 * Read the command line, verify the syntax and parse the options.
602 { "options", required_argument, NULL, 'o' },
640 if (popts->options)
641 if (ntfs_strappend(&popts->options, ","))
643 if (ntfs_strappend(&popts->options, optarg))