Searched refs:outfname (Results 1 – 3 of 3) sorted by relevance
/external/strace/ |
D | strace.c | 153 static const char *outfname; variable 530 perror_msg("%s.%u", outfname, tcp->pid); in outf_perror() 532 perror_msg("%s", outfname); in outf_perror() 656 else if (nprocs > 1 && !outfname) in printleader() 723 xsprintf(name, "%s.%u", outfname, tcp->pid); in after_successful_attach() 1675 outfname = optarg; in init() 1844 if (outfname) { in init() 1846 if (outfname[0] == '|' || outfname[0] == '!') { in init() 1854 shared_log = strace_popen(outfname + 1); in init() 1856 shared_log = strace_fopen(outfname); in init() [all …]
|
D | ChangeLog-CVS | 1447 swapping. Do not open outfname when followfork > 1. 1512 * defs.h (rflag, tflag, outfname): Remove. 1514 outfname, username): Make static. 5424 * strace.c (outfname): Initialize to NULL. 5427 Check if outfname is NULL instead of checking outf for stderr.
|
D | ChangeLog | 13718 * strace.c (username, outfname): Add const qualifier. 13719 (init): Do not xstrdup optarg to initialize outfname and username. 48015 * strace.c (droptcb): Remove outfname check in "outfname && followfork >= 2" -
|