Searched refs:lenOldPaths (Results 1 – 1 of 1) sorted by relevance
186 int lenOldPaths; in dmxProcSetFontPath() local206 GetFontPath(serverClient, &nOldPaths, &lenOldPaths, &tmpFontPath); in dmxProcSetFontPath()207 oldFontPath = malloc(nOldPaths + lenOldPaths); in dmxProcSetFontPath()208 memmove(oldFontPath, tmpFontPath, nOldPaths + lenOldPaths); in dmxProcSetFontPath()