OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_prefix
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
dlltool.c
350
static char *
tmp_prefix
= NULL;
variable
836
*buf = xmalloc (strlen (
tmp_prefix
) + 64);
837
sprintf (*buf, fmt,
tmp_prefix
);
3903
tmp_prefix
= optarg;
4068
if (
tmp_prefix
== NULL)
4074
tmp_prefix
= xasprintf ("%s_", input);
4075
for (i = 0;
tmp_prefix
[i]; i++)
4076
if (!ISALNUM (
tmp_prefix
[i]))
4077
tmp_prefix
[i] = '_';
4080
tmp_prefix
= prefix_encode ("d", getpid ())
[
all
...]
/src/external/gpl3/binutils.old/dist/binutils/
dlltool.c
350
static char *
tmp_prefix
= NULL;
variable
836
*buf = xmalloc (strlen (
tmp_prefix
) + 64);
837
sprintf (*buf, fmt,
tmp_prefix
);
3902
tmp_prefix
= optarg;
4067
if (
tmp_prefix
== NULL)
4073
tmp_prefix
= xasprintf ("%s_", input);
4074
for (i = 0;
tmp_prefix
[i]; i++)
4075
if (!ISALNUM (
tmp_prefix
[i]))
4076
tmp_prefix
[i] = '_';
4079
tmp_prefix
= prefix_encode ("d", getpid ())
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
gcc.cc
4841
char *
tmp_prefix
= concat (gcc_exec_prefix, "gcc", NULL);
4842
gcc_libexec_prefix = get_relative_prefix (
tmp_prefix
,
4850
free (
tmp_prefix
);
5548
char *
tmp_prefix
= get_relative_prefix (decoded_options[0].arg,
5551
if (
tmp_prefix
&& access_check (
tmp_prefix
, F_OK) == 0)
5553
target_system_root =
tmp_prefix
;
4820
char *
tmp_prefix
= concat (gcc_exec_prefix, "gcc", NULL);
local
5527
char *
tmp_prefix
= get_relative_prefix (decoded_options[0].arg,
local
/src/external/gpl3/gcc.old/dist/gcc/
gcc.cc
4784
char *
tmp_prefix
= concat (gcc_exec_prefix, "gcc", NULL);
4785
gcc_libexec_prefix = get_relative_prefix (
tmp_prefix
,
4793
free (
tmp_prefix
);
5462
char *
tmp_prefix
= get_relative_prefix (decoded_options[0].arg,
5465
if (
tmp_prefix
&& access_check (
tmp_prefix
, F_OK) == 0)
5467
target_system_root =
tmp_prefix
;
4763
char *
tmp_prefix
= concat (gcc_exec_prefix, "gcc", NULL);
local
5441
char *
tmp_prefix
= get_relative_prefix (decoded_options[0].arg,
local
/src/external/lgpl3/gmp/dist/
configure
25167
pentium)
tmp_prefix
=p ;;
25168
pentium_mmx)
tmp_prefix
=pm ;;
25169
p6_mmx)
tmp_prefix
=p2 ;;
25170
p6_p3mmx)
tmp_prefix
=p3 ;;
25171
pentium4)
tmp_prefix
=p4 ;;
25172
pentium4_mmx)
tmp_prefix
=p4m ;;
25173
pentium4_sse2)
tmp_prefix
=p4s ;;
25174
k6_mmx)
tmp_prefix
=k6m ;;
25175
k6_k62mmx)
tmp_prefix
=k62 ;;
25176
k7_mmx)
tmp_prefix
=k7m ;
[
all
...]
Completed in 60 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026