Home
last modified time | relevance | path

Searched refs:tobinhex (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.bin/bdes/
H A Dbdes.c164 static int tobinhex(char, int);
377 tobinhex(char c, int radix) in tobinhex() function
429 if ((nbuf[i] = tobinhex(ibuf[i], 16)) == -1) in cvtkey()
449 if ((nbuf[i] = tobinhex(ibuf[i], 2)) == -1) in cvtkey()