Searched refs:tempbase (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | pex-common.c | 53 pex_init_common (int flags, const char *pname, const char *tempbase, in pex_init_common() argument 61 obj->tempbase = tempbase; in pex_init_common() 107 if (obj->tempbase == NULL) in temp_file() 113 int len = strlen (obj->tempbase); in temp_file() 117 && strcmp (obj->tempbase + len - 6, "XXXXXX") == 0) in temp_file() 118 name = xstrdup (obj->tempbase); in temp_file() 120 name = concat (obj->tempbase, "XXXXXX", NULL); in temp_file() 138 if (obj->tempbase == NULL) in temp_file() 141 name = concat (obj->tempbase, name, NULL); in temp_file() 225 outname = concat (obj->tempbase, outname, NULL); in pex_run_in_environment()
|
D | pex-djgpp.c | 73 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() argument 77 return pex_init_common (flags, pname, tempbase, &funcs); in pex_init()
|
D | pexecute.txh | 3 const char *@var{pname}, const char *@var{tempbase}) 29 messages. @var{tempbase} is a base name to use for any required 121 @var{outname} may not be @code{NULL}. If the @var{tempbase} parameter 123 the concatenation of @var{tempbase} and @var{outname}. If 124 @var{tempbase} was @code{NULL}, then the output file name is a random 130 file name. If @var{outname} is @code{NULL}, and @var{tempbase} was 132 @var{tempbase}. Otherwise the output file name is chosen completely
|
D | pex-msdos.c | 84 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() argument 92 ret = pex_init_common (flags, pname, tempbase, funcs); in pex_init()
|
D | pex-common.h | 61 const char *tempbase; member
|
D | pex-unix.c | 335 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() argument 337 return pex_init_common (flags, pname, tempbase, &funcs); in pex_init()
|
D | pex-win32.c | 111 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() argument 113 return pex_init_common (flags, pname, tempbase, &funcs); in pex_init()
|
D | functions.texi | 852 const char *@var{pname}, const char *@var{tempbase}) 878 messages. @var{tempbase} is a base name to use for any required 1080 @var{outname} may not be @code{NULL}. If the @var{tempbase} parameter 1082 the concatenation of @var{tempbase} and @var{outname}. If 1083 @var{tempbase} was @code{NULL}, then the output file name is a random 1089 file name. If @var{outname} is @code{NULL}, and @var{tempbase} was 1091 @var{tempbase}. Otherwise the output file name is chosen completely
|
/toolchain/binutils/binutils-2.25/include/ |
D | libiberty.h | 405 const char *tempbase) ATTRIBUTE_RETURNS_NONNULL;
|