Searched refs:XMALLOC (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb-events.c263 struct event *event = XMALLOC (struct event);
272 struct event *event = XMALLOC (struct event);
281 struct event *event = XMALLOC (struct event);
290 struct event *event = XMALLOC (struct event);
299 struct event *event = XMALLOC (struct event);
308 struct event *event = XMALLOC (struct event);
317 struct event *event = XMALLOC (struct event);
325 struct event *event = XMALLOC (struct event);
333 struct event *event = XMALLOC (struct event);
342 struct event *event = XMALLOC (struc
[all...]
H A Dreggroups.c43 struct reggroup *group = XMALLOC (struct reggroup);
274 add_group (&default_groups, general_reggroup, XMALLOC (struct reggroup_el));
275 add_group (&default_groups, float_reggroup, XMALLOC (struct reggroup_el));
276 add_group (&default_groups, system_reggroup, XMALLOC (struct reggroup_el));
277 add_group (&default_groups, vector_reggroup, XMALLOC (struct reggroup_el));
278 add_group (&default_groups, all_reggroup, XMALLOC (struct reggroup_el));
279 add_group (&default_groups, save_reggroup, XMALLOC (struct reggroup_el));
280 add_group (&default_groups, restore_reggroup, XMALLOC (struct reggroup_el));
H A Dobserver.c83 struct observer_list *node = XMALLOC (struct observer_list);
84 node->observer = XMALLOC (struct observer);
H A Dser-pipe.c108 state = XMALLOC (struct pipe_state);
140 struct serial_ops *ops = XMALLOC (struct serial_ops);
H A Dcomplaints.c118 (*c) = XMALLOC (struct complaints);
146 complaint = XMALLOC (struct complain);
H A Dsparc64fbsd-tdep.c230 tdep->gregset = XMALLOC (struct regset);
235 tdep->fpregset = XMALLOC (struct regset);
H A Dsparc64nbsd-tdep.c232 tdep->gregset = XMALLOC (struct regset);
237 tdep->fpregset = XMALLOC (struct regset);
H A Damd64obsd-tdep.c65 tdep->gregset = XMALLOC (struct regset);
H A Dsparc64obsd-tdep.c189 tdep->gregset = XMALLOC (struct regset);
H A Dsparcnbsd-tdep.c279 tdep->gregset = XMALLOC (struct regset);
284 tdep->fpregset = XMALLOC (struct regset);
H A Di386nbsd-tdep.c88 tdep->gregset = XMALLOC (struct regset);
H A Di386obsd-tdep.c164 tdep->gregset = XMALLOC (struct regset);
H A Dser-tcp.c210 struct serial_ops *ops = XMALLOC (struct serial_ops);
H A Duser-regs.c83 XMALLOC (struct user_reg));
H A Dserial.c204 scb = XMALLOC (struct serial);
256 scb = XMALLOC (struct serial);
H A Dcli-out.c384 cli_out_data *data = XMALLOC (cli_out_data);
H A Dinterps.c97 new_interp = XMALLOC (struct interp);
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dxalloc.h64 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) macro
70 # define NEW(Type, Var) Type *(Var) = XMALLOC (Type, 1)
/freebsd-9.3-release/contrib/diff/lib/
H A Dxalloc.h83 # define XMALLOC(type, n) xnmalloc (n, sizeof (type)) macro
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dxalloc.h80 # define XMALLOC(type, n) xnmalloc (n, sizeof (type)) macro
/freebsd-9.3-release/contrib/texinfo/lib/
H A Dxalloc.h80 # define XMALLOC(type, n) xnmalloc (n, sizeof (type)) macro
/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-console.c50 struct mi_console_file *mi_console = XMALLOC (struct mi_console_file);
H A Dmi-parse.c153 struct mi_parse *parse = XMALLOC (struct mi_parse);
/freebsd-9.3-release/usr.bin/fmt/
H A Dfmt.c253 #define XMALLOC(x) xrealloc(0,x) macro
280 tmp = XMALLOC((len + 1) * sizeof(wchar_t));
357 output_buffer = XMALLOC((max_length+1) * sizeof(wchar_t));
643 if (buf==NULL) { length=100; buf=XMALLOC(length * sizeof(wchar_t)); }
/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-dump.c36 #define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE))) macro
416 d = XMALLOC (struct dump_context);
424 d = XMALLOC (struct dump_context);

Completed in 214 milliseconds

123