Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Duser.c1959 char fdgeom[128], fdsess[128], fdopts[128], fdextra[256], fdprog[128]; in build_create_cmd() local
1977 fdprog[0] = '\0'; in build_create_cmd()
2108 if (fdprog[0] == '\0' && getenv("FD_PROG")) { in build_create_cmd()
2109 snprintf(fdprog, 120, "%s", getenv("FD_PROG")); in build_create_cmd()
2142 if (strchr(fdprog, '\'')) fdprog[0] = '\0'; in build_create_cmd()
2157 set_env("FD_PROG", fdprog); in build_create_cmd()
2195 + strlen(fdprog) + 1 in build_create_cmd()
2211 uu, fdgeom, fdsess, fdopts, fdextra, fdprog, fdxsrv, in build_create_cmd()