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

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

Completed in 61 milliseconds