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

/freebsd-12-stable/usr.bin/rpcgen/
H A Drpc_parse.c74 defp = XALLOC(definition);
128 decls = XALLOC(decl_list);
161 vlist = XALLOC(version_list);
167 plist = XALLOC(proc_list);
187 decls = XALLOC(decl_list);
196 decls = XALLOC(decl_list);
259 elist = XALLOC(enumval_list);
308 cases = XALLOC(case_list);
319 cases = XALLOC(case_list);
338 defp->def.un.default_decl = XALLOC(declaratio
[all...]
H A Drpc_util.h71 #define XALLOC(object) (object *) xmalloc(sizeof(object)) macro
H A Drpc_util.c117 lst = XALLOC(list);
442 ptr = XALLOC(bas_type);
H A Drpc_hout.c125 xdrptr = XALLOC(struct xdrfunc);

Completed in 108 milliseconds