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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dctrl.c55 static char ctrlsock_name[PATH_MAX]; variable
203 strcpy(saun.sun_path, ctrlsock_name);
278 snprintf(ctrlsock_name, PATH_MAX, "%s" RDESKTOP_CTRLSOCK_STORE "/%s.ctl", home, hash);
279 ctrlsock_name[sizeof(ctrlsock_name) - 1] = '\0';
291 if (stat(ctrlsock_name, &st) == 0)
301 unlink(ctrlsock_name);
315 strncpy(saun.sun_path, ctrlsock_name, sizeof(saun.sun_path));
340 unlink(ctrlsock_name);
481 strcpy(saun.sun_path, ctrlsock_name);
[all...]

Completed in 314 milliseconds