Lines Matching defs:result
28 char *result = strcasestr(haystate, "");
29 if (strcmp(result, "bIg dAdDy/gIaNt hAyStAcKs") != 0) {
30 t_error("%s strcasestr error get result is %s\n", __func__, result);
42 char *result = strcasestr(haystate, "B");
43 if (strcmp(result, "bIg dAdDy/gIaNt hAyStAcKs") != 0) {
44 t_error("%s strcasestr error get result is %s\n", __func__, result);
56 char *result = strcasestr(haystate, "i");
57 if (strcmp(result, "Ig dAdDy/gIaNt hAyStAcKs") != 0) {
58 t_error("%s strcasestr error get result is %s\n", __func__, result);
70 char *result = strcasestr(haystate, "Da");
71 if (strcmp(result, "dAdDy/gIaNt hAyStAcKs") != 0) {
72 t_error("%s strcasestr error get result is %s\n", __func__, result);