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

  /external/strace/
unwind.c 80 char *output_line; member in struct:call_t
448 char *output_line = NULL; local
452 n = asprintf(&output_line, STACK_ENTRY_SYMBOL_FMT);
454 n = asprintf(&output_line, STACK_ENTRY_NOSYMBOL_FMT);
457 ? asprintf(&output_line, STACK_ENTRY_ERROR_WITH_OFFSET_FMT)
458 : asprintf(&output_line, STACK_ENTRY_ERROR_FMT);
460 n = asprintf(&output_line, STACK_ENTRY_BUG_FMT, __FUNCTION__);
465 return output_line;
482 call->output_line = sprint_call_or_error(binary_filename,
533 tprints(tmp->output_line);
    [all...]