Searched refs:outfname (Results 1 - 4 of 4) sorted by relevance
/external/strace/ |
H A D | strace.c | 152 static const char *outfname; variable 523 perror_msg("%s.%u", outfname, tcp->pid); 525 perror_msg("%s", outfname); 649 else if (nprocs > 1 && !outfname) 698 xsprintf(name, "%s.%u", outfname, tcp->pid); 1669 outfname = optarg; 1843 if (outfname) { 1845 if (outfname[0] == '|' || outfname[0] == '!') { 1847 * We can't do the <outfname> [all...] |
/external/elfutils/src/ |
H A D | ld.c | 769 if (ld_state.outfname != NULL) 776 ld_state.outfname = arg;
|
H A D | ld.h | 778 const char *outfname; member in struct:ld_state
|
H A D | ldgeneric.c | 2651 if (ld_state.outfname == NULL) 2652 ld_state.outfname = "a.out"; 2654 size_t outfname_len = strlen (ld_state.outfname); 2663 strcpy (mempcpy (tempfname, ld_state.outfname, outfname_len), ".XXXXXX"); 6988 if (rename (ld_state.tempfname, ld_state.outfname) != 0) 6994 if (stat (ld_state.outfname, &new_st) != 0 6999 unlink (ld_state.outfname);
|
Completed in 170 milliseconds