Lines Matching refs:malloc
384 if (argc == 0 || (argv = malloc(sizeof(char *) * argc)) == NULL) {
1264 if ((newp = (struct callout *) malloc(sizeof(struct callout))) == NULL)
1757 chp = (struct subprocess *) malloc(sizeof(struct subprocess));
1840 np = malloc(sizeof(struct notifier));
1910 newstring = (char *) malloc(vl+1);
1937 script_env = (char **) malloc(16 * sizeof(char *));
2049 vbuf = malloc(vlen + 1);