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

/freebsd-11.0-release/bin/ed/
H A Dcbc.c192 hex_to_binary(int c, int radix) function
238 if ((nbuf[i] = hex_to_binary((int) kbuf[i], 16)) == -1)
258 if ((nbuf[i] = hex_to_binary((int) kbuf[i], 2)) == -1)
H A Ded.h228 int hex_to_binary(int, int);

Completed in 100 milliseconds