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