HomeSort by: relevance | last modified time | path
    Searched defs:hex_to_binary (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ed/
cbc.c 146 static int hex_to_binary(int, int);
262 hex_to_binary(int c /* char to be converted */, function in typeref:typename:int
307 if ((nbuf[i] = hex_to_binary((int) inbuf[i], 16)) == -1)
327 if ((nbuf[i] = hex_to_binary((int) inbuf[i], 2)) == -1)
cbc.c 146 static int hex_to_binary(int, int);
262 hex_to_binary(int c /* char to be converted */, function in typeref:typename:int
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 126 milliseconds