Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dbufaux.h53 void buffer_put_utf8_string(Buffer *, const char *, uint_t len);
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dbufaux.c413 buffer_put_utf8_string(Buffer *buffer, const char *s, uint_t len) in buffer_put_utf8_string() function
434 buffer_put_utf8_string(buffer, s, strlen(s)); in buffer_put_utf8_cstring()
H A Dpacket.c464 buffer_put_utf8_string(&outgoing_packet, str, len); in packet_put_utf8_string()