/external/strace/ |
unwind.c | 80 char *output_line; member in struct:call_t 460 char *output_line = NULL; local 464 n = asprintf(&output_line, STACK_ENTRY_SYMBOL_FMT); 466 n = asprintf(&output_line, STACK_ENTRY_NOSYMBOL_FMT); 469 ? asprintf(&output_line, STACK_ENTRY_ERROR_WITH_OFFSET_FMT) 470 : asprintf(&output_line, STACK_ENTRY_ERROR_FMT); 472 n = asprintf(&output_line, STACK_ENTRY_BUG_FMT, __FUNCTION__); 477 return output_line; 497 call->output_line = sprint_call_or_error(binary_filename, 548 tprints(tmp->output_line); [all...] |
/external/ltrace/ |
output.c | 255 output_line(struct process *proc, const char *fmt, ...) function 851 output_line(0, "%s:%d: %s: %s", 854 output_line(0, "%s: %s", severity, buf);
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
execute.c | 568 static void output_line P_((const char *, size_t, int, struct output *)); 570 output_line(text, length, nl, outf) 566 output_line(text, length, nl, outf) function [all...] |