OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 22 13:09:51 GMT 2025