Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dbufaux.h54 void buffer_put_utf8_cstring(Buffer *, const char *);
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dbufaux.c432 buffer_put_utf8_cstring(Buffer *buffer, const char *s) in buffer_put_utf8_cstring() function
H A Dpacket.c455 buffer_put_utf8_cstring(&outgoing_packet, str); in packet_put_utf8_cstring()