Lines Matching refs:fdgeom
1959 char fdgeom[128], fdsess[128], fdopts[128], fdextra[256], fdprog[128]; in build_create_cmd() local
1972 sprintf(fdgeom, "NONE"); in build_create_cmd()
1974 fdgeom[0] = '\0'; in build_create_cmd()
2043 sprintf(fdgeom, "%s", q); in build_create_cmd()
2045 rfbLog("set create display geom: %s\n", fdgeom); in build_create_cmd()
2094 if (fdgeom[0] == '\0' && getenv("FD_GEOM")) { in build_create_cmd()
2095 snprintf(fdgeom, 120, "%s", getenv("FD_GEOM")); in build_create_cmd()
2139 if (strchr(fdgeom, '\'')) fdgeom[0] = '\0'; in build_create_cmd()
2154 set_env("FD_GEOM", fdgeom); in build_create_cmd()
2192 + strlen(fdgeom) + 1 in build_create_cmd()
2211 uu, fdgeom, fdsess, fdopts, fdextra, fdprog, fdxsrv, in build_create_cmd()