OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:subst_name
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/libarchive/dist/tar/
util.c
483
char *
subst_name
;
local
487
r = apply_substitution(bsdtar, name, &
subst_name
, 0, 0);
493
archive_entry_copy_pathname(entry,
subst_name
);
494
if (*
subst_name
== '\0') {
495
free(
subst_name
);
498
free(
subst_name
);
505
r = apply_substitution(bsdtar, hardlinkname, &
subst_name
, 0, 1);
511
archive_entry_copy_hardlink(entry,
subst_name
);
512
free(
subst_name
);
520
r = apply_substitution(bsdtar, archive_entry_symlink(entry), &
subst_name
, 1, 0)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
gensupport.cc
1275
const char *
subst_name
= XSTR (subst_elem->data, 0);
1286
if (strcmp (XSTR (cur_attr, 0),
subst_name
) == 0)
1303
const char *value, *
subst_name
= XSTR (subst_elem->data, 0);
1315
if (strcmp (XSTR (cur_attr, 0),
subst_name
) == 0)
1324
|| strcmp (XSTR (SET_DEST (cur_attr), 0),
subst_name
) != 0)
1336
error_at (elem->loc, "unsupported value for `%s'",
subst_name
);
1340
if (strcmp (XSTR (cur_attr, 0),
subst_name
) == 0)
1361
value,
subst_name
);
1271
const char *
subst_name
= XSTR (subst_elem->data, 0);
local
1299
const char *value, *
subst_name
= XSTR (subst_elem->data, 0);
local
/src/external/gpl3/gcc.old/dist/gcc/
gensupport.cc
731
const char *
subst_name
= XSTR (subst_elem->data, 0);
742
if (strcmp (XSTR (cur_attr, 0),
subst_name
) == 0)
759
const char *value, *
subst_name
= XSTR (subst_elem->data, 0);
771
if (strcmp (XSTR (cur_attr, 0),
subst_name
) == 0)
780
|| strcmp (XSTR (SET_DEST (cur_attr), 0),
subst_name
) != 0)
792
error_at (elem->loc, "unsupported value for `%s'",
subst_name
);
796
if (strcmp (XSTR (cur_attr, 0),
subst_name
) == 0)
817
value,
subst_name
);
727
const char *
subst_name
= XSTR (subst_elem->data, 0);
local
755
const char *value, *
subst_name
= XSTR (subst_elem->data, 0);
local
Completed in 32 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026