HomeSort by: relevance | last modified time | path
    Searched defs:tocbufsize (Results 1 - 2 of 2) sorted by relevancy

  /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;
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;

Completed in 20 milliseconds