Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Duser.c1961 char fdnas[128], fdsmb[128], fdtag[128], fdxdmcpif[128]; in build_create_cmd() local
1984 fdtag[0] = '\0'; in build_create_cmd()
2087 sprintf(fdtag, "%s", q); in build_create_cmd()
2126 if (fdtag[0] == '\0' && getenv("FD_TAG")) { in build_create_cmd()
2127 snprintf(fdtag, 120, "%s", getenv("FD_TAG")); in build_create_cmd()
2148 if (strchr(fdtag, '\'')) fdtag[0] = '\0'; in build_create_cmd()
2163 set_env("FD_TAG", fdtag); in build_create_cmd()
2201 + strlen(fdtag) + 1 in build_create_cmd()
2212 fdcups, fdesd, fdnas, fdsmb, fdtag, fdxdmcpif, fdxdum, cdout, tmp, opts); in build_create_cmd()