OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tblsize
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/restore/
symtab.c
539
long
tblsize
;
local in function:initsymtable
566
tblsize
= stbuf.st_size - sizeof(struct symtableheader);
567
base = calloc((unsigned)
tblsize
, sizeof(char));
570
if (read(fd, base, (int)
tblsize
) < 0 ||
608
(base +
tblsize
- (entrytblsize * sizeof(struct entry *)));
Completed in 86 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025