Lines Matching refs:char
14 - char qt_expected_response[] = { 0, -1 };
15 + char qt_expected_response[] = { 0, (char)-1 };
23 - char scip20_expected_response[] = { 0, -1 };
24 + char scip20_expected_response[] = { 0, (char)-1 };
32 - char tm2_expected_response[] = { 0, -1 };
33 + char tm2_expected_response[] = { 0, (char)-1 };
41 - char ss_expected_response[] = { 0, 0x3, 0x4, 0xf, -1 };
42 + char ss_expected_response[] = { 0, 0x3, 0x4, 0xf, (char)-1 };
50 - char pp_expected_response[] = { 0, -1 };
51 + char pp_expected_response[] = { 0, (char)-1 };
59 - char expected_response[] = { 0, -1 };
60 + char expected_response[] = { 0, (char)-1 };
68 - char qt_expected_response[] = { 0, -1 };
69 + char qt_expected_response[] = { 0, (char)-1 };
77 - char expected_response[] = { 0, -1 };
78 + char expected_response[] = { 0, (char)-1 };
86 - char expected_response[] = { 0, -1 };
87 + char expected_response[] = { 0, (char)-1 };
95 - char expected_response[] = { 0, -1 };
96 + char expected_response[] = { 0, (char)-1 };