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

/freebsd-9.3-release/usr.sbin/kbdmap/
H A Dkbdmap.c51 static const char *fontdir = DEFAULT_FONT_DIR; variable
797 dir = fontdir;
829 dir = fontdir;
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dresrc.c1017 r->u.fontdir = fontdirs;
1084 r->u.fontdir = fd_first;
2019 case RT_FONTDIR: s = "fontdir"; break;
2328 write_rc_fontdir (e, res->u.fontdir);
2640 write_rc_fontdir (FILE *e, const rc_fontdir *fontdir)
2645 for (c = 0, fc = fontdir; fc != NULL; fc = fc->next, c++)
2650 for (c = 1, fc = fontdir; fc != NULL; fc = fc->next, c++)
2637 write_rc_fontdir(FILE *e, const rc_fontdir *fontdir) argument
H A Dwindint.h244 struct rc_fontdir *fontdir; member in union:rc_res_resource::__anon426
692 /* A fontdir resource is a list of rc_fontdir. */
H A Dresbin.c650 /* Convert a fontdir resource from binary. */
660 toosmall (_("fontdir header"));
674 toosmall (_("fontdir"));
680 /* To work out the length of the fontdir data, we must get the
691 toosmall (_("fontdir device name"));
697 toosmall (_("fontdir face name"));
716 r->u.fontdir = first;
1275 return res_to_bin_fontdir (wrbfd, off, res->u.fontdir);
1589 /* Convert a fontdir resource to binary. */

Completed in 115 milliseconds