OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extbuf
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/restore/
tape.c
1142
static char *
extbuf
;
variable in typeref:typename:char *
1154
return (
extbuf
);
1156
free(
extbuf
);
1157
if ((
extbuf
= malloc(extsize)) != NULL) {
1159
return (
extbuf
);
1162
extbuf
= NULL;
1178
memmove(&
extbuf
[extloc], buf, size);
Completed in 11 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025