Lines Matching refs:res_alloc

141   ret = (unichar *) res_alloc ((c + 1) * sizeof (unichar));  in get_unicode()
190 r = (rc_res_resource *) res_alloc (sizeof (rc_res_resource)); in bin_to_res_generic()
209 c = (rc_cursor *) res_alloc (sizeof (rc_cursor)); in bin_to_res_cursor()
215 r = (rc_res_resource *) res_alloc (sizeof *r); in bin_to_res_cursor()
231 r = (rc_res_resource *) res_alloc (sizeof *r); in bin_to_res_menu()
234 m = (rc_menu *) res_alloc (sizeof (rc_menu)); in bin_to_res_menu()
290 mi = (rc_menuitem *) res_alloc (sizeof *mi); in bin_to_res_menuitems()
367 mi = (rc_menuitem *) res_alloc (sizeof (rc_menuitem)); in bin_to_res_menuexitems()
434 d = (rc_dialog *) res_alloc (sizeof (rc_dialog)); in bin_to_res_dialog()
452 d->ex = (rc_dialog_ex *) res_alloc (sizeof (rc_dialog_ex)); in bin_to_res_dialog()
524 dc = (rc_dialog_control *) res_alloc (sizeof (rc_dialog_control)); in bin_to_res_dialog()
583 res_alloc (sizeof (rc_rcdata_item))); in bin_to_res_dialog()
597 r = (rc_res_resource *) res_alloc (sizeof *r); in bin_to_res_dialog()
613 st = (rc_stringtable *) res_alloc (sizeof (rc_stringtable)); in bin_to_res_string()
632 s = (unichar *) res_alloc (slen * sizeof (unichar)); in bin_to_res_string()
643 r = (rc_res_resource *) res_alloc (sizeof *r); in bin_to_res_string()
677 fd = (rc_fontdir *) res_alloc (sizeof *fd); in bin_to_res_fontdir()
714 r = (rc_res_resource *) res_alloc (sizeof *r); in bin_to_res_fontdir()
739 a = (rc_accelerator *) res_alloc (sizeof (rc_accelerator)); in bin_to_res_accelerators()
756 r = (rc_res_resource *) res_alloc (sizeof (rc_res_resource)); in bin_to_res_accelerators()
772 ri = (rc_rcdata_item *) res_alloc (sizeof (rc_rcdata_item)); in bin_to_res_rcdata()
779 r = (rc_res_resource *) res_alloc (sizeof *r); in bin_to_res_rcdata()
817 gc = (rc_group_cursor *) res_alloc (sizeof *gc); in bin_to_res_group_cursor()
834 r = (rc_res_resource *) res_alloc (sizeof (rc_res_resource)); in bin_to_res_group_cursor()
872 gi = (rc_group_icon *) res_alloc (sizeof (rc_group_icon)); in bin_to_res_group_icon()
890 r = (rc_res_resource *) res_alloc (sizeof *r); in bin_to_res_group_icon()
994 fi = (rc_fixed_versioninfo *) res_alloc (sizeof (rc_fixed_versioninfo)); in bin_to_res_version()
1023 vi = (rc_ver_info *) res_alloc (sizeof (rc_ver_info)); in bin_to_res_version()
1066 vs = (rc_ver_stringinfo *) res_alloc (sizeof *vs); in bin_to_res_version()
1131 vv = (rc_ver_varinfo *) res_alloc (sizeof (rc_ver_varinfo)); in bin_to_res_version()
1157 v = (rc_versioninfo *) res_alloc (sizeof (rc_versioninfo)); in bin_to_res_version()
1161 r = (rc_res_resource *) res_alloc (sizeof *r); in bin_to_res_version()
1177 ri = (rc_rcdata_item *) res_alloc (sizeof (rc_rcdata_item)); in bin_to_res_userdata()
1184 r = (rc_res_resource *) res_alloc (sizeof *r); in bin_to_res_userdata()
1198 ri = (rc_toolbar *) res_alloc (sizeof (rc_toolbar)); in bin_to_res_toolbar()
1209 it = (rc_toolbar_item *) res_alloc (sizeof (rc_toolbar_item)); in bin_to_res_toolbar()
1225 r = (rc_res_resource *) res_alloc (sizeof *r); in bin_to_res_toolbar()