Home
last modified time | relevance | path

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

/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Duser.c1962 char fdgeom[128], fdsess[128], fdopts[128], fdextra[256], fdprog[128]; in build_create_cmd() local
1980 fdprog[0] = '\0'; in build_create_cmd()
2111 if (fdprog[0] == '\0' && getenv("FD_PROG")) { in build_create_cmd()
2112 snprintf(fdprog, sizeof fdprog, "%s", getenv("FD_PROG")); in build_create_cmd()
2145 if (strchr(fdprog, '\'')) fdprog[0] = '\0'; in build_create_cmd()
2160 set_env("FD_PROG", fdprog); in build_create_cmd()
2198 + strlen(fdprog) + 1 in build_create_cmd()
2214 uu, fdgeom, fdsess, fdopts, fdextra, fdprog, fdxsrv, in build_create_cmd()