Home
last modified time | relevance | path

Searched refs:wmsg (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dpacket.c798 const char *wmsg; in ssh_packet_set_encryption_key() local
814 ((wmsg = cipher_warning_message(&state->send_context)) != NULL || in ssh_packet_set_encryption_key()
815 (wmsg = cipher_warning_message(&state->send_context)) != NULL)) { in ssh_packet_set_encryption_key()
816 error("Warning: %s", wmsg); in ssh_packet_set_encryption_key()
924 const char *wmsg; in ssh_set_newkeys() local
976 (wmsg = cipher_warning_message(cc)) != NULL) { in ssh_set_newkeys()
977 error("Warning: %s", wmsg); in ssh_set_newkeys()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch11026 +static void wmsg(char *msg, int wait) {
11124 + wmsg(msgbuf, 1);
11138 + wmsg(msgbuf, 1);
11166 + wmsg(msgbuf, 1);
11189 + wmsg(msgbuf, 1);
11386 + wmsg(msgbuf, 0);
11396 + wmsg(msgbuf, 1);
11421 + wmsg(msgbuf, 1);
11697 + wmsg(tmp, 1);
11728 + wmsg(msgbuf, 1);
[all …]