Home | History | Annotate | Download | only in src

Lines Matching refs:tempfname

2646   if (status != 0 && ld_state.tempfname != NULL)
2647 unlink (ld_state.tempfname);
2665 char *tempfname = (char *) obstack_alloc (&ld_state.smem,
2667 ld_state.tempfname = tempfname;
2673 strcpy (mempcpy (tempfname, ld_state.outfname, outfname_len), ".XXXXXX");
2679 if (mktemp (tempfname) != NULL
2680 && (fd = open (tempfname, O_RDWR | O_EXCL | O_CREAT | O_NOFOLLOW,
6999 if (rename (ld_state.tempfname, ld_state.outfname) != 0)
7019 ld_state.tempfname = NULL;