Lines Matching defs:temp
31 char *temp = ta;
32 int result = vasprintf(&temp, v, ap);
36 if (strcmp(temp, "value is 123 and 321.") != 0) {
37 t_error("%s vasprintf get tmep is %s are not 'value is 123 and 321.'\n", __func__, temp);
52 char *temp = ta;
53 int result = vasprintf(&temp, v, ap);
57 if (strcmp(temp, "value is qer and erq.") != 0) {
58 t_error("%s vasprintf get tmep is %s are not 'value is qer and erq.'\n", __func__, temp);
73 char *temp = ta;
74 int result = vasprintf(&temp, v, ap);
78 if (strcmp(temp, "value is qer and erq.") == 0) {
79 t_error("%s vasprintf error get tmep is '%s'\n", __func__, temp);