Searched refs:rstr (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/ |
| H A D | parse-filter.c | 2027 char *rstr; in exp_to_str() local 2032 rstr = arg_to_str(filter, arg->exp.right); in exp_to_str() 2033 if (!lstr || !rstr) in exp_to_str() 2072 if (asprintf(&str, "%s %s %s", lstr, op, rstr) < 0) in exp_to_str() 2076 free(rstr); in exp_to_str() 2084 char *rstr; in num_to_str() local 2089 rstr = arg_to_str(filter, arg->num.right); in num_to_str() 2090 if (!lstr || !rstr) in num_to_str() 2117 if (asprintf(&str, "%s %s %s", lstr, op, rstr) < 0) in num_to_str() 2128 free(rstr); in num_to_str()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/serf/serf/ |
| H A D | 0003-gen_def.patch | 23 +gen_def_script = env.File('build/gen_def.py').rstr()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | rtas-proc.c | 406 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()
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | gitutil.py | 159 rstr = '%s%s..%s' % (upstream, '~' if include_upstream else '', branch) 160 return rstr, msg
|