HomeSort by relevance Sort by last modified time
    Searched refs:clip_str (Results 1 - 6 of 6) sorted by null

  /external/libvncserver/x11vnc/
xinerama.c 270 if (!clip_str || !dpy) {
273 if (sscanf(clip_str, "xinerama%d", &k) == 1) {
275 } else if (sscanf(clip_str, "screen%d", &k) == 1) {
281 free(clip_str);
282 clip_str = NULL;
320 clip_str = strdup(str);
323 clip_str = strdup("");
327 rfbLog("set -clip to '%s' for xinerama%d\n", clip_str, k);
options.c 88 char *clip_str = NULL; /* -clip */ variable
options.h 88 extern char *clip_str;
x11vnc.c 2329 clip_str = strdup(argv[++i]); local
    [all...]
remote.c 1287 NONUL(clip_str));
1291 if (clip_str) {
1293 free(clip_str);
1301 clip_str = strdup(p);
1308 clip_str = strdup(p);
    [all...]
screen.c     [all...]

Completed in 157 milliseconds