Home
last modified time | relevance | path

Searched refs:fdnas (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
1982 fdnas[0] = '\0'; in build_create_cmd()
2120 if (fdnas[0] == '\0' && getenv("FD_NAS")) { in build_create_cmd()
2121 snprintf(fdnas, 120, "%s", getenv("FD_NAS")); in build_create_cmd()
2146 if (strchr(fdnas, '\'')) fdnas[0] = '\0'; in build_create_cmd()
2161 set_env("FD_NAS", fdnas); in build_create_cmd()
2199 + strlen(fdnas) + 1 in build_create_cmd()
2212 fdcups, fdesd, fdnas, fdsmb, fdtag, fdxdmcpif, fdxdum, cdout, tmp, opts); in build_create_cmd()