OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempbase
(Results
1 - 8
of
8
) sorted by null
/toolchain/binutils/binutils-2.25/libiberty/
pex-common.h
61
const char *
tempbase
;
member in struct:pex_obj
pex-common.c
53
pex_init_common (int flags, const char *pname, const char *
tempbase
,
61
obj->
tempbase
=
tempbase
;
107
if (obj->
tempbase
== NULL)
113
int len = strlen (obj->
tempbase
);
117
&& strcmp (obj->
tempbase
+ len - 6, "XXXXXX") == 0)
118
name = xstrdup (obj->
tempbase
);
120
name = concat (obj->
tempbase
, "XXXXXX", NULL);
138
if (obj->
tempbase
== NULL)
141
name = concat (obj->
tempbase
, name, NULL)
[
all
...]
pex-djgpp.c
73
pex_init (int flags, const char *pname, const char *
tempbase
)
77
return pex_init_common (flags, pname,
tempbase
, &funcs);
pex-msdos.c
84
pex_init (int flags, const char *pname, const char *
tempbase
)
92
ret = pex_init_common (flags, pname,
tempbase
, funcs);
pex-unix.c
335
pex_init (int flags, const char *pname, const char *
tempbase
)
337
return pex_init_common (flags, pname,
tempbase
, &funcs);
pex-win32.c
111
pex_init (int flags, const char *pname, const char *
tempbase
)
113
return pex_init_common (flags, pname,
tempbase
, &funcs);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h
397
TEMPBASE
A base name to use for temporary files; may be NULL to
402
const char *
tempbase
);
461
TEMPBASE
parameter to pex_init not NULL:
462
Output file name is the concatenation of
TEMPBASE
464
TEMPBASE
is NULL:
470
OUTNAME NULL,
TEMPBASE
not NULL:
472
TEMPBASE
.
473
OUTNAME NULL,
TEMPBASE
NULL:
486
both set,
TEMPBASE
may not be NULL.
/toolchain/binutils/binutils-2.25/include/
libiberty.h
400
TEMPBASE
A base name to use for temporary files; may be NULL to
405
const char *
tempbase
) ATTRIBUTE_RETURNS_NONNULL;
469
TEMPBASE
parameter to pex_init not NULL:
470
Output file name is the concatenation of
TEMPBASE
472
TEMPBASE
is NULL:
478
OUTNAME NULL,
TEMPBASE
not NULL:
480
TEMPBASE
.
481
OUTNAME NULL,
TEMPBASE
NULL:
494
both set,
TEMPBASE
may not be NULL.
Completed in 248 milliseconds