Searched refs:hex2_bin (Results 1 – 1 of 1) sorted by relevance
11 static int hex2_bin (char *s);38 if ((*count = hex2_bin(input)) < 0) { in srec_decode()91 if ((v = hex2_bin(input)) < 0) { in srec_decode()100 if ((v = hex2_bin(input)) < 0) { in srec_decode()112 if ((v = hex2_bin(input)) < 0) { in srec_decode()120 if ((v = hex2_bin(input)) < 0) { in srec_decode()135 if ((v = hex2_bin(input)) < 0) { in srec_decode()144 if ((v = hex2_bin(input)) < 0) { in srec_decode()166 static int hex2_bin (char *s) in hex2_bin() function