Lines Matching refs:xalloc
480 sysloglabel = xalloc(j);
592 SaveArgv = (char **) xalloc(sizeof(char *) * (argc + 1));
593 CommandLineArgs = xalloc(j);
679 tz = xalloc(tzlen);
1042 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1050 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1058 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1072 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
2720 p_flags = (BITMAP256 *) xalloc(sizeof(*p_flags));
3505 *argv = xalloc(sizeof(__DEFPATH) + 2);
3647 p = (char *) xalloc(l);