Lines Matching refs:strdup
102 origdup = dup = strdup(optarg); in parse_abort_conditions()
346 settings->name = strdup(optarg); in parse_options()
352 if (!add_regex(&settings->include_regexes, strdup(optarg))) in parse_options()
356 if (!add_regex(&settings->exclude_regexes, strdup(optarg))) in parse_options()
450 char *name = strdup(settings->results_path); in parse_options()
452 settings->name = strdup(basename(name)); in parse_options()
515 char *tmppath = strdup(path); in _dirname()
517 tmpname = strdup(tmpname); in _dirname()
524 char *tmppath = strdup(path); in _basename()
526 tmpname = strdup(tmpname); in _basename()
653 PARSE_LINE(settings, name, val, test_list, val ? strdup(val) : NULL); in read_settings_from_file()
654 PARSE_LINE(settings, name, val, name, val ? strdup(val) : NULL); in read_settings_from_file()
665 PARSE_LINE(settings, name, val, test_root, val ? strdup(val) : NULL); in read_settings_from_file()
666 PARSE_LINE(settings, name, val, results_path, val ? strdup(val) : NULL); in read_settings_from_file()