Home
last modified time | relevance | path

Searched refs:NONUL (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/x11vnc/
Dremote.c1287 NONUL(clip_str)); in process_remote_cmd()
1484 NONUL(cmap8to24_str)); in process_remote_cmd()
1535 NONUL(visual_str)); in process_remote_cmd()
1551 NONUL(scale_str)); in process_remote_cmd()
1568 NONUL(scale_cursor_str)); in process_remote_cmd()
1806 NONUL(connect_proxy)); in process_remote_cmd()
1826 NONUL(allow_once)); in process_remote_cmd()
1839 NONUL(allow_list)); in process_remote_cmd()
1984 rfbLog("allow list is: '%s'\n", NONUL(allow_list)); in process_remote_cmd()
2030 rfbLog("allow list is: '%s'\n", NONUL(allow_list)); in process_remote_cmd()
[all …]
Dgui.c314 "display: %s\n", NONUL(x11vnc_xdisplay)); in run_gui()
350 " display %s ...\n", NONUL(x11vnc_xdisplay)); in run_gui()
357 NONUL(x11vnc_xdisplay), i+1); in run_gui()
Dutil.h73 #define NONUL(x) ((x) ? (x) : "") macro
Dscreen.c1142 rfbLog("skipping invalid pad geometry: '%s'\n", NONUL(geom)); in install_padded_fb()