Home
last modified time | relevance | path

Searched refs:choose_tmpdir (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
DChangeLog.jit3 * choose-temp.c (choose_tmpdir): Remove now-redundant local
6 * make-temp-file.c (choose_tmpdir): Convert return type from
Dmake-temp-file.c106 choose_tmpdir (void) in choose_tmpdir() function
187 const char *base = choose_tmpdir (); in make_temp_file()
Dchoose-temp.c62 const char *base = choose_tmpdir (); in choose_temp_base()
DChangeLog353 * choose-temp.c (choose_tmpdir): Remove now-redundant local
356 * make-temp-file.c (choose_tmpdir): Convert return type from
1296 * make-temp-file.c (choose_tmpdir): Append a dot to P_tmpdir if needed.
1542 * make-temp-file.c (choose_tmpdir): Try standard temp logical on VMS.
1691 (choose_tmpdir): On Windows, use GetTempPath.
2603 (choose_tmpdir): Use XNEWVEC.
2939 * make-temp-file.c (try, choose_tmpdir, make_temp_file): Likewise.
Dfunctions.texi152 @deftypefn Replacement const char* choose_tmpdir ()
/toolchain/binutils/binutils-2.27/include/
Dlibiberty.h232 extern const char *choose_tmpdir (void) ATTRIBUTE_RETURNS_NONNULL;
DChangeLog-0415254 * libiberty.h (choose_tmpdir): New prototype.