Searched refs:fmt1_str (Results 1 – 1 of 1) sorted by relevance
1103 char *argv0_str = NULL, *fmt, *fmt1_str, *fmt2_str, *fmt3_str; in parse_probe_trace_command() local1125 fmt1_str = strtok_r(argv0_str, ":", &fmt); in parse_probe_trace_command()1128 if (fmt1_str == NULL || strlen(fmt1_str) != 1 || fmt2_str == NULL in parse_probe_trace_command()1134 pr = fmt1_str[0]; in parse_probe_trace_command()1152 fmt1_str = strtok_r(p, "+", &fmt); in parse_probe_trace_command()1153 tp->symbol = strdup(fmt1_str); in parse_probe_trace_command()