Home
last modified time | relevance | path

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

/dragonfly/lib/libtelnet/
H A Dauth-proto.h70 void auth_printsub(unsigned char *, int, unsigned char *, int);
H A Dauth.c584 auth_printsub(unsigned char *data, int cnt, unsigned char *buf, int buflen) in auth_printsub() function
/dragonfly/libexec/telnetd/
H A Dutility.c913 auth_printsub(&pointer[1], length - 1, buf, sizeof(buf)); in printsub()
/dragonfly/usr.bin/telnet/
H A Dutilities.c433 auth_printsub(&pointer[1], length - 1, buf, sizeof(buf)); in printsub()