Searched refs:hex2_bin (Results 1 – 5 of 5) sorted by relevance
12 static int hex2_bin (char *s);39 if ((*count = hex2_bin(input)) < 0) { in srec_decode()92 if ((v = hex2_bin(input)) < 0) { in srec_decode()101 if ((v = hex2_bin(input)) < 0) { in srec_decode()113 if ((v = hex2_bin(input)) < 0) { in srec_decode()121 if ((v = hex2_bin(input)) < 0) { in srec_decode()136 if ((v = hex2_bin(input)) < 0) { in srec_decode()145 if ((v = hex2_bin(input)) < 0) { in srec_decode()167 static int hex2_bin (char *s) in hex2_bin() function