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

/haiku-buildtools/legacy/binutils/binutils/
H A Dresrc.c153 struct fontdir *fontdirs; variable in typeref:struct:fontdir
155 /* Resource info to use for fontdirs. */
478 if (fontdirs != NULL)
918 for (pp = &fontdirs; *pp != NULL; pp = &(*pp)->next)
922 /* For the single fontdirs resource, we always use the resource
927 /* Define the fontdirs resource. This is called after the entire rc
942 r->u.fontdir = fontdirs;
H A Dresbin.c1683 res_to_bin_fontdir (const struct fontdir *fontdirs, int big_endian)
1697 for (fd = fontdirs; fd != NULL; fd = fd->next)
1682 res_to_bin_fontdir(const struct fontdir *fontdirs, int big_endian) argument
/haiku-buildtools/binutils/binutils/
H A Dresbin.c1613 res_to_bin_fontdir (windres_bfd *wrbfd, rc_uint_type off, const rc_fontdir *fontdirs)
1622 for (c = 0, fd = fontdirs; fd != NULL; fd = fd->next, c++)
1612 res_to_bin_fontdir(windres_bfd *wrbfd, rc_uint_type off, const rc_fontdir *fontdirs) argument
H A Dresrc.c149 rc_fontdir *fontdirs; variable
151 /* Resource info to use for fontdirs. */
563 if (fontdirs != NULL)
1018 for (pp = &fontdirs; *pp != NULL; pp = &(*pp)->next)
1022 /* For the single fontdirs resource, we always use the resource
1046 /* Define the fontdirs resource. This is called after the entire rc
1061 r->u.fontdir = fontdirs;

Completed in 158 milliseconds