Searched refs:hex_to_binary (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/ed/
H A Dcbc.c146 static int hex_to_binary(int, int);
262 hex_to_binary(int c /* char to be converted */, function
307 if ((nbuf[i] = hex_to_binary((int) inbuf[i], 16)) == -1)
327 if ((nbuf[i] = hex_to_binary((int) inbuf[i], 2)) == -1)

Completed in 92 milliseconds