Lines Matching full:paths
68 unsigned char *c, *paths; in dmxGetFontPath() local
72 GetFontPath(serverClient, npaths, &len, &paths); in dmxGetFontPath()
78 memmove(newfp, paths + 1, *npaths + len - 1); in dmxGetFontPath()
79 l = *paths; in dmxGetFontPath()
292 * exit with an error unless we remove the offending font paths in dmxBELoadFont()
313 "The DMX server failed to set the following font paths on " in dmxBELoadFont()
327 "These font paths will not be used because the " in dmxBELoadFont()
338 /* No valid font paths were found */ in dmxBELoadFont()
340 "After removing the font paths above, no valid font " in dmxBELoadFont()
341 "paths were\n"); in dmxBELoadFont()
343 "available. Please check that the font paths set on " in dmxBELoadFont()
351 dmxLog(dmxError, "more information on font paths.\n"); in dmxBELoadFont()
377 "Please remove these font paths from the command line " in dmxBELoadFont()
389 "Please specify the font paths that are available on all " in dmxBELoadFont()