Searched refs:check_1 (Results 1 – 3 of 3) sorted by relevance
220 check_1 (int gate, enum ld_plugin_level level, const char *text) in check_1() function239 #define check(GATE, LEVEL, TEXT) check_1 (((GATE) != 0), (LEVEL), (TEXT))
628 (check_1): Rename from check, and use int not bool for gate argument.
10240 int check_1 = 0; in read_frame() local10246 check_1 = readchar (remote_timeout); in read_frame()10248 if (check_0 == SERIAL_TIMEOUT || check_1 == SERIAL_TIMEOUT) in read_frame()10253 else if (check_0 < 0 || check_1 < 0) in read_frame()10265 pktcsum = (fromhex (check_0) << 4) | fromhex (check_1); in read_frame()