Home | History | Annotate | Download | only in misc

Lines Matching refs:malloc

222 	p = malloc(sizeof(struct user_ent) + str_len);
505 struct scache *c = malloc(sizeof(*c));
604 if ((c = malloc(sizeof(*c))) == NULL)
804 if (!(*bytecode=malloc(4))) abort();
826 if (!(ptr = malloc(len))) abort();
851 if (!(*bytecode=malloc(8))) abort();
859 if (!(*bytecode=malloc(8))) abort();
867 if (!(*bytecode=malloc(8))) abort();
875 if (!(*bytecode=malloc(8))) abort();
886 if (!(a = malloc(l1+l2))) abort();
899 if (!(a = malloc(l1+l2+4))) abort();
911 if (!(a = malloc(l1+4))) abort();
939 if ((b = malloc(sizeof(*b))) == NULL)
1154 res = malloc(sizeof(*res));
1698 if ((buf = malloc(bufsize)) != NULL)
2008 if (!(u = malloc(sizeof(*u))))
2045 if ((u->name = malloc(strlen(name)+1)) == NULL)