Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Ddixfonts.c1577 FontPathElementPtr fpe = NULL, *fplist; in SetFontPathElements() local
1579 fplist = xallocarray(npaths, sizeof(FontPathElementPtr)); in SetFontPathElements()
1580 if (!fplist) { in SetFontPathElements()
1654 fplist[valid_paths++] = fpe; in SetFontPathElements()
1660 font_path_elements = fplist; in SetFontPathElements()
1669 FreeFPE(fplist[valid_paths]); in SetFontPathElements()
1670 free(fplist); in SetFontPathElements()