Home
last modified time | relevance | path

Searched refs:R_Malloc (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.sbin/npppd/common/
Dradish.h73 #define R_Malloc(p, t, n) (p = (t) malloc((n))) macro
Dradish.c86 R_Malloc(head, struct radish_head *, len); in rd_inithead()
179 R_Malloc(new, struct radish *, sizeof(*new) + slen); in rd_insert()
347 R_Malloc(glue, struct radish *, sizeof(*glue) + slen); in rd_glue()