Searched defs:g_title (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Drdesktop.c76 char g_title[64] = ""; variable
807 STRNCPY(g_title, optarg, sizeof(g_title));
1142 if (g_title[0] == 0)
1144 strcpy(g_title, "rdesktop - ");
1145 strncat(g_title, server, sizeof(g_title) - sizeof("rdesktop - "));

Completed in 61 milliseconds