OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extbufsize
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/restore/
tape.c
1141
static size_t
extbufsize
= 0;
variable in typeref:typename:size_t
1153
if (extsize <=
extbufsize
)
1155
if (
extbufsize
> 0)
1158
extbufsize
= extsize;
1161
extbufsize
= 0;
1176
if (extloc + size >
extbufsize
)
tape.c
1141
static size_t
extbufsize
= 0;
variable in typeref:typename:size_t
1153
if (extsize <=
extbufsize
)
1155
if (
extbufsize
> 0)
1158
extbufsize
= extsize;
1161
extbufsize
= 0;
1176
if (extloc + size >
extbufsize
)
Completed in 89 milliseconds
Indexes created Thu Sep 25 02:09:54 GMT 2025