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 - 2
of
2
) 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 *)));
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 22 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025