Searched refs:subst_name (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/bsd/libarchive/dist/tar/ |
| D | util.c | 474 char *subst_name; local 478 r = apply_substitution(bsdtar, name, &subst_name, 0, 0); 484 archive_entry_copy_pathname(entry, subst_name); 485 if (*subst_name == '\0') { 486 free(subst_name); 489 free(subst_name); 496 r = apply_substitution(bsdtar, hardlinkname, &subst_name, 0, 1); 502 archive_entry_copy_hardlink(entry, subst_name); 503 free(subst_name); 511 r = apply_substitution(bsdtar, archive_entry_symlink(entry), &subst_name, 1, 0); [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gensupport.cc | 727 const char *subst_name = XSTR (subst_elem->data, 0); in change_subst_attribute() local 738 if (strcmp (XSTR (cur_attr, 0), subst_name) == 0) in change_subst_attribute() 755 const char *value, *subst_name = XSTR (subst_elem->data, 0); in has_subst_attribute() local 767 if (strcmp (XSTR (cur_attr, 0), subst_name) == 0) in has_subst_attribute() 776 || strcmp (XSTR (SET_DEST (cur_attr), 0), subst_name) != 0) in has_subst_attribute() 788 error_at (elem->loc, "unsupported value for `%s'", subst_name); in has_subst_attribute() 792 if (strcmp (XSTR (cur_attr, 0), subst_name) == 0) in has_subst_attribute() 813 value, subst_name); in has_subst_attribute()
|
| D | ChangeLog-2019 | 17350 only if subst_name matches curr_attr string.
|