Lines Matching refs:match
411 " -m, --match PATTERN Only work on files with matching names\n"
616 { "match", required_argument, NULL, 'm' },
705 if (!opts.match) {
706 if (!transform(optarg, &opts.match)) {
829 "--match, --ignore-case, --size and --time.\n");
832 if (opts.match_case && !opts.match) {
833 ntfs_log_error("The --case option doesn't make sense without the --match option\n");
848 opts.match || opts.match_case ||
1747 * 0 There is no match.
1777 ntfs_log_debug("Filename '%s' doesn't match regex.\n", file->pref_name);
2250 if (opts.match) {
2255 if (regcomp(&re, opts.match, flags)) {
2292 if (opts.match && !name_match(&re, file))
2329 if (opts.match)
2443 ntfs_log_error("ERROR: NO inode(s) AND NO match-regex "
2530 if (opts.match)
2531 free(opts.match);