Home
last modified time | relevance | path

Searched refs:make_temp_file (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dmake-temp-file.c185 make_temp_file (const char *suffix) in make_temp_file() function
Dpex-common.c109 name = make_temp_file (NULL); in temp_file()
139 name = make_temp_file (name); in temp_file()
DChangeLog1479 (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*.
Dfunctions.texi714 @deftypefn Replacement char* make_temp_file (const char *@var{suffix})
/toolchain/binutils/binutils-2.25/binutils/
Dbucomm.c243 dummy_name = make_temp_file (NULL); in display_target_list()
302 dummy_name = make_temp_file (NULL); in display_info_table()
Dnlmconv.c2081 unlink_on_exit = make_temp_file (".O"); in link_inputs()
DChangeLog-00011611 * nlmconv.c (link_inputs): Use make_temp_file () instead of
/toolchain/binutils/binutils-2.25/include/
Dlibiberty.h236 extern char *make_temp_file (const char *) ATTRIBUTE_MALLOC;
DChangeLog-91031097 make_temp_file, xmalloc, xcalloc, xstrdup, xmemdup): Add
1144 * libiberty.h (make_temp_file): Add a prototype.