Home
last modified time | relevance | path

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

/openbsd/usr.bin/skey/
H A Dskey.c136 (void)puts(hexmode ? put8(buf, key) : btoe(buf, key)); in main()
142 (void)printf("%d: %s\n", i, put8(buf, key)); in main()
/openbsd/lib/libskey/
H A Dskey.h67 char *put8(char *, char *);
H A Dput.c420 put8(char *out, char *s) in put8() function
/openbsd/usr.bin/skeyinit/
H A Dskeyinit.c317 hexmode ? put8(buf, key) : btoe(buf, key)); in main()