Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/trace/
Dtrace_events_filter.c1156 char opstr[3]; in infix_get_op() local
1159 opstr[0] = firstc; in infix_get_op()
1160 opstr[1] = nextc; in infix_get_op()
1161 opstr[2] = '\0'; in infix_get_op()
1164 if (!strcmp(opstr, ps->ops[i].string)) { in infix_get_op()
1170 opstr[1] = '\0'; in infix_get_op()
1173 if (!strcmp(opstr, ps->ops[i].string)) in infix_get_op()