Searched refs:temp_file (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/legacy/binutils/libiberty/
H A Dpex-common.c101 temp_file (struct pex_obj *obj, int flags, char *name) function
226 outname = temp_file (obj, flags, outname);
340 name = temp_file (obj, flags, name);
/haiku-buildtools/binutils/libiberty/
H A Dpex-common.c103 temp_file (struct pex_obj *obj, int flags, char *name) function
232 outname = temp_file (obj, flags, outname);
396 name = temp_file (obj, flags, name);
/haiku-buildtools/gcc/libiberty/
H A Dpex-common.c103 temp_file (struct pex_obj *obj, int flags, char *name) function
232 outname = temp_file (obj, flags, outname);
396 name = temp_file (obj, flags, name);
/haiku-buildtools/gcc/gcc/ada/
H A Dadaint.c497 char temp_file[256];
502 sprintf (temp_file, "%s%cTMP-%ld-%ld",
506 fd = open (temp_file, O_CREAT | O_WRONLY, 0600);
513 link (temp_file, full_path);
517 __gnat_stat (temp_file, &stat_result);
518 unlink (temp_file);
496 char temp_file[256]; local
/haiku-buildtools/legacy/gcc/gcc/
H A Dgcc.c1752 struct temp_file struct
1755 struct temp_file *next;
1759 static struct temp_file *always_delete_queue;
1761 static struct temp_file *failure_delete_queue;
1781 register struct temp_file *temp;
1786 temp = (struct temp_file *) xmalloc (sizeof (struct temp_file));
1796 register struct temp_file *temp;
1801 temp = (struct temp_file *) xmalloc (sizeof (struct temp_file));
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgcc.c2141 struct temp_file
2144 struct temp_file *next;
2148 static struct temp_file *always_delete_queue;
2150 static struct temp_file *failure_delete_queue;
2165 struct temp_file *temp;
2170 temp = XNEW (struct temp_file);
2180 struct temp_file *temp;
2188 temp = XNEW (struct temp_file);
2232 struct temp_file *temp;
2244 struct temp_file *tem
2129 struct temp_file struct
4768 char *temp_file = make_temp_file (""); local
[all...]
H A Dcollect2.c3042 post_ld_pass (bool temp_file) {
3043 if (!(temp_file && flag_idsym) && !flag_dsym)
3051 static void post_ld_pass (bool temp_file ATTRIBUTE_UNUSED) { }
3030 post_ld_pass(bool temp_file) argument

Completed in 143 milliseconds