OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_base
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/libc/stdio/
vasprintf.c
58
unsigned char *
_base
;
local in function:__weak_alias
66
f._bf.
_base
= f._p = malloc(128);
67
if (f._bf.
_base
== NULL)
74
_base
= realloc(f._bf.
_base
, (size_t)(ret + 1));
75
if (
_base
== NULL)
77
*str = (char *)
_base
;
81
if (f._bf.
_base
)
82
free(f._bf.
_base
);
fvwrite.c
130
ptrdiff_t blen = fp->_p - fp->_bf.
_base
;
131
unsigned char *
_base
;
local in function:__sfvwrite
139
_base
= realloc(fp->_bf.
_base
,
141
if (
_base
== NULL)
144
fp->_bf.
_base
=
_base
;
146
fp->_p =
_base
+ blen;
156
} else if (fp->_p > fp->_bf.
_base
&& len > (size_t)w) {
205
if (fp->_p > fp->_bf.
_base
&& s > w)
[
all
...]
/src/sys/arch/hpc/stand/hpcboot/menu/
tabwindow.h
76
TabWindowBase &
_base
;
member in class:TabWindow
84
: Window(base._app, base._window),
_base
(base), _name(name) {
85
_rect =
_base
._rect;
rootwindow.h
43
TabWindowBase *
_base
;
member in class:RootWindow
/src/include/
stdio.h
84
unsigned char *
_base
;
member in struct:__sbuf
109
* When this happens, _ext.
_base
becomes non-nil (i.e., a stream has ungetc()
110
* data iff _ub.
_base
!= NULL) and _up and _ur save the current values of _p
Completed in 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025