HomeSort by relevance Sort by last modified time
    Searched full:outfname (Results 1 - 5 of 5) sorted by null

  /external/strace/
strace.c 119 static char *outfname = NULL; variable
364 if (outfname && followfork > 1) {
368 sprintf(name, "%.512s.%u", outfname, tcp->pid);
873 outfname = strdup(optarg);
978 if (outfname) {
980 if (outfname[0] == '|' || outfname[0] == '!') {
982 * We can't do the <outfname>.PID funny business
992 if ((outf = strace_popen(outfname + 1)) == NULL)
996 (outf = strace_fopen(outfname, "w")) == NULL
    [all...]
ChangeLog-CVS     [all...]
  /external/elfutils/src/
ld.c 783 if (ld_state.outfname != NULL)
790 ld_state.outfname = arg;
    [all...]
ld.h 786 const char *outfname; member in struct:ld_state
    [all...]
ldgeneric.c     [all...]

Completed in 3191 milliseconds