Lines Matching refs:calloc
111 if ((p.bind = calloc(1, sizeof (struct t_bind))) == NULL)
123 if ((p.call = calloc(1, sizeof (struct t_call))) == NULL)
153 if ((p.opt = calloc(1, sizeof (struct t_optmgmt))) == NULL)
170 if ((p.dis = calloc(1, sizeof (struct t_discon))) == NULL)
181 if ((p.udata = calloc(1, sizeof (struct t_unitdata))) == NULL)
208 if ((p.uderr = calloc(1, sizeof (struct t_uderr))) == NULL)
230 if ((p.info = calloc(1, sizeof (struct t_info))) == NULL)
293 if ((buf->buf = calloc(1, infalloc)) == NULL) {
302 if ((buf->buf = calloc(1, 1024)) == NULL) {
337 if ((buf->buf = calloc(1, (size_t)n)) == NULL) {