Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/skey/
Dskey.c137 (void)puts(hexmode ? put8(buf, key) : btoe(buf, key)); in main()
142 (void)printf("%3d: %-29s", i, btoe(buf, key)); in main()
/netbsd/src/lib/libskey/
Dskey.expsym5 btoe
Dskey.h75 char *btoe(char *, const char *);
Dput.c2084 char *btoe(char *engout, const char *c) in btoe() function
/netbsd/src/usr.bin/skeyinit/
Dskeyinit.c380 hexmode ? put8(buf, key) : btoe(buf, key)); in main()