Searched refs:fullFname (Results 1 – 1 of 1) sorted by relevance
280 char fullFname[512]; in httpProcessInput() local299 strcpy(fullFname, rfbScreen->httpDir); in httpProcessInput()300 fname = &fullFname[strlen(fullFname)]; in httpProcessInput()301 maxFnameLen = 511 - strlen(fullFname); in httpProcessInput()442 if ((fd = fopen(fullFname, "r")) == 0) { in httpProcessInput()