cd_toc_entry
struct cd_toc_entry *entry;
struct cd_toc_entry *entries, int *count)
if (len < sizeof(struct cd_toc_entry))
struct cd_toc_entry *, int *);
struct cd_toc_entry entries[MCD_MAXTOCS];
count * sizeof(struct cd_toc_entry)));
struct cd_toc_entry *cte;
sizeof(struct ioc_toc_header) + sizeof(struct cd_toc_entry),
struct cd_toc_entry entries[MAXTRACK+1]; /* One extra for the */
struct cd_toc_entry *cte;
sizeof(struct cd_toc_entry);
len = (ntracks + 1) * sizeof(struct cd_toc_entry) +
struct cd_toc_entry *data;
struct cd_toc_entry entry[100]; /* NB: 8 bytes each */
rc = read_toc_entries((n + 1) * sizeof(struct cd_toc_entry));
print_track(struct cd_toc_entry *e)
rc = read_toc_entries((n + 1) * sizeof(struct cd_toc_entry));
static struct cd_toc_entry toc_buffer[CD_MAX_TRACK + 1];
struct cd_toc_entry *ctep;
struct cd_toc_entry *ctep;
static void print_track(struct cd_toc_entry *);
rv = read_toc_entries((n + 1) * sizeof(struct cd_toc_entry));
tocbuf = malloc(2 * sizeof(struct cd_toc_entry));
struct cd_toc_entry *track;
struct cd_toc_entry *tocbuf;
tocbufsize = (ntracks + 1) * sizeof(struct cd_toc_entry);