Home | History | Annotate | Download | only in x11vnc

Lines Matching full:strlen

75 	newpath = (char *) malloc(strlen(oldpath) + strlen(addpath) + 1);
148 if (strlen(output) + strlen(line) + 1 < 50000) {
561 if (dbus_env != NULL && strlen(dbus_env) > 0) {
701 cmd = (char *) malloc(strlen(set_option) - 2 + strlen(orig_option) + strlen(dbus) + 1);
705 cmd = (char *) malloc(strlen(set_color) - 2 + strlen(orig_color) + strlen(dbus) + 1);
715 cmd = (char *) malloc(strlen(get_color) + strlen(dbus) + 1);
732 cmd = (char *) malloc(strlen(get_option) + strlen(dbus) + 1);
750 cmd = (char *) malloc(strlen(set_color) + strlen(color) + strlen(dbus) + 1);
755 cmd = (char *) malloc(strlen(set_option) + strlen("none") + strlen(dbus) + 1);
761 cmd = (char *) malloc(strlen(set_filename) + strlen("none") + 1);
806 cmd = (char *) malloc(strlen(set_image_show) - 2 + strlen(orig_image_show) + strlen(dbus) + 1);
812 cmd = (char *) malloc(strlen(set_color_style) - 2 + strlen(orig_color_style) + strlen(dbus) + 1);
824 cmd = (char *) malloc(strlen(get_image_show) + strlen(dbus) + 1);
843 cmd = (char *) malloc(strlen(get_color_style) + strlen(dbus) + 1);
851 if (strlen(orig_color_style) > 1 || !isdigit((unsigned char) (*orig_color_style))) {
864 cmd = (char *) malloc(strlen(set_color_style) + strlen("0") + strlen(dbus) + 1);
869 cmd = (char *) malloc(strlen(set_image_show) + strlen("false") + strlen(dbus) + 1);
903 len = strlen(list_sessions) + strlen(user) + 1;
935 char *h2 = (char *) malloc(strlen(host) + 2 + 1);
953 int n = strlen(dsn);
966 int n = strlen(dsn);
984 len = strlen("--session ") + 2 + strlen(sess) + 1;
1022 len = strlen(bg_on) + strlen(user) + strlen(sess) + 1;
1042 len = strlen(set_color) + strlen(user) + strlen(sess) + strlen(color) + 1;
1048 len = strlen(bg_off) + strlen(user) + strlen(sess) + 1;
1095 len = strlen(kwin_reconfigure) + strlen(user) + strlen(sess) + 1;
1147 len = strlen(kwin_reconfigure) + strlen(user) + strlen(sess) + 1;
1151 len = 1 + strlen("sleep 10") + 2 + strlen(kwinrc_off) + 2 + strlen(cmd) + 2 + strlen("sleep 5") + 2 + strlen(kwinrc_on) + 3 + 1;
1219 write(fd, macosx_solid_background, strlen(macosx_solid_background));