Searched refs:uu_zalloc (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_alloc.c33 uu_zalloc(size_t n) function
62 buf = uu_zalloc(sz);
80 p = uu_zalloc(len + 1);
100 p = uu_zalloc(sz);
121 if ((b = uu_zalloc(m + 1)) == NULL)
H A Duu_open.c50 char *fname = uu_zalloc(PATH_MAX);
H A Duu_dprintf.c76 if ((D = uu_zalloc(sizeof (uu_dprintf_t))) == NULL)
H A Dlibuutil.h150 extern void *uu_zalloc(size_t);
H A Duu_avl.c84 pp = uu_zalloc(sizeof (uu_avl_pool_t));
220 ap = uu_zalloc(sizeof (*ap));
373 wp = uu_zalloc(sizeof (*wp));
H A Duu_list.c80 pp = uu_zalloc(sizeof (uu_list_pool_t));
198 lp = uu_zalloc(sizeof (*lp));
465 wp = uu_zalloc(sizeof (*wp));

Completed in 77 milliseconds