HomeSort by: relevance | last modified time | path
    Searched refs:btoe (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libskey/
skey.h 75 char *btoe(char *, const char *);
put.c 2084 char *btoe(char *engout, const char *c) function in typeref:typename:char *
2185 * Provided as a possible alternative to btoe()
  /src/usr.bin/skey/
skey.c 137 (void)puts(hexmode ? put8(buf, key) : btoe(buf, key));
142 (void)printf("%3d: %-29s", i, btoe(buf, key));
  /src/usr.bin/skeyinit/
skeyinit.c 380 hexmode ? put8(buf, key) : btoe(buf, key));

Completed in 13 milliseconds