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

  /external/libvncserver/x11vnc/
linuxfb.c 62 char *atparms = NULL, *file = NULL; local
92 atparms = strdup(q+1);
176 atparms = strdup(tmp);
180 if (! atparms) {
215 atparms = (char *) malloc(200);
216 sprintf(atparms, "%dx%dx%d:%lx/%lx/%lx",
233 if (atparms) {
235 if (sscanf(atparms, "%dx%dx%d", &gw, &gh, &gb) == 3) {
257 if (! atparms) {
262 q = (char *) malloc(strlen("mmap:") + strlen(file) + 1 + strlen(atparms) + 1)
    [all...]
macosx.c 171 char *atparms = NULL, *file = NULL; local
185 atparms = strdup(q+1);
203 if (! atparms) {
239 atparms = (char *) malloc(200);
240 sprintf(atparms, "%dx%dx%d:%lx/%lx/%lx", w, h, b, rm, gm, bm);
242 if (atparms) {
244 if (sscanf(atparms, "%dx%dx%d", &gw, &gh, &gb) == 3) {
250 if (! atparms) {
255 q = (char *) malloc(strlen("map:macosx:") + strlen(file) + 1 + strlen(atparms) + 1);
256 sprintf(q, "map:macosx:%s@%s", file, atparms);
    [all...]
v4l.c 93 static void parse_str(char *str, char **dev, char **settings, char **atparms);
1119 char *atparms = (char *) malloc(200); local
1121 sprintf(atparms, "%dx%dx%d", g_w, g_h, g_d);
1123 strcat(atparms, ":7c00/3e0/1f");
1126 return atparms;
1143 char *atparms = (char *) malloc(200); local
1146 sprintf(atparms, "%dx%dx%d", g_w, g_h, g_d);
1148 strcat(atparms, ":7c00/3e0/1f");
1151 return atparms;
1165 char *atparms, *cmd local
1351 char *dev = NULL, *settings = NULL, *atparms = NULL; local
    [all...]

Completed in 53 milliseconds