Lines Matching refs:xmalloc
63 extern void *xmalloc(size_t);
153 n = (struct notice *)xmalloc(sizeof (struct notice));
159 k = (struct key *)xmalloc(sizeof (struct key));
173 n = (struct notice *)xmalloc(sizeof (struct notice));
179 k = (struct key *)xmalloc(sizeof (struct key));
187 ind = (struct index *)xmalloc(sizeof (struct index));
195 n = (struct notice *)xmalloc(sizeof (struct notice));
202 k = (struct key *)xmalloc(sizeof (struct key));
211 ind = (struct index *)xmalloc(sizeof (struct index));
252 n = (struct notice *)xmalloc(sizeof (struct notice));
275 k2 = (struct key *)xmalloc(sizeof (struct key));