Lines Matching refs:str2
1465 char str2[256];
1541 sprintf(str2, "map:/dev/null@%s", at);
1547 sprintf(str2, "map:/dev/null@%dx%dx%d:0x%lx/0x%lx/0x%lx",
1563 return strdup(str2);
1875 char *str2 = v4l_guess(str, &raw_fb_fd);
1876 if (str2 == NULL) {
1880 str = str2;
1887 char *str2 = console_guess(str, &raw_fb_fd);
1888 if (str2 == NULL) {
1892 str = str2;
1895 char *str2 = vnc_reflect_guess(str, &raw_fb_addr);
1900 str = str2;