Lines Matching refs:xalloc
475 sysloglabel = xalloc(j);
587 SaveArgv = (char **) xalloc(sizeof(char *) * (argc + 1));
588 CommandLineArgs = xalloc(j);
674 tz = xalloc(tzlen);
1037 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1045 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1053 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1067 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
2701 p_flags = (BITMAP256 *) xalloc(sizeof(*p_flags));
3474 *argv = xalloc(sizeof(__DEFPATH) + 2);
3616 p = (char *) xalloc(l);