Searched refs:solid_str (Results 1 – 6 of 6) sorted by relevance
/external/libvncserver/x11vnc/ |
D | solid.c | 1368 if (! solid_str) { in solid_bg() 1371 if (solid_on && !strcmp(prev_str, solid_str)) { in solid_bg() 1374 if (strstr(solid_str, "guess:") == solid_str in solid_bg() 1375 || !strchr(solid_str, ':')) { in solid_bg() 1379 if (strstr(solid_str, "gnome:") == solid_str) { in solid_bg() 1381 } else if (strstr(solid_str, "kde:") == solid_str) { in solid_bg() 1383 } else if (strstr(solid_str, "cde:") == solid_str) { in solid_bg() 1385 } else if (strstr(solid_str, "xfce:") == solid_str) { in solid_bg() 1392 color = strchr(solid_str, ':'); in solid_bg() 1394 color = solid_str; in solid_bg() [all …]
|
D | options.h | 90 extern char *solid_str;
|
D | user.c | 118 char *ss = solid_str; in check_switched_user() 1322 if (!solid_str) { in user_supplied_opts() 1323 solid_str = strdup(solid_default); in user_supplied_opts() 1330 if (solid_str) free(solid_str); in user_supplied_opts() 1333 solid_str = strdup("root:"); in user_supplied_opts() 1335 solid_str = strdup(q); in user_supplied_opts()
|
D | options.c | 90 char *solid_str = NULL; variable
|
D | remote.c | 2311 NONUL(solid_str)); in process_remote_cmd() 2320 rfbLog("remote_cmd: solid %s -> %s\n", NONUL(solid_str), newc); in process_remote_cmd() 2322 if (solid_str) { in process_remote_cmd() 2323 if (!strcmp(solid_str, newc)) { in process_remote_cmd() 2326 free(solid_str); in process_remote_cmd() 2328 solid_str = newc; in process_remote_cmd() 2344 if (! solid_str) { in process_remote_cmd() 2345 solid_str = strdup(solid_default); in process_remote_cmd()
|
D | x11vnc.c | 1506 fprintf(stderr, " solid: %s\n", solid_str in print_settings() 1507 ? solid_str : "null"); in print_settings() 3058 solid_str = strdup(s); in main() 3062 if (! solid_str) { in main() 3063 solid_str = strdup(solid_default); in main()
|