Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/traceevent/
Dparse-filter.c2020 char *rstr; in exp_to_str() local
2025 rstr = arg_to_str(filter, arg->exp.right); in exp_to_str()
2026 if (!lstr || !rstr) in exp_to_str()
2065 asprintf(&str, "%s %s %s", lstr, op, rstr); in exp_to_str()
2068 free(rstr); in exp_to_str()
2076 char *rstr; in num_to_str() local
2081 rstr = arg_to_str(filter, arg->num.right); in num_to_str()
2082 if (!lstr || !rstr) in num_to_str()
2109 asprintf(&str, "%s %s %s", lstr, op, rstr); in num_to_str()
2119 free(rstr); in num_to_str()
/Linux-v5.4/arch/powerpc/kernel/
Drtas-proc.c406 char rstr[64]; in ppc_rtas_sensors_show() local
410 sprintf (rstr, SENSOR_PREFIX"%04d", p->token); in ppc_rtas_sensors_show()
411 loc = of_get_property(rtas_node, rstr, &llen); in ppc_rtas_sensors_show()