Home
last modified time | relevance | path

Searched refs:XALLOC (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/rpcgen/
H A Drpc_parse.c64 defp = XALLOC(definition); in get_definition()
118 decls = XALLOC(decl_list); in def_struct()
151 vlist = XALLOC(version_list); in def_program()
157 plist = XALLOC(proc_list); in def_program()
177 decls = XALLOC(decl_list); in def_program()
186 decls = XALLOC(decl_list); in def_program()
249 elist = XALLOC(enumval_list); in def_enum()
298 cases = XALLOC(case_list); in def_union()
309 cases = XALLOC(case_list); in def_union()
328 defp->def.un.default_decl = XALLOC(declaration); in def_union()
H A Drpc_util.c107 lst = XALLOC(list); in storeval()
432 ptr = XALLOC(bas_type); in add_type()
H A Drpc_util.h66 #define XALLOC(object) (object *) xmalloc(sizeof(object)) macro
H A Drpc_hout.c115 xdrptr = XALLOC(struct xdrfunc); in storexdrfuncdecl()