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

/freebsd-9.3-release/bin/ed/
H A Dcbc.c201 hex_to_binary(int c, int radix) function
247 if ((nbuf[i] = hex_to_binary((int) kbuf[i], 16)) == -1)
267 if ((nbuf[i] = hex_to_binary((int) kbuf[i], 2)) == -1)
H A Ded.h228 int hex_to_binary(int, int);

Completed in 53 milliseconds