Searched refs:make_temp_file (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | make-temp-file.c | 185 make_temp_file (const char *suffix) in make_temp_file() function
|
D | pex-common.c | 109 name = make_temp_file (NULL); in temp_file() 139 name = make_temp_file (name); in temp_file()
|
D | ChangeLog | 1479 (make_temp_file): If mkstemps failed, print an error message 2625 * make-temp-file.c (try, choose_tmpdir, make_temp_file): Likewise. 4727 * choose-temp.c: Split off make_temp_file, and the code 5353 * choose-temp.c (try, choose_temp_base, make_temp_file): Constify. 5747 (make_temp_file): Constify a char*.
|
D | functions.texi | 714 @deftypefn Replacement char* make_temp_file (const char *@var{suffix})
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | bucomm.c | 243 dummy_name = make_temp_file (NULL); in display_target_list() 302 dummy_name = make_temp_file (NULL); in display_info_table()
|
D | nlmconv.c | 2081 unlink_on_exit = make_temp_file (".O"); in link_inputs()
|
D | ChangeLog-0001 | 1611 * nlmconv.c (link_inputs): Use make_temp_file () instead of
|
/toolchain/binutils/binutils-2.25/include/ |
D | libiberty.h | 236 extern char *make_temp_file (const char *) ATTRIBUTE_MALLOC;
|
D | ChangeLog-9103 | 1097 make_temp_file, xmalloc, xcalloc, xstrdup, xmemdup): Add 1144 * libiberty.h (make_temp_file): Add a prototype.
|