cd_toc_entry
struct cd_toc_entry toc_buffer[100];
t.data_len = ntocentries * sizeof(struct cd_toc_entry);
struct cd_toc_entry entries[100];
struct cd_toc_entry entry;
if (te->data_len < sizeof(struct cd_toc_entry)
|| (te->data_len % sizeof(struct cd_toc_entry)) != 0
sizeof(struct cd_toc_entry);
len = readlen + sizeof(struct cd_toc_entry);
num = len / sizeof(struct cd_toc_entry);
sizeof(struct cd_toc_entry));
toclen = num_entries * sizeof(struct cd_toc_entry);
len = sizeof(struct ioc_toc_header) + sizeof(struct cd_toc_entry);
len = sizeof(struct ioc_toc_header)+(ntracks+1)*sizeof(struct cd_toc_entry);
struct cd_toc_entry *entry;
struct cd_toc_entry *entry;
&te->entry, sizeof(struct cd_toc_entry));
struct cd_toc_entry tab[MAXTRK + 1];
struct cd_toc_entry *data;
struct cd_toc_entry entry;
prtrack(struct cd_toc_entry *e, int lastflag)
static struct cd_toc_entry toc_buffer[100];
static void prtrack(struct cd_toc_entry *e, int lastflag);
rc = read_toc_entrys ((n + 1) * sizeof (struct cd_toc_entry));
rc = read_toc_entrys ((ntr + 1) * sizeof (struct cd_toc_entry));
rc = read_toc_entrys ((n + 1) * sizeof (struct cd_toc_entry));