Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/mscdlabel/ | |
main.c | 67 size_t tocbufsize; local in function:getcdtoc 78 tocbufsize = (ntracks + 1) * sizeof(struct cd_toc_entry); 79 tocbuf = malloc(tocbufsize); 85 te.data_len = tocbufsize; |