Home
last modified time | relevance | path

Searched refs:line_ptr (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/trace/
H A Dcontrol.c160 const char *line_ptr = enable ? line_buf : line_buf + 1; in do_trace_enable_events() local
163 bool is_pattern = trace_event_is_pattern(line_ptr); in do_trace_enable_events()
165 trace_event_iter_init_pattern(&iter, line_ptr); in do_trace_enable_events()
170 line_ptr); in do_trace_enable_events()
185 line_ptr); in do_trace_enable_events()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch664 char * line, *r, *newline , *line_ptr;
10160 -int ss_execute_line (sci_idx, line_ptr)
10162 - char *line_ptr;
10164 +ss_execute_line(int sci_idx, char *line_ptr)
10514 -char **ss_parse (sci_idx, line_ptr, argc_ptr)
10516 - char *line_ptr;
10519 +ss_parse(int sci_idx, char *line_ptr, int *argc_ptr)