Searched refs:fontdirs (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/binutils/binutils/
H A Dresbin.c1591 res_to_bin_fontdir (windres_bfd *wrbfd, rc_uint_type off, const rc_fontdir *fontdirs)
1600 for (c = 0, fd = fontdirs; fd != NULL; fd = fd->next, c++)
1590 res_to_bin_fontdir(windres_bfd *wrbfd, rc_uint_type off, const rc_fontdir *fontdirs) argument
H A Dresrc.c155 rc_fontdir *fontdirs; variable
157 /* Resource info to use for fontdirs. */
532 if (fontdirs != NULL)
974 for (pp = &fontdirs; *pp != NULL; pp = &(*pp)->next)
978 /* For the single fontdirs resource, we always use the resource
1002 /* Define the fontdirs resource. This is called after the entire rc
1017 r->u.fontdir = fontdirs;

Completed in 283 milliseconds