Lines Matching refs:malloc
515 buf = malloc(512*nsect);
701 buf = malloc(len+1);
902 sl->list = malloc((sl->max+1) * sizeof(char *));
920 sl->list[sl->num] = malloc(strlen(str)+1);
1047 parse_str = malloc(usage_types ? strlen(usage_types)+1 : 1);
1210 newpath = malloc(pathlen);
1363 bad_blocks_filename = malloc(strlen(optarg)+1);
1366 _("in malloc for bad_blocks_filename"));
1981 tdb_file = malloc(strlen(tdb_dir) + 8 + strlen(device_name) + 7 + 1);